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:GameSkills: Difference between revisions

From SpiritVale Wiki
No edit summary
No edit summary
 
Line 1,102: Line 1,102:
end
end


function PLUGINS.Description(rec, ctx)
        local desc = trim(rec.Description)
        if not desc then
                return nil
        end
        local wrapper = mw.html.create("div")
        wrapper:addClass("sv-module-description")
        wrapper:wikitext(string.format("''%s''", desc))
        return {
                inner = tostring(wrapper),
                classes = "module-description",
        }
end


-- PLUGIN: SourceType (Hero Module Slot 1) - Modifier + Source + Scaling.
-- PLUGIN: SourceType (Hero Module Slot 1) - Modifier + Source + Scaling.