The editors' meeting has been canceled for technical reasons.
View source for Module:Labelled list hatnote
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
--------------------------------------------------------------------------------
-- Labelled list --
-- --
-- This module does the core work of creating a hatnote composed of a list --
-- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", --
-- for {{see also}} and similar templates. --
--------------------------------------------------------------------------------
local mHatnote = require('Module:Hatnote')
local mHatlist = require('Module:Hatnote list')
local mArguments --initialize lazily
local p = {}
-- Defaults global to this module
-- 本地化注意
local defaults = {
label = '参见', --Final fallback for label argument
labelForm = '%s:%s',
prefixes = {'label', 'label ', 'l'},
template = 'Module:Labelled list hatnote'
}
000
1:0
Template used on this page:
Return to Module:Labelled list hatnote.