warframe

This is the documentation page for Module:Conservation


Module:Conservation contains all of WARFRAME's Conservation data.

Usage

Template

In template and articles: {{#invoke:Conservation|function|input1|input2|...}}

Documentation

Package items

conservation._getAnimal(animalName) (function)
Returns a specific animal table entry from /data
Parameter: animalName Animal name (string)
Returns: Animal table (table)
conservation.buildConservationTab(frame, animalEntry) (function)
Builds a tab for the tabber function of the wiki.
Parameters:
  • frame Frame object (table)
  • animalEntry Table entry of animal or the name of animal (table, string; optional)
Returns: Resultant wikitext of animaltab (string)
conservation.buildConservationTabber(frame) (function)
Builds a tabber for a conservation animal page.
Parameter: frame Frame object (table)
Returns: Resultant wikitext of tabber element (string)

Created with Docbunto

See Also


Code