Module:GameSkills: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary |
No edit summary |
||
| Line 1,127: | Line 1,127: | ||
local root = mw.html.create("div") | local root = mw.html.create("div") | ||
root:addClass("sv-skill-collection") -- NEW: unified wrapper panel | |||
root:addClass("spiritvale-skill-list") -- keep if other CSS references it | |||
for _, rec in ipairs(matches) do | |||
root:wikitext(buildInfobox(rec, { showUsers = false, inList = true })) | |||
end | |||
return tostring(root) | |||
end | end | ||