Wiki MySims
m (1 revisión importada: https://templates.fandom.com/)
 
m (1 revisión importada: https://templates.fandom.com/)
 
Línea 1: Línea 1:
  +
-- This Module is used for making templates based in the Lua language.
See [[w:c:dev:Global Lua Modules/Hatnote]]
 
  +
-- See more details about Lua in [[Help:Lua]].
 
  +
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
<includeonly>
 
  +
-- The next line imports the I18n module from the [[w:c:dev:Global Lua Modules]].
<!-- Categories/interwikis for the module -->
 
  +
local i18n = require('Dev:I18n')
[[Category:Dev modules]]
 
  +
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/I18n]]
</includeonly><noinclude>
 
  +
<!-- Categories/interwikis for this documentation -->
 
  +
-- The last line produces the output for the template
[[Category:Module documentation]]
 
  +
return i18n
</noinclude>
 

Revisión actual - 20:38 21 feb 2024

-- This Module is used for making templates based in the Lua language.
-- See more details about Lua in [[Help:Lua]].
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
-- The next line imports the I18n module from the [[w:c:dev:Global Lua Modules]].
local i18n = require('Dev:I18n')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/I18n]]
 
-- The last line produces the output for the template
return i18n