Template:To be done: Difference between revisions

no edit summary
(Created page with "<noinclude> <pre> {{To be done|who=Name Surname |when=2022-01-01}} </pre> {| class="wikitable" |- |</noinclude>style="color:#a60f0f;background-color:#ff8080;vertical-align:middle;text-align:center;" |To be done{{#if: {{{who|}}}|<nowiki> </nowiki>({{{who|}}})|}}{{#if: {{{when|}}}|<nowiki> </nowiki>({{{when|}}})|}}<noinclude> |} Category:Progress templates </noinclude>")
 
No edit summary
Line 10: Line 10:


[[Category:Progress templates]]
[[Category:Progress templates]]
</noinclude>
<templatedata>
{
"params": {
"who": {
"label": "Who",
"description": "Name and surname of the person in charge",
"example": "John Doe",
"type": "string"
},
"when": {
"label": "When",
"description": "Completion date of the task",
"example": "2022-01-01"
}
},
"format": "inline"
}
</templatedata></noinclude>