Template:Magazine Iterator
From Starfield Wiki
Summary[edit]
Creates a link to the next issue of a magazine, if it exists
Parameters[edit]
Note: This supports both positional and named arguments. If using named arguments, positional arguments should not be used.
| Parameter | Scope | Description |
|---|---|---|
| magazine (1) | required | The magazine to link to. |
| magissue (2) | required | The current issue of the magazine. |
| iter (3) | required | How many issues ahead to go, typically this will be 1 (next issue) or -1 (previous issue) |
| missing | optional | The text to display if the issue wasn't found (default: nothing) |
Examples[edit]
{{Magazine Iterator|GRUNT|5|1}}
{{Magazine Iterator|GRUNT|5|-1}}
{{Magazine Iterator|GRUNT|9|1}}
{{Magazine Iterator|Va'ruun Scripture|8|1}}
{{Magazine Iterator|Va'ruun Scripture|9|1}}
{{Magazine Iterator|Kryx's Journal|1|1}}
{{Magazine Iterator|GRUNT|10|1|Does not exist}}
Does not exist