1,131
edits
No edit summary |
No edit summary |
||
| Line 132: | Line 132: | ||
ret:pad(20) | ret:pad(20) | ||
:addRow{ | :addRow{ | ||
{ tag = 'th', content = ' | { tag = 'th', content = 'Market Limits', class = 'infobox-subheader', colspan = '20' }, | ||
} | } | ||
| Line 138: | Line 138: | ||
ret:pad(20) | ret:pad(20) | ||
:addRow{ | :addRow{ | ||
{ tag = 'th', content = ' | { tag = 'th', content = 'Sell Price', colspan = '7' }, | ||
{ tag = 'argd', content = 'market_sp_limit', colspan = '13' }, | { tag = 'argd', content = 'market_sp_limit', colspan = '13' }, | ||
} | } | ||
| Line 146: | Line 146: | ||
ret:pad(20) | ret:pad(20) | ||
:addRow{ | :addRow{ | ||
{ tag = 'th', content = ' | { tag = 'th', content = 'Buy Price', colspan = '7' }, | ||
{ tag = 'argd', content = 'market_bp_limit', colspan = '13' }, | { tag = 'argd', content = 'market_bp_limit', colspan = '13' }, | ||
} | } | ||