Module:StonemasonEtchingList: Difference between revisions
m
remove merchant hide module
(list of stones that can be etched at the T.E.A. machine with the level and xp) |
m (remove merchant hide module) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
require('strict')
require('Module:Mw.html extension')
local param = require( 'Module:Paramtest' )
local currency = require('Module:Currency')
local lang = mw.getContentLanguage()
Line 79 ⟶ 77:
:done()
:tag('td')
:wikitext('[[File:' .. item.name .. '.png|link=' .. item.name .. '|30px]] [[' .. item.name .. ']]')
:done()
:tag('td')
:wikitext('[[File:' .. item.rawmat .. '.png|30px|link=' .. item.rawmat .. ']] [[' .. item.rawmat .. ']]<br>')
:done()
:IF(item.XP)
|