Difference between revisions of "Template:List Size"

From Green Family Wiki
Jump to: navigation, 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...")
 
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=List Size/Plus1}}}}</includeonly>
+
</noinclude><includeonly>{{#expr: 0{{For Each|{{{1}}}|{{{2|}}}||template=Plus1}}}}</includeonly>

Revision as of 09: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