Template:Checklist/doc
Appearance
This is a documentation subpage for Template:Checklist (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
You may have a maximum of 30 checks.
This template makes a checklist! To use this template simply copy, paste the following:
{{checklist | object1 = your objective }}
Which gives:
your objective |
---|
Or...
{{checklist | object1 = your objective | check1 = done | object2 = say hello }}
Which gives:
your objective |
|
---|---|
say hello |
Or get complicated:
{{checklist | showborder = no | checkcolor = lightblue | object1 = Say Hello! | check1 = done | object2 = Say Goodbye! }}
Which gives:
Say Hello! |
|
---|---|
Say Goodbye! |
Or get extremely complex:
{{checklist | showborder = no | objectalign = right | checkcolor = magenta | object1 = Say Hello! | check1 = done | object2 = Wave at someone | object3 = Say Goodbye! | check3 = done }}
Which gives:
Say Hello! |
|
---|---|
Wave at someone |
|
Say Goodbye! |