Module:MonsterVariantsTable: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
m (Spaces to tabs) |
(Remove border between image and name) |
||
Line 73: | Line 73: | ||
local edit = editbutton("'''?''' (edit)", entry.name) |
local edit = editbutton("'''?''' (edit)", entry.name) |
||
tbl:tr() |
tbl:tr() |
||
:td{ entry.img, addClass = 'plinkt-image' }:done() |
:td{ entry.img, addClass = 'plinkt-image no-border' }:done() |
||
:td{ entry.page, addClass = 'plinkt-link' }:done() |
:td{ entry.page, addClass = 'plinkt-link no-border' }:done() |
||
:td() |
:td() |
||
:IF(entry.unlock_profession) |
:IF(entry.unlock_profession) |