Content deleted Content added
MusikAnimal (talk | contribs) m Protected "Module:Video game wikidata": High-risk module ([Edit=Require template editor access] (indefinite)) |
added "text and pen" getUpdateLink style, single accessible link containing both text and decorative image for {{Video game reviews}} etc. |
||
Line 413:
elseif(updateLinkStyle == "noSub") then
return '[[d:'..entity['id']..'#P444|[±]]]';
elseif(updateLinkStyle == "text and pen") then
return '<span style="position: relative;"><span style="position: absolute; right: 0;">[[File:Blue pencil.svg|10px|link=|alt=]]</span>[[d:'..entity['id']..'#P444|<span style="position: relative; padding-right: 14px;">Edit on Wikidata</span>]]</span>'
end;
|