Editing Module:MonsterVariantsTable
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 31: | Line 31: | ||
'?Variant name = variant', |
'?Variant name = variant', |
||
'?Version anchor = version', |
'?Version anchor = version', |
||
'?- |
'?-Has subobject#- = subobject', |
||
'sort=Profession Level A', |
'sort=Profession Level A', |
||
'order=asc' |
'order=asc' |
||
Line 50: | Line 50: | ||
for _, entry in ipairs(data) do |
for _, entry in ipairs(data) do |
||
if entry.default then |
if entry.default then |
||
entry.page = ('[[%s|%s]]'):format(entry. |
entry.page = ('[[%s|%s]]'):format(entry.subobject, entry.name) |
||
table.insert(filtered, entry) |
table.insert(filtered, entry) |
||
elseif entry.version == nil then |
elseif entry.version == nil then |
||
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 |
:td{ entry.img, addClass = 'plinkt-image' }:done() |
||
:td{ entry.page, addClass = 'plinkt-link |
:td{ entry.page, addClass = 'plinkt-link' }:done() |
||
:td() |
:td() |
||
:IF(entry.unlock_profession) |
:IF(entry.unlock_profession) |