Tag: Undo |
No edit summary |
||
Line 3: | Line 3: | ||
function p.drawDataProperties(frame) | function p.drawDataProperties(frame) | ||
local wikitext = "" | local wikitext = "TEST" | ||
return wikitext | return wikitext |
Revision as of 13:54, 12 May 2025
Documentation for this module may be created at Module:Properties-UMVC3/doc
local p = {} function p.drawDataProperties(frame) local wikitext = "TEST" return wikitext end return p