因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- This module implements {{Category see also}}
local mHatnote = require('Module:Hatnote')
local p = {}
local function makeWikitextError(msg)
return string.format(
'<strong class="error">Error: %s ([[Template:Category see also]])</strong>',
msg
)
end
-- Gets the length of the sequence seq. Usually this should be done with the #
-- operator, but we need to work with tables that get their values through an
-- __index metamethod.
local function getSequenceLength(seq)
local length = 0
for i in ipairs(seq) do
length = i
000
1:0
本页使用的模板:
- 模板:Category see also(查看源代码)
- 模板:Category see also/Category pair check(查看源代码)
- 模板:High-use(查看源代码)
- 模板:Tl(查看源代码)
- 模块:Arguments(查看源代码)
- 模块:Category see also(查看源代码)
- 模块:Category see also/doc(查看源代码)
- 模块:Hatnote(查看源代码)
- 模块:Hatnote/styles.css(查看源代码)
- 模块:High-use(查看源代码)
- 模块:Message box(查看源代码)
- 模块:Message box/configuration(查看源代码)
- 模块:Message box/ombox.css(查看源代码)
- 模块:Transclusion count(查看源代码)
- 模块:Transclusion count/data/C(查看源代码)
- 模块:Yesno(查看源代码)