2,875
edits
(Add override for item '?????') |
(Format expansion icon directly) |
||
Line 1,342: | Line 1,342: | ||
--Adding a shortcut function for this | --Adding a shortcut function for this | ||
function p.TotH() | function p.TotH() | ||
return | return mw.html.create('span') | ||
:addClass('img-text') | |||
:wikitext('[[File:TotH.png|25x25px|link=Throne of the Herald Expansion]]') | |||
:done() | |||
end | end | ||
function p.AoD() | function p.AoD() | ||
return | return mw.html.create('span') | ||
:addClass('img-text') | |||
:wikitext('[[File:AoD.png|25x25px|link=Atlas of Discovery Expansion]]') | |||
:done() | |||
end | end | ||
function p.ItA() | function p.ItA() | ||
return | return mw.html.create('span') | ||
:addClass('img-text') | |||
:wikitext('[[File:ItA.png|25x25px|link=Into the Abyss Expansion]]') | |||
:done() | |||
end | end | ||
function p.Melvor() | function p.Melvor() | ||
return | return mw.html.create('span') | ||
:addClass('img-text') | |||
:wikitext('[[File:Melvor_Logo.svg|25x25px|link=Full Version]]') | |||
:done() | |||
end | end | ||
edits