Difference between revisions of "Template:CheckboxList"
Jump to navigation
Jump to search
(testing) |
(testing) |
||
Line 13: | Line 13: | ||
<noinclude> | <noinclude> | ||
===Example=== | ===Example=== | ||
<nowiki>{{Checklist}</nowiki><br> | <nowiki>{{Checklist}}</nowiki><br> | ||
<nowiki>* Item 1</nowiki><br> | <nowiki>* Item 1</nowiki><br> | ||
<nowiki>* Item 2</nowiki><br> | <nowiki>* Item 2</nowiki><br> | ||
Line 20: | Line 20: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | |||
______________________________ | |||
<noinclude> | |||
<noinclude>Template for a checkbox list, which can be checked and have the checked status stored in the user's local storage (ie. saved on their computer).</noinclude> | |||
<includeonly> | |||
<div class="checkbox-list"> | |||
</includeonly><noinclude> | |||
===Usage=== | |||
<nowiki>{{CheckboxList}}</nowiki><br> | |||
<nowiki>* Item A</nowiki><br> | |||
<nowiki>* Item B</nowiki><br> | |||
<nowiki>* Item C</nowiki><br> | |||
<nowiki>{{End}}</nowiki> | |||
[[Category:Templates]]</noinclude> | |||
</noinclude> | </noinclude> |
Revision as of 16:57, 2 December 2019
Template for a checklist. Use to create boxes that can be checked off when obtained.
Example
{{Checklist}}
* Item 1
* Item 2
* Item 3
{{End}}
______________________________
Template for a checkbox list, which can be checked and have the checked status stored in the user's local storage (ie. saved on their computer).
Usage
{{CheckboxList}}
* Item A
* Item B
* Item C
{{End}}