Content deleted Content added
clear code, will use just for doc page Tag: Blanking |
make self documenting |
||
Line 1:
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
|