This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:Checkbox"

From Project 1999 Wiki
Jump to: navigation, search
(+)
(::)
Line 7: Line 7:
 
  <nowiki>; {{box}} Item A</nowiki>
 
  <nowiki>; {{box}} Item A</nowiki>
 
  <nowiki>; {{box}} Item B</nowiki>
 
  <nowiki>; {{box}} Item B</nowiki>
  <nowiki>: {{box}} Item C</nowiki>
+
  <nowiki>:: {{box}} Item C</nowiki>
 
  <nowiki>; {{checkmark}} List Item D</nowiki>
 
  <nowiki>; {{checkmark}} List Item D</nowiki>
  
Line 14: Line 14:
 
; {{box}} List Item A
 
; {{box}} List Item A
 
; {{box}} List Item B
 
; {{box}} List Item B
: {{box}} List Item C
+
:: {{box}} List Item C
 
; {{checkmark}} List Item D
 
; {{checkmark}} List Item D
 
==See also==
 
==See also==
 
* [[Template:Checkmark]]
 
* [[Template:Checkmark]]
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 17:45, 14 February 2017

Checkbox.png

Documentation

Use {{checkbox}} or {{box}} to put an empty checkbox for a checklist.

You can use it in on a page like this:

; {{box}} Item A
; {{box}} Item B
:: {{box}} Item C
; {{checkmark}} List Item D

to get:

Checkbox.png List Item A
Checkbox.png List Item B
Checkbox.png List Item C
Checkmark.png List Item D

See also