Content deleted Content added
Jackmcbarn (talk | contribs) if a page does {{#invoke:navbar|navbar}}, figure out the title automatically |
Jackmcbarn (talk | contribs) use Module:Arguments to, among other things, support both direct args and parent args |
||
Line 1:
local p = {}
local getArgs
local HtmlBuilder = require('Module:HtmlBuilder')
Line 134 ⟶ 135:
function p.navbar(frame)
if not getArgs then
getArgs = require('Module:Arguments').getArgs
▲ end
▲ return _navbar(args)
end
|