Jump to content

Template:Checklist/doc

From SpongeBob Wiki
Revision as of 18:51, 8 February 2021 by imported>AMK152
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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!