warframe

This is the documentation page for Module:Map


Map exists simply to allow for default filters when using interactive maps. Map can be invoked ({{#invoke:Map|__main}}) and then transcluded from a template ({{template|map name|filter 1|filter 2|...}}), or used within other modules.

On this Wiki, Map is used in:

Documentation

Package items

map.Map(frame) (function)
Allows for default filters. If no filters are given, all filters are on by default
Parameter: frame (table)
Returns: Preprocessed wikitext of interactive map (string)
map.__Map(...) (function)
This is just so the testharness has a function to work with since p. Map uses frame
Parameter: ... (table)
Returns: Wikitext of interactive map (string)
map.__main() (function)
Entrypoint

Created with Docbunto

See Also


Code