Module:GameVersion/doc
From Vanguard Galaxy Wiki
More actions
This is the documentation page for Module:GameVersion
Template:Documentation subpage Single source of truth for the current Vanguard Galaxy game version.
Usage
Bump the CURRENT string in Module:GameVersion once per game release. Every Template:Tl stamp on the wiki re-evaluates against it, so pages written for an older version turn red and drop into the matching tracking category automatically.
Entry points
Script error: The function "current" does not exist.- Returns the current version string (e.g.
0.8.1). Used by Template:Tl. require('Module:GameVersion').currentVersion- Plain-Lua accessor for other modules.
See also
- Template:Tl — the per-content version stamp that consumes this module.