Difference between revisions of "Template:Doc"

From Holdfast: Nations At War
Jump to navigation Jump to search
(Created page with "<noinclude>{{Documentation subpage}} {{timw|Foreach}} </noinclude> == Purpose == To repeatedly use a template for each argument in a pipe delimited list. The template handles...")
 
m
Line 6: Line 6:
  
 
Coming here to use this template in a new page, or put it somewhere it hasn't been used before? Consider using [[Template:Fe]] instead!
 
Coming here to use this template in a new page, or put it somewhere it hasn't been used before? Consider using [[Template:Fe]] instead!
 
== Example ==
 
;Create comma delimited links to each hook in a list:
 
<code><nowiki>{{foreach|SeeHook|delim=, |ParserBeforeStrip|ParserAfterStrip}}</nowiki></code> → {{foreach|SeeHook|delim=, |ParserBeforeStrip|ParserAfterStrip}}
 
 
Compare:
 
 
{{xpds|fe|SeeHook|, |ParserBeforeStrip|ParserAfterStrip}}
 
  
 
== Usage ==
 
== Usage ==

Revision as of 22:30, 20 August 2019

Template:Documentation subpage Template:Timw

Purpose

To repeatedly use a template for each argument in a pipe delimited list. The template handles up to 30 list items.

Coming here to use this template in a new page, or put it somewhere it hasn't been used before? Consider using Template:Fe instead!

Usage

{{Foreach[|delim=delim]|templatename|item1[|item2]...}}
  • templatename - the name of a template that takes at least one parameter. Only the first parameter will be used, so the remaining parameters must be optional.
  • item1 - the first item to pass to the template, resulting in {{templatename|item1}}
  • item2,... - (optional) the second and following items to pass to the template, resulting in {{templatename|item2}}, etc.
  • delim - (optional) a delimiter that should be inserted between the list items after the template templatename has been applied to each