Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 17:39, 2 June 2026 by Fank (talk | contribs) (Doc for Module:GameVersion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.