Module:Sandbox/KEmel49/doc
Appearance
![]() | This is a documentation subpage for Module:Sandbox/KEmel49. It may contain usage information, categories and other content that is not part of the original module page. |
- Step 1:
This will go in module
local p = {}
function p.hello()
return "[[Module:Sandbox/KEmel49]]"
end
return p
- Step 2:
This will go in template
{{#invoke:Sandbox/KEmel49|hello}}
- Step 3:
This will be the final output:
Module:Sandbox/KEmel49