Module:Credits: Difference between revisions
From Videogame Morgue File
MorgueFile (talk | contribs) (Created page with "local p = {}; p.credits = function( frame ) local str = "Hello World!" return str end") |
MorgueFile (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
return str | return str | ||
end | end | ||
return p |
Revision as of 11:36, 14 Mayıs 2021
Documentation for this module may be created at Module:Credits/doc
local p = {}; p.credits = function( frame ) local str = "Hello World!" return str end return p