Module:Test passing of templates: Difference between revisions
Jump to navigation
Jump to search
Created page with "local p = {} --p stands for package function p.hello( frame ) return end return p" |
(No difference)
|
Revision as of 09:09, 3 December 2025
Documentation for this module may be created at Module:Test passing of templates/doc
local p = {} --p stands for package
function p.hello( frame )
return
end
return p