因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
local InfoboxNeue = {}
local metatable = {}
local methodtable = {}
local libraryUtil = require( 'libraryUtil' )
local checkType = libraryUtil.checkType
local checkTypeMulti = libraryUtil.checkTypeMulti
local i18n = require( 'Module:i18n' ):new()
metatable.__index = methodtable
metatable.__tostring = function( self )
return tostring( self:renderInfobox() )
end
--- Wrapper function for Module:i18n.translate
---
--- @param key string The translation key
000
1:0
本页使用的模板:
- Template:Documentation(查看源代码)
- Template:Documentation/styles.css(查看源代码)
- Template:Hatnote/styles.css(查看源代码)
- Template:Mbox/styles.css(查看源代码)
- Module:DPLlua(查看源代码)
- Module:DependencyList(查看源代码)
- Module:Documentation(查看源代码)
- Module:Enum(查看源代码)
- Module:I18n(查看源代码)
- Module:I18n/label/en.json(查看源代码)
- Module:InfoboxNeue(查看源代码)
- Module:InfoboxNeue/doc(查看源代码)
- Module:InfoboxNeue/example(查看源代码)
- Module:InfoboxNeue/styles.css(查看源代码)
- Module:Paramtest(查看源代码)
- Module:Yesno(查看源代码)