词条 | Module:Sandbox/Lfdder/Tlg |
释义 | return { main = function (frame) local getArgs = require("Module:Arguments").getArgs local args = getArgs(frame) local _args = {} local tName = args[2] or args[1] local tVars = "" local output for arg in args[1]:gmatch("[^,]+") do _args[arg] = true end if not _args.n or not _args.nolink then tName = "" .. tName .. "" end if _args.b or _args.bold then tName = "" .. tName .. "" end for k, v in pairs(args) do if k ~= 1 and k ~= 2 then tVars = tVars .. "|" .. v end end if _args.i or _args.italic then tVars = "" .. tVars .. "" end output = "{{" .. tName .. tVars .. "}}" if _args.x or _args.code then output = " end return output end } |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。