ماڈیول:Infobox کا مسودہ
درج ذیل وجہ کی بنا پر آپ کو اس صفحہ میں ترمیم کرنے کی اجازت نہیں ہے:
آپ اس صفحہ کے مندرجات دیکھ سکتے اور اس کو نقل کر سکتے ہیں۔
local p = {}
local args = {}
local origArgs = {}
local root
local empty_row_categories = {}
local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]'
local has_rows = false
local function fixChildBoxes(sval, tt)
local function notempty( s ) return s and s:match( '%S' ) end
if notempty(sval) then
local marker = '<span class=special_infobox_marker>'
local s = sval
-- start moving templatestyles and categories inside of table rows
local slast = ''
while slast ~= s do
slast = s
s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>%s*)(%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*%]%])', '%2%1')
s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>%s*)(\127[^\127]*UNIQ%-%-templatestyles%-%x+%-QINU[^\127]*\127)', '%2%1')
000
1:0
اِس صفحہ پر مستعمل سانچہ حسب ذیل ہے:
واپس ماڈیول:Infobox پر جائیں