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:
codexWhich list to use, 'Enemy' or 'Object' (string)sectionThe name of tab to display, 'All' is also supported (string)startLetter or number, will filter results to any entry after this, inclusive (string; optional)finishRequires 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:
entryTable entry of codex item as seen in/data(table) - Returns: Wikitext of codex card (string)
- Created with Docbunto
See Also