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

模块:Namespace detect/config:修订间差异

来自Unimage Wiki
导入1个版本:https://starter.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 from the [[w:c:dev:Global Lua Modules]].
-- The next line imports from the [[w:c:dev:Global Lua Modules]].
local nsConfiguration = require('Dev:Namespace_detect/config')
local nsConfiguration = require('Module:Dev/Namespace_detect/config')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace_detect]]
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace_detect]]
   
   

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

This module stores configuration data for Module:Namespace detect. Here you can localise the module to your wiki's language.

To activate a configuration item, you need to uncomment it. This means that you need to remove the text "-- " at the start of the line.


-- This Module is used for making templates based in the Lua language.
-- See more details about Lua in [[w:Help:Lua]].
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.
-- The next line imports from the [[w:c:dev:Global Lua Modules]].
local nsConfiguration = require('Module:Dev/Namespace_detect/config')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace_detect]]
 
-- The imported Module is overwritten locally to include default configuration.
-- For a more flexible experience, delete the page import 
-- and paste (and modify as you like) its contents into this page
-- https://dev.fandom.com/wiki/Module:Namespace_detect/config

-- The last line produces the output for the template
return nsConfiguration