Template:Tasklist: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) (Created template.) |
FaeriMagic (talk | contribs) m (Edited TemplateData.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="task-list" style="background-color: #D2C7B5; border-top: 2px solid #C7B29E; border-bottom: 2px solid #C7B29E; max-width: | <div class="task-list" style="background-color: #D2C7B5; border-top: 2px solid #C7B29E; border-bottom: 2px solid #C7B29E; max-width: 400px; min-height: 110px; overflow: auto;"> | ||
{{{1|{{Task}}}}} | {{{1|{{Task}}}}} | ||
</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 |