Jump to content

Module:Sandbox/1ctinus

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1ctinus (talk | contribs) at 13:20, 2 June 2024 (Created page with 'local p = {} function p.shortdesc(text, frame) return frame:expandTemplate{title = 'Short description', args = {text, 'noreplace'}} end local getArgs = require('Module:Arguments').getArgs function p.main(frame) return p.shortdesc("DEMO", frame) end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
function p.shortdesc(text, frame)
	return frame:expandTemplate{title = 'Short description', args = {text, 'noreplace'}}
end

local getArgs = require('Module:Arguments').getArgs
function p.main(frame)
	return p.shortdesc("DEMO", frame)
end

return p