Changes
Jump to navigation
Jump to search
no edit summary
{{#if: {{{2|}}} | * {{{1}}}: {{{2|}}} | }}<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "List item name",
"type": "string",
"required": true
},
"2": {
"description": "List item contents",
"type": "string"
}
},
"description": "Displays list item if second argument is not empty, otherwise nothing",
"format": "block"
}
</templatedata>
</noinclude>
<templatedata>
{
"params": {
"1": {
"label": "List item name",
"type": "string",
"required": true
},
"2": {
"description": "List item contents",
"type": "string"
}
},
"description": "Displays list item if second argument is not empty, otherwise nothing",
"format": "block"
}
</templatedata>
</noinclude>