عرض مصدر وحدة:Navbox with collapsible groups
اذهب إلى التنقل
اذهب إلى البحث
ليست لك الصلاحية لتعديل هذه الصفحة; للسبب التالي:
يمكنك مطالعة و نسخ مصدر هذه الصفحة.
-- This module implements {{شريط مركب}}
local q = {}
local Navbox = require('Module:Navbox2')
-- helper functions
local function concatstrings(s)
local r = table.concat(s, '')
if r:match('^%s*$') then r = nil end
return r
end
local function concatstyles(s)
local r = table.concat(s, ';')
while r:match(';%s*;') do
r = mw.ustring.gsub(r, ';%s*;', ';')
end
if r:match('^%s*;%s*$') then r = nil end
return r
end
000
1:0
القالبان المستخدمان في هذه الصفحة:
ارجع إلى وحدة:Navbox with collapsible groups.