Template:List Size: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude>Get the size of a list when traversed by Template:For Each. * First parameter: string to split * Second parameter: delimiter to search for; default is comma </n...") |
No edit summary |
||
| Line 2: | Line 2: | ||
* First parameter: string to split | * First parameter: string to split | ||
* Second parameter: delimiter to search for; default is comma | * Second parameter: delimiter to search for; default is comma | ||
</noinclude><includeonly>{{#expr: 0{{For Each|{{{1}}}|{{{2|}}}||template= | </noinclude><includeonly>{{#expr: 0{{For Each|{{{1}}}|{{{2|}}}||template=Plus1}}}}</includeonly> | ||
Latest revision as of 10:53, 25 June 2015
Get the size of a list when traversed by Template:For Each.
- First parameter: string to split
- Second parameter: delimiter to search for; default is comma