Template:Tasklist: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (Changed max-width: 500 -> 400.) |
FaeriMagic (talk | contribs) m (Edited TemplateData.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
'''Template:''' <pre style="width: 500px;">{{Tasklist| Place your content here.}}</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Content", | "label": "Content", | ||
"description": "This is where you would place the {{Task}}s.", | "description": "This is where you would place the {{Task}}s.", | ||
"default": "{{Task}}" | "default": "{{Task}}", | ||
"type": "unbalanced-wikitext", | |||
"required": true | |||
} | } | ||
}, | }, | ||
Line 16: | Line 18: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 20:04, 5 April 2025
Template:
{{Tasklist| Place your content here.}}
This template wraps all relevant tasks in one container.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | 1 | This is where you would place the {{Task}}s.
| Unbalanced wikitext | required |