Difference between revisions of "Template:Hlist"
(Trying something...) |
|||
| Line 1: | Line 1: | ||
| − | + | {{ | |
| − | <noinclude> | + | #fornumargs: number |
| + | | value | ||
| + | | {{#var:applied_sep}} {{#var:value}}{{#vardefine:applied_sep|{{{sep|,}}}}} | ||
| + | }} | ||
| + | <noinclude>A simple horizontal list made out of loop and variable logic. Use the parameter ''sep'' to specify a separator. | ||
| − | {{Hlist| | + | ==Example== |
| − | + | {{Hlist | |
| − | + | |Ding | |
| − | + | |dong | |
| + | |the witch is dead | ||
| + | |sep=, | ||
}} | }} | ||
| − | |||
| − | |||
</noinclude> | </noinclude> | ||
Revision as of 04:35, 13 January 2016
A simple horizontal list made out of loop and variable logic. Use the parameter sep to specify a separator.
Example
Ding,dong,the witch is dead