warframe

This is the documentation page for Module:MasteryRank


MasteryRank is a helper module for constructing wikitables pertaining to Mastery Rank and Clan affinity.

On this Wiki, MasteryRank is used in:

Usage

Direct Invocation

{{#invoke:MasteryRank|function|input1|input2|...}}

Documentation

Package items

masteryrank.buildMasteryTable(frame, ver, k-drives, missions, missionsXp, junctions, railjackIntrinsics, drifterIntrinsics, exclusives, exclusivesXp) (function)
Builds total Mastery table.
Parameters:
  • frame contains all following args (table)
  • ver current game version as of last edit of the following information (string)
  • k-drives kdrive board count (string)
  • missions mission count (string)
  • missionsXp total mission mastery, without junctions (string)
  • junctions junction count (string)
  • railjackIntrinsics intrinsic categories for a railjack (string)
  • drifterIntrinsics intrinsic categories for a drifter (string)
  • exclusives total count of exclusive mastery-granting items (string)
  • exclusivesXp and its total xp (string)
Returns: Resultant table in wikitext (string)
masteryrank.buildClanAffinityTable(frame) (function)
Builds total Clan affinity table.
Parameter: frame (table)
Returns: Resultant table in wikitext (string)

Created with Docbunto

See Also


Code