"मोड्युल:Unsigned" का संशोधनहरू बिचको अन्तर

Content deleted Content added
सा Should be exposed
सा Steal boilerplate from Module:Error
पङ्क्ति १९:
end
 
local function p.main_main(frameargs)
local hopefullyTimestamp = frame.args[1] or os.date('%H:%M, %d %B %Y (%Z)')
return addUtcToStringIfItDoesNotEndWithUtc(trim(hopefullyTimestamp))
end
 
function p.main(frame)
local args
if type(frame.args) == 'table' then
-- We're being called via #invoke. The args are passed through to the module
-- from the template page, so use the args that were passed into the template.
args = frame.args
else
-- We're being called from another module or from the debug console, so assume
-- the args are passed in directly.
args = frame
end
return _main(args)
end
 
"https://ne.wikipedia.org/wiki/मोड्युल:Unsigned" बाट अनुप्रेषित