Content deleted Content added
Suppressing end of section whitespace that can put the (x articles) on the next line. Also fixed "Urania's mirror" from being on a separate line for reasons I do not comprehend |
setting arg "override" will now make page act like it is the GA/XX page and show the header. I think. |
||
Line 12:
if args.image then image = '[[' .. args.image .. '|22px|left]]' end
local sectioncount = 0
if (subpage == type or args.override) then -- I haven't figured out how to deal with missing shortcut so why pretend
shortcuts = frame:expandTemplate{ title = 'shortcut', args = { args.shortcut } }
header = frame:expandTemplate{ title = 'Wikipedia:Good articles/header', args = { shortcuts = shortcuts } }
|