FOR
From Macros Wiki
Command
- FOR <variable> = <start>, TO, <end>, [STEP, <value>]
- DESCRPTION*
Parameters
- <variable>
- Define a custom variable to be used later in the macro, for example "w1".
- <start>
- Template:Start
- TO
- Template:TO
- <end>
- Template:End
- STEP
- Template:STEP
- <value>
- Name of variable to be set by this command
Example
- - FOR