Jump to content

Module:Sandbox/KEmel49/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by KEmel49 (talk | contribs) at 19:49, 25 June 2025 ((+)). 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)
  • 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