۸٬۳۲۴
ویرایش
جز («پودمان:Navbox with collapsible groups» را محافظت کرد: الگوهای حساس ([ویرایش=تنها مدیران] (بیپایان) [انتقال=تنها مدیران] (بیپایان))) |
Nazarzadeh (بحث | مشارکتها) جز (۱ نسخه واردشده) |
||
خط ۱: | خط ۱: | ||
-- This module implements {{Navbox with collapsible groups}} | -- This module implements {{Navbox with collapsible groups}} | ||
local q = {} | local q = {} | ||
local Navbox = require(' | local Navbox = require('Module:Navbox') | ||
-- helper functions | -- helper functions | ||
خط ۳۲: | خط ۳۲: | ||
['below']=true,['belowclass']=true,['belowstyle']=true, | ['below']=true,['belowclass']=true,['belowstyle']=true, | ||
['image']=true,['imageclass']=true,['imagestyle']=true, | ['image']=true,['imageclass']=true,['imagestyle']=true, | ||
['imageleft']=true,['imageleftstyle | ['imageleft']=true,['imageleftstyle']=true | ||
} | } | ||
for k,v in pairs(pargs) do | for k,v in pairs(pargs) do | ||
خط ۷۸: | خط ۷۷: | ||
image = pargs['image' .. n], | image = pargs['image' .. n], | ||
imageleft = pargs['imageleft' .. n], | imageleft = pargs['imageleft' .. n], | ||
listpadding = pargs['listpadding']}) | listpadding = pargs['listpadding']}) | ||
end | end | ||
خط ۹۵: | خط ۹۳: | ||
function q.navbox(frame) | function q.navbox(frame) | ||
local pargs = require(' | local pargs = require('Module:Arguments').getArgs(frame, {wrappers = {'Template:Navbox with collapsible groups'}}) | ||
-- Read the arguments in the order they'll be output in, to make references number in the right order. | -- Read the arguments in the order they'll be output in, to make references number in the right order. |