1,131
edits
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
{ name = 'members', func = 'has_content' }, | { name = 'members', func = 'has_content' }, | ||
{ name = 'level', func = 'number' }, | { name = 'level', func = 'number' }, | ||
{ name = 'cost', func = 'has_content' }, | |||
{ name = 'sell', func = 'has_content' }, | |||
-- Properties | -- Properties | ||
{ name = 'tradable', func = 'has_content' }, | { name = 'tradable', func = 'has_content' }, | ||
} | } | ||
| Line 93: | Line 94: | ||
:pad(20) | :pad(20) | ||
:addRow{ | :addRow{ | ||
{ tag = 'th', content = ' | { tag = 'th', content = 'Level', colspan = '7' }, | ||
{ tag = 'argd', content = 'level', colspan = '13' }, | |||
} | |||
:pad(20) | |||
:addRow{ | |||
{ tag = 'th', content = 'Buy Price', colspan = '7' }, | |||
{ tag = 'argd', content = 'cost', colspan = '13' }, | |||
} | |||
:addRow{ | |||
{ tag = 'th', content = 'Sell Price', colspan = '7' }, | |||
{ tag = 'argd', content = 'sell', colspan = '13' }, | |||
} | } | ||
--[[ | --[[ | ||
Add rows for properties | Add rows for properties | ||
]] | ]] | ||
:pad(20) | |||
:addRow{ | |||
{ tag = 'th', content = 'Properties', class = 'infobox-subheader', colspan = '20' }, | |||
} | |||