Jump to content

Module:Sandbox/Raph Williams65

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Raph Williams65 (talk | contribs) at 06:41, 22 April 2025 (Fixed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--NOT A MAIN MODULE
local p = {}

function p.main(frame)
   string.format('[[%s|%s]]')
   return '[[User:%s|%s]]'
end
return p