وحدة:Pagetype/config: الفرق بين النسختين

[نسخة منشورة][نسخة منشورة]
تم حذف المحتوى تمت إضافة المحتوى
FShbib (نقاش | مساهمات)
لا ملخص تعديل
جار الله (نقاش | مساهمات)
تصانيف البوابات المتعلقة أختفت بعد هذا التعديل
سطر 14:
-- [[Module:Namespace detect]].
cfg.pagetypes = {
['main'] = 'مقالةarticle',
['user'] = 'صفحةuser مستخدمpage',
['project'] = 'صفحةproject مشروعpage',
['wikipedia'] = 'صفحةproject مشروعpage',
['wp'] = 'صفحةproject مشروعpage',
['file'] = 'ملفfile',
['image'] = 'ملفfile',
['mediawiki'] = 'صفحةinterface مظهرpage',
['template'] = 'قالبtemplate',
['help'] = 'صفحةhelp مساعدةpage',
['category'] = 'تصنيفcategory',
['portal'] = 'بوابةportal',
['book'] = 'كتابbook',
['draft'] = 'مسودةdraft',
['education program'] = 'صفحةeducation برنامجprogram تعليمpage',
['timedtext'] = 'Timed Text page',
['module'] = 'وحدةmodule',
['topic'] = 'موضوعtopic',
['talk'] = 'صفحةtalk نقاشpage',
['special'] = 'صفحةspecial خاصةpage',
['media'] = 'ملفfile'
}
 
سطر 93:
 
-- The default value for disambiguation pages.
cfg.dabDefault = 'صفحةpage'
 
-- The parameter name to use for N/A-class page.
سطر 100:
-- This table holds the different possible aliases for N/A-class pages. These
-- should be lower-case.
cfg.naAliases = {'na', 'n/a', 'غير مقالية'}
 
-- The default value for N/A-class pages.
cfg.naDefault = 'صفحةpage'
 
-- The parameter name to use for redirects.
سطر 109:
 
-- The default value to use for redirects.
cfg.redirectDefault = 'تحويلةredirect'
 
-- The parameter name for undefined namespaces.
سطر 115:
 
-- The value used if the module detects an undefined namespace.
cfg.otherDefault = 'صفحةpage'
 
--------------------------------------------------------------------------------