٢٢٤
تعديل
ط (مراجعة واحدة) |
لا ملخص تعديل |
||
سطر ٢: | سطر ٢: | ||
-- This module implements {{Infobox}} | -- This module implements {{Infobox}} | ||
-- | -- | ||
local p = {} | local p = {} | ||
سطر ٤٩: | سطر ٤٩: | ||
end | end | ||
end | end | ||
return s | return s | ||
else | else | ||
سطر ١٨٩: | سطر ١٨٤: | ||
addRow({ | addRow({ | ||
data = args['subheader' .. tostring(num)], | data = args['subheader' .. tostring(num)], | ||
datastyle = args.subheaderstyle | datastyle = args.subheaderstyle or args['subheaderstyle' .. tostring(num)], | ||
class = args.subheaderclass, | class = args.subheaderclass, | ||
rowclass = args['subheaderrowclass' .. tostring(num)] | rowclass = args['subheaderrowclass' .. tostring(num)] | ||
سطر ٢٥٣: | سطر ٢٤٧: | ||
:tag('td') | :tag('td') | ||
:attr('colspan', '2') | :attr('colspan', '2') | ||
:css('text-align', ' | :css('text-align', 'right') | ||
:wikitext(navbar{ | :wikitext(navbar{ | ||
args.name, | args.name, | ||
سطر ٢٦٩: | سطر ٢٦٣: | ||
local function renderTrackingCategories() | local function renderTrackingCategories() | ||
if args.decat ~= 'yes' then | if args.decat ~= 'yes' then | ||
if #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then | |||
root:wikitext('[[تصنيف:مقالات تستخدم صناديق معلومات بدون صفوف بيانات]]') | |||
end | |||
if args.child == 'yes' and args.title then | |||
root:wikitext('[[Category:Pages which use embedded infobox templates with the title parameter]]') | |||
root:wikitext('[[Category: | |||
end | end | ||
end | end |