Template:Globals

Revision as of 16:20, 23 March 2021 by Banri (talk | contribs) (Created page with "<includeonly>{{#invoke:Globals|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation
This documentation is transcluded from Template:Globals/doc. [edit] [purge]
Template:Globals invokes function main in Module:Globals using Lua.

This template is used to display commonly used variables like the total amount of missions, and other details. This way only Module:Globals/data needs to be edited when a new update changes one of the values.

Parameters

  • latest attribute — returns the name of the latest released attribute
  • latest mission — returns the name of the latest released mission
  • latest mission release date — returns the date of the latest released mission
  • latest patch number — returns the latest patch number of the game
  • mission types — returns the current mission types released
  • missions — returns the total amount of missions
  • today — returns the date of today
  • total attributes — returns the total number of attributes

Examples

  • {{Globals|missions}} produces 76.
  • {{Globals|total attributes}} produces 21.