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
  • 18:08, 19 February 2026 Eviand talk contribs protected Module:GameInfo/Skills [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 03:46, 19 February 2026 Eviand talk contribs created page Module:GameInfo/Skills (Created page with "-- Module:GameInfo/Skills -- Phase 4.1: Skills renderer (components live here; CSS/JS shared globally). local p = {} local GI = require("Module:GameInfo") local _file_exists_cache = {} local function _trim(s) if s == nil then return "" end s = tostring(s) s = s:gsub("^%s+", ""):gsub("%s+$", "") return s end local function _safe_tbl(t) return type(t) == "table" and t or {} end local function _safe_str(s, fallback) s = _trim(s) if s == "" then return fallback...")