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

 

词条 Module:Sandbox/Bility/Shortcut
释义

local p = {}

-- shortcut box code generator

function shortcut(sCuts, sType)

    local wikicode = '
' local wikilist = '
    ' local shortName = '[[Wikipedia:Shortcut|Shortcut' if sType == 3 then shortName = 'Policy shortcut' end local alignStyle = 'float: right; ' local alignClass = '' if sType == 4 then alignStyle = 'float: left; ' alignClass = 'shortcutbox-left ' end local linkcount = 0 for i in ipairs(sCuts) do if sCuts[i] ~= '' and mw.title.new(sCuts[i]).id ~= 0 then wikicode = wikicode .. '' wikilist = wikilist .. '
  • ' .. sCuts[i] .. '
  • ' linkcount = linkcount + 1 end end if linkcount == 0 then return nil end if sType == 2 then wikilist = '
    ' .. wikilist .. '
    ' end wikicode = wikicode .. '
\' wikicode = wikicode .. '
' wikicode = wikicode .. '' .. shortName if linkcount > 1 then wikicode = wikicode .. 's' end wikicode = wikicode .. '' .. wikilist .. '
' return wikicode

end

-- normal vertical list of shortcuts

function p.vertical(frame)

end

-- horizontal list of shortcuts

function p.horizontal(frame)

end

-- list of policy shortcuts

function p.policy(frame)

end

-- left-aligned list of shortcuts

function p.left(frame)

end

return p

4 : Wikipedia shortcut box first parameter needs fixing|Wikipedia shortcut box first parameter needs fixing|Wikipedia shortcut box first parameter needs fixing|Wikipedia shortcut box first parameter needs fixing

随便看

 

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

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/11 12:05:04