Difference between revisions of "Template:Checkbox"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 1: | Line 1: | ||
{{#ifeq:{{lc:{{{1|check}}}}}|uncheck|[[File:U+2610.svg|link=|Work pending]]|[[File:Check mark.svg|link=|Work done!]]}}<noinclude> | {{#ifeq:{{lc:{{{1|check}}}}}|uncheck|[[File:U+2610.svg|link=|Work pending]]|[[File:Check mark.svg|link=|Work done!]]}}<noinclude> | ||
− | {{documentation}}</noinclude> | + | {{documentation}}<templatedata> |
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "check or uncheck", | ||
+ | "description": "check or uncheck", | ||
+ | "type": "content", | ||
+ | "default": "uncheck", | ||
+ | "autovalue": "uncheck", | ||
+ | "suggested": true, | ||
+ | "example": "uncheck" | ||
+ | } | ||
+ | }, | ||
+ | "description": "display checkboxes on your page" | ||
+ | } | ||
+ | </templatedata></noinclude> |
Latest revision as of 04:30, 25 April 2022
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}
display checkboxes on your page
Parameter | Description | Type | Status | |
---|---|---|---|---|
check or uncheck | 1 | check or uncheck
| Content | suggested |