Content deleted Content added
Petr Matas (talk | contribs) args.as defaults to "pre" |
Petr Matas (talk | contribs) fixed: makeTitle always resolved to true Tags: Mobile edit Mobile web edit |
||
Line 14:
local function main(frame, field)
local args, pargs = frame.args, ( frame:getParent() or {} ).args or {}
local makeTitle=args.makeTitle or pargs.makeTitle
local namespace=args.namespace or pargs.namespace or ""
local fragment=args.fragment or pargs.fragment or ""
|