Difference between revisions of "Template:Checkbox 2 (simple)/doc"

From blackwiki
Jump to navigation Jump to search
imported>Primefac
(rmv template soon to be deleted)
imported>Primefac
(update)
Line 9: Line 9:
 
This template has only 1 parameter which is used to determine whether it has to be shown as checked or unchecked.
 
This template has only 1 parameter which is used to determine whether it has to be shown as checked or unchecked.
  
{{tlc|Checkbox 2 (simple)|2=Uncheck}} produces: {{Checkbox 2 (simple)|Uncheck}}
+
{{tlc|Checkbox 2 (simple)|2=uncheck}} produces: {{Checkbox 2 (simple)|Uncheck}}
{{tlc|Checkbox 2 (simple)|2=Check}} produces: {{Checkbox 2 (simple)|Check}}
 
  
==Redirects==
+
Note that anything other than <code>uncheck</code> as the parameter will result in the checked box showing.
{{tl|Checkbox 2}}  
+
 
 +
==See also==
 +
*{{t|checkbox 1 (simple)}}
 +
*{{t|checkbox (colored)}}
 
<includeonly>{{sandbox other||
 
<includeonly>{{sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 +
[[Category:Wikipedia formatting and function templates]]
 
}}</includeonly>
 
}}</includeonly>

Revision as of 05:18, 21 October 2016

This template produces a checkbox which can either be shown as checked or unchecked. The default is a checked box.

Usage

To use this template place {{Checkbox 2 (simple)}} on the page. It produces: Work done!

Parameters

This template has only 1 parameter which is used to determine whether it has to be shown as checked or unchecked.

{{Checkbox 2 (simple)|uncheck}} produces: Work pending

Note that anything other than uncheck as the parameter will result in the checked box showing.

See also