Jump to content

Template:For: Difference between revisions

From Philosophical Research
m parameters
m move documentation to show up in Module: namespace
Line 1: Line 1:
{{#invoke:For|render}}<noinclude>
{{#invoke:For|render}}<noinclude>
== Parameters ==
{{Module:For/doc}}
 
* <code>1</code> - separator to put between template calls
* <code>pv</code> - parameter to iterate over
* <code>start</code> - minimum value to start the loop at
* <code>stop</code> - final value to end the loop at
* <code>by</code> - number to increment by
* <code>call</code> - Template to call on each run of the loop
* <code>pcXn</code>,<code>pcXv</code> - parameters to supply to loop
<!--
<!--
== Source ==
== Source ==

Revision as of 09:38, 21 January 2026

Script error: The function "render" does not exist.

Template parameters

  • 1 - separator to put between template calls
  • pv - parameter to iterate over
  • start - minimum value to start the loop at
  • stop - final value to end the loop at
  • by - number to increment by
  • call - Template to call on each run of the loop
  • pcXn,pcXv - parameters to supply to loop