Jump to content

Template:For: Difference between revisions

From Philosophical Research
m category
m parameters
Line 1: Line 1:
{{#invoke:For|render}}<noinclude>
{{#invoke:For|render}}<noinclude>
== Parameters ==


[[Category:Templates for functional programming]]</noinclude>
* <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 ==
<pre>
{{Module:for}}
</pre> -->
 
[[Category:Templates for functional programming]] {{ArticleTitle|h1=Template:for}}</noinclude>

Revision as of 09:06, 21 January 2026

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

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