Support wiki
This is the wiki.gg support wiki! It's a different site from your content wiki!
Arrays
Jump to navigation
Jump to search
Arrays
Description
Provides an additional set of parser functions for operations on arrays
wiki.gg availability
This extension is available on request with approval. Admins can request this extension, but discussion is required about the use case.
Alternatives
The wiki.gg support wiki does not currently have documentation for Arrays except to note its availability status. For documentation, please see Arrays.
The Arrays extension creates an additional set of parser functions that operate on arrays.
Alternatives
Because the Arrays extension leads to some messy code, we prefer you to try and use one of the following instead:
- The parser functions
{{#arraymap:
and/or{{#arraymaptemplate:
, both of which are bundled with ParserPower on wiki.gg - One or more of ParserPower's list handling functions
- Lua code
{{ForwardArgs}}m
(not included by default on new wikis, but you can import it from this wiki)
See also
- Loops (also not recommended)