Template:Plainlist: Difference between revisions
Created page with "<templatedata> { "description": "Formats a list without bullet points or indentation.", "params": { "1": { "label": "List", "description": "The list of items, each on its own line.", "type": "string", "required": true } } } </templatedata> <includeonly><div class="plainlist"> {{#invoke:Plainlist|render|{{{1}}}}} </div></includeonly><noinclude> {{Documentation}} </noinclude>" |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly><div style="margin:0; padding:0; list-style:none;"> | ||
<ul style="list-style:none; margin:0; padding:0;"> | |||
{{#invoke:WikitextParser|splitList|text={{{1|}}}}} | |||
</ul> | |||
</div></includeonly> | |||
<noinclude> | |||
< | |||
{{#invoke: | |||
</div></includeonly><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |