请输入您要查询的百科知识:

 

词条 Module:Main list
释义 --[[-- This module produces a "For more details on this topic" link. It implements-- the {{Main list}} template.--]]

local mHatnote = require('Module:Hatnote')

local mHatlist = require('Module:Hatnote list')

local mArguments -- lazily initialise

local mTableTools -- lazily initialise

local p = {}

function p.mainList(frame)

mArguments = require('Module:Arguments')

mTableTools = require('Module:TableTools')

local args = mArguments.getArgs(frame, {parentOnly = true})

if not args[1] then

return mHatnote.makeWikitextError(

'no page name specified',

'Template:Main list#Errors',

args.category

)

end

return p._mainList(mTableTools.compressSparseArray(args))

end

function p._mainList(args)

local pages = mHatlist.andList(args, true)

local text = string.format('For a more comprehensive list, see %s.', pages)

return mHatnote._hatnote(text)

end

return p

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/13 18:10:37