Content deleted Content added
Jackmcbarn (talk | contribs) rm a variable only used once |
Jackmcbarn (talk | contribs) rm more variables |
||
Line 27:
local mainpage = title.fullText;
local talkpage = talk_title and talk_title.fullText or '';
local div = mw.html.create():tag('div')
Line 71 ⟶ 64:
:attr('title', 'View this template')
:cssText(args.fontstyle)
:wikitext(
:done()
:wikitext(']]')
Line 81 ⟶ 74:
:attr('title', 'Discuss this template')
:cssText(args.fontstyle)
:wikitext(
:done()
:wikitext(']]');
Line 93 ⟶ 86:
:attr('title', 'Edit this template')
:cssText(args.fontstyle)
:wikitext(
:done()
:wikitext(']');
|