Module:GroupNameVariations: Difference between revisions

From Seven Sages of Rome
(Created page with "local p = "test" return p")
 
No edit summary
Line 1: Line 1:
local p = "test"
function groupNameVariations ()
return p
return "test"
end

Revision as of 12:10, 4 June 2024

Documentation for this module may be created at Module:GroupNameVariations/doc

function groupNameVariations ()
	return "test"
end