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

Main public logs

More actions

Combined display of all available logs of SpiritVale Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:45, 19 February 2026 Eviand talk contribs protected Module:GameInfo [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 03:45, 19 February 2026 Eviand talk contribs created page Module:GameInfo (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...")