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 recipe = require('Module:Infobox Recipe') -- to make use of its extensive material searching function
local param = require( 'Module:Paramtest' )
local currency = require('Module:Currency')
local discount = require('Module:MerchantHideDiscount')
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)
9,841

edits