You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- 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
end
return length
000
1:0
Templates used on this page:
- Template:Category see also (view source)
- Template:Category see also/Category pair check (view source)
- Template:High-use (view source)
- Template:Template link (view source)
- Template:Tl (view source)
- Module:Arguments (view source)
- Module:Category see also (view source)
- Module:Category see also/doc (view source)
- Module:Documentation (view source)
- Module:Documentation/config (view source)
- Module:Documentation/styles.css (view source)
- Module:Hatnote (view source)
- Module:Hatnote/styles.css (view source)
- Module:High-use (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Message box/ombox.css (view source)
- Module:Transclusion count (view source)
- Module:Transclusion count/data/C (view source)
- Module:Yesno (view source)
Return to Module:Category see also.