warframe

This is the documentation page for Module:Codex


Codex stores image data of all WARFRAME's codex entries.

On this Wiki, Codex is used in:

Usage

Template

In template: {{#invoke:Codex|CodexGrid|codex|section|start|end}}
In articles: {{template|function|input1|input2|...}}

Documentation

Package items

codex.CodexGrid(frame) (function)
Generates codex grid to display on articles.
Parameter: frame
  • {string} codex Which list to use, 'Enemy' or 'Object'
  • {string} section The name of tab to display, 'All' is also supported
  • {string} start Optional; Letter or number, will filter results to any entry after this, inclusive
  • {string} finish Optional, requires start; Letter or number, will filter results to anything before this, inclusive
(table)
Returns: Wikitext of codex grid (string)
codex._CodexGrid(codex, section, start, finish) (function)
Generates codex grid to display on articles.
Parameters:
  • codex Which list to use, 'Enemy' or 'Object' (string)
  • section The name of tab to display, 'All' is also supported (string)
  • start Letter or number, will filter results to any entry after this, inclusive (string; optional)
  • finish Requires start; Letter or number, will filter results to anything before this, inclusive (string; optional)
Returns: Wikitext of codex grid (string)
codex._GenerateEntryMarkup(entry) (function)
Generates a single codex card to display on articles.
Parameter: entry Table entry of codex item as seen in /data (table)
Returns: Wikitext of codex card (string)

Created with Docbunto

See Also


Code