PeaceDeadC
Created page with "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. local p = {} local arg = ... local i18n function loadSubmodules(frame) -- internationalization if not i18n then if frame then -- module invoked by page/template, get its title from frame i18n = require(frame:getTitle().."/i18n") else -- module included by other module, get its title from ... i18n = require(arg.."/i18n") end end end p.commands = { property = "property",..."