Module:GameInfo: Difference between revisions
From SpiritVale Wiki
More actions
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..." |
m Protected "Module:GameInfo" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |