Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
23 bytes removed ,  08:44, 1 April 2022
no edit summary
No edit summary
No edit summary
Line 132: Line 132:
ret:pad(20)
ret:pad(20)
:addRow{
:addRow{
{ tag = 'th', content = 'Properties', class = 'infobox-subheader', colspan = '20' },
{ 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 = 'Market Sell Price Limit', colspan = '7' },
{ 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 = 'Market Buy Price Limit', colspan = '7' },
{ tag = 'th', content = 'Buy Price', colspan = '7' },
{ tag = 'argd', content = 'market_bp_limit', colspan = '13' },
{ tag = 'argd', content = 'market_bp_limit', colspan = '13' },
}
}

Navigation menu