Module:MOS scalesig: Difference between revisions

Ganaram inukshuk (talk | contribs)
m no need for debug option
ArrowHead294 (talk | contribs)
m Removing since there is no need
Line 12: Line 12:
local is_link = yesno(args["link"], false)
local is_link = yesno(args["link"], false)
local is_long = yesno(args["long"], false)
local is_long = yesno(args["long"], false)
--local debugg = yesno(args["debug"])
function make_scalesig()
function make_scalesig()
Line 31: Line 30:
local result = make_scalesig()
local result = make_scalesig()
-- Debugger option
--if debugg == true then
-- result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>"
--end
return frame:preprocess(result)
return frame:preprocess(result)
end
end


return p
return p