Module:Hatnote list:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. A…” |
无编辑摘要 标签:已被回退 |
||
第53行: | 第53行: | ||
local s = options.space | local s = options.space | ||
-- Format the list if requested | -- Format the list if requested | ||
if options.formatted then | --if options.formatted then | ||
-- list = mFormatLink.formatPages( | |||
-- {}, list | |||
-- ) | |||
end | --end | ||
-- Set the separator; if any item contains it, use the alternate separator | -- Set the separator; if any item contains it, use the alternate separator | ||
local separator = options.separator | local separator = options.separator |