Help:Useful Templates: Difference between revisions

Content deleted Content added
No edit summary
Line 61:
 
= Legend =
{| class="wikitable"
|+
! Wiki Markup
! Rendered Output
|-
|
<pre>{{Legend|
* Field Exists {{OK}}
Line 66 ⟶ 72:
* Not Important {{Meh}}
* Not Applicable {{NA}}
}}</pre>
|
Looks like this:
{{Legend|
* Field Exists {{OK}}
Line 74 ⟶ 80:
* Not Applicable {{NA}}
}}
|-
|
<pre>{{Legend|
* Field Exists {{OK}}
* Not Available {{NOK}}
* Not Important {{Meh}}
* Not Applicable {{NA}}
|legend-blue}}</pre>
|
{{Legend|
* Field Exists {{OK}}
* Not Available {{NOK}}
* Not Important {{Meh}}
* Not Applicable {{NA}}
|legend-blue}}
|-
|
<pre>{{Legend|
* Field Exists {{OK}}
* Not Available {{NOK}}
* Not Important {{Meh}}
* Not Applicable {{NA}}
|legend-clear}}</pre>
|
{{Legend|
* Field Exists {{OK}}
* Not Available {{NOK}}
* Not Important {{Meh}}
* Not Applicable {{NA}}
|legend-clear}}
|}
 
= Highlight =