跳转到内容
打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模块:Hatnote/i18n:修订间差异

来自Unimage Wiki
导入1个版本:https://templates.fandom.com/
 
将 Fandom Dev 模块依赖切换到本地副本
 
第3行: 第3行:
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
-- The next line imports the Hatnote module from the [[w:c:dev:Global Lua Modules]].
-- The next line imports the Hatnote module from the [[w:c:dev:Global Lua Modules]].
local Hi18n = require('Dev:Hatnote/i18n')
local Hi18n = require('Module:Dev/Hatnote/i18n')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Hatnote]]
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Hatnote]]
   
   
-- The last line produces the output for the template
-- The last line produces the output for the template
return Hi18n
return Hi18n

2026年8月31日 (一) 20:54的最新版本

See w:c:dev:Global Lua Modules/Hatnote


-- 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 Hatnote module from the [[w:c:dev:Global Lua Modules]].
local Hi18n = require('Module:Dev/Hatnote/i18n')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Hatnote]]
 
-- The last line produces the output for the template
return Hi18n