模块:Navbox:修订间差异

添加420字节 、​ 2022年8月5日 (星期五)
无编辑摘要
(// Edit via Wikiplus)
无编辑摘要
end
local function switchborder(frame)
local border=wvar(frame,'border',wvar(frame,1,''))
 
if(border == 'subgroup' or border == 'child' or border == 'none') then
return 'navbox-subgroup" style="display:table;width:100%;'
.. wvar(frame,'bodystyle','')
.. ';'
.. wvar(frame,'style','')
else
return ' style="display:table;width:100%;background:transparent;color:inherit'
end
end
-- '<table cellspacing="0" class="nowraplinks {{#if:{{{title|}}}|{{#switch:{{{state|}}}|plain|off=|#default=mw-collapsible {{#if:{{{state|}}}|{{{state}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=navbox-subgroup" style="display:table;width:100%;{{{bodystyle|}}};{{{style|}}}|#default=" style="display:table;width:100%;background:transparent;color:inherit}};{{{innerstyle|}}};">'
.. ' '
.. switchborder(frame)
.. wvar(frame,'innerstyle','')
end
function p.navbox(frame)
维护员、​界面管理员、​巡查员、​监督员、​小部件编辑者
3,462

个编辑