1,131
edits
No edit summary |
No edit summary |
||
| Line 52: | Line 52: | ||
:tag('td'):wikitext(shop.seller):done() | :tag('td'):wikitext(shop.seller):done() | ||
:tag('td'):wikitext(location):done() | :tag('td'):wikitext(location):done() | ||
:tag('td') | |||
:attr({['data-sort-value']=shop.buySortValue}) | |||
:wikitext(shop.buyvalue) | |||
:done() | |||
:tag('td') | :tag('td') | ||
:attr({['data-sort-value']=shop.sellSortValue}) | :attr({['data-sort-value']=shop.sellSortValue}) | ||
:wikitext(shop.sellvalue) | :wikitext(shop.sellvalue) | ||
:done() | :done() | ||
:tag('td') | :tag('td') | ||