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 22:26, 2 June 2026 by Fank (talk | contribs) (Update doc for stable/beta/status)
(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 version state.

Configuration

Edit two values at the top of Module:GameVersion once per release:

STABLE
The latest stable public release. Content stamped at this version reads as current.
BETA
The current beta / preview line (or "" if none). Content newer than STABLE reads as beta.

Promote a beta by setting STABLE to the old BETA value — every Template:Tl stamp for that version turns green automatically.

Entry points

0.8.0 / |beta
Return the configured version strings.
outdated
Returns current / beta / outdated / unknown for version v. Used by Template:Tl.
require('Module:GameVersion')
Exposes stableVersion, betaVersion, and _cmp(a,b) for other modules.

See also

  • Template:Tl — the per-content version stamp that consumes this module.