Content deleted Content added
split has_navbar() into its own function, add templatestyles Tag: Reverted |
heh, shadowing Tag: Reverted |
||
Line 381:
end
local function
if templatestyles and templatestyles ~= '' then
return frame:extensionTag{
Line 412:
-- get templatestyles
local frame = mw.getCurrentFrame()
local base_templatestyles =
local templatestyles =
local child_templatestyles =
local res = mw.html.create()
|