Module:Sandbox/SkillTree: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 59: Line 59:
             :tag('h4'):wikitext(node.name):done()
             :tag('h4'):wikitext(node.name):done()
             :tag('p'):wikitext('Points: ' .. node.costs.points):done()
             :tag('p'):wikitext('Points: ' .. node.costs.points):done()
            :css({
    background = '#333',
    color = '#fff',
    padding = '10px',
    ['border-radius'] = '5px'
})


         if node.modifiers then
         if node.modifiers then
393

edits