Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GameInfo: Revision history

From SpiritVale Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

19 February 2026

  • curprev 03:4503:45, 19 February 2026 Eviand talk contribs 3,103 bytes +3,103 Created page with "-- Module:GameInfo -- Base container + shared scaffolding for all GameInfo.* renderers (Phase 4.1). local p = {} -- Shared TemplateStyles page (Module space per Phase 4.1). local DEFAULT_STYLE_SRC = "Module:GameInfo/gameinfo.css" local function _to_int(v, fallback) if v == nil then return fallback end local n = tonumber(v) if not n then return fallback end n = math.floor(n + 0.0) return n end local function _is_html_node(x) -- mw.html nodes are Lua tables with..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)