Jump to content

Module:Inventory slot: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
mNo edit summary
Line 134: Line 134:
slot:wikitext( sprite( { data = "InvSprite", id = item } ) )
slot:wikitext( sprite( { data = "InvSprite", id = item } ) )
if item ~= pageName and item then
if args.link then
link = item
if args.link ~= "n" then
link = args.link
end
elseif item ~= pageName and item then
link = item
end
end