Module:Sandbox/Ahecht/flag

This is an old revision of this page, as edited by Ahecht (talk | contribs) at 19:06, 13 June 2020 (make self documenting). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.doc(frame)
	return frame:preprocess('Generated by [[Module:Sandbox/Ahecht/flag/script.js]]:\n<syntaxhighlight lang="js">' .. frame:preprocess( "{{:Module:Sandbox/Ahecht/flag/script.js}}" ) .. '</syntaxhighlight>')
end

return p