"ویکیپیڈیا:سفارت خانہ" کے نسخوں کے درمیان فرق

آزاد دائرۃ المعارف، ویکیپیڈیا سے
حذف شدہ مندرجات اضافہ شدہ مندرجات
م robot Adding: haw, ht, mk, sd, te, tt Removing: bn Modifying: ext, mr, pl, uk
م robot Adding: xal:Wikipedia:Элчлт
سطر 134: سطر 134:
[[fy:Wikipedy:Ambassade]]
[[fy:Wikipedy:Ambassade]]
[[gl:Wikipedia:Embaixada]]
[[gl:Wikipedia:Embaixada]]
[[xal:Wikipedia:Элчлт]]
[[ko:위키백과:대사관]]
[[ko:위키백과:대사관]]
[[haw:Wikipedia:Nohona kuhina]]
[[haw:Wikipedia:Nohona kuhina]]

نسخہ بمطابق 19:08، 23 ستمبر 2009ء

ویکیپیڈیا کے اردو سفارتخانے میں خوش‌آمدید۔ اگر آپ کے پاس اردو سے متعلق بین‌الاقوامی موضوع پر کوئی رائے یا سوال ہو تو اسے یہاں آویزاں کریں

خوش آمدید

Welcome to the embassy of the Urdu Wikipedia! If you have any announcements or questions regarding international issues or the Urdu Wikipedia you are invited to post them here or on the discussion page of this article.

Bienvenue sur l'ambassade du Wikipédia Ourdou! Si vous avez n'importe quelle annonce ou demande concernant les questions internationales ou le wikipédia Ourdou, vous êtes invités à les signaler ici ou sur la page de discussion de cet article.

مرحباً بك في سفارة ويكيبيديا الأردية! إن كان لديك من إعلام أو سؤال، يتعلق بالقضايا الدولية أو سفارة الأردية، فاكتب الينا مشكورا هنا أو في صفحة نقاش هذه المقالة

Message to the embassy

Consulter des ambassadeurs

ارسل رسالتك إلى السفارة

بین الوکی روابط کی ترتیب

{{{2}}}

After internal discussion and voting, Urdu Wikipedia community has reached the decision to use the following sort order for InterWiki links

  1. Arabic, Persian and English will be given priority on other languages and will appear on top
  2. All other languages will be listed in alphabetical order by their native names. This is the same order as self.alphabetic given on Interwiki sorting order


You can see more details at the following pages (Urdu)


Bots using Python Wikipedia Robot Framework can easily implement this sort order by adding the following line in their file families\wikipedia.py or wikipedia_family.py

    self.interwiki_putfirst = { 'ur': ['ar', 'fa', 'en'] + self.alphabetic }


For Bots using other frameworks or languages, following is the full ISO code sorting array.

    /*
    Same order as English Wikipedia except the first 3 entries
    Original order taken from self.alphabetic at 
    http://meta.wikimedia.org/wiki/Interwiki_sorting_order
    */
    
    public static readonly string[] InterwikiSortOrder_Urdu = new string[] { 
        // Special cases
        "ar", "fa", "en", 

        // All other languages in alphabetical order by their native names
        "af", "ak", "als", "am", "ang", "ab", "an", "arc", "roa-rup",
        "frp", "as", "ast", "gn", "av", "ay", "az", "bm", "bn",
        "zh-min-nan", "nan", "map-bms", "ba", "be", "be-x-old", "bh", "bcl",
        "bi", "bar", "bo", "bs", "br", "bg", "bxr", "ca", "cv", "ceb", "cs",
        "ch", "cbk-zam", "ny", "sn", "tum", "cho", "co", "cy", "da", "dk",
        "pdc", "de", "dv", "nv", "dsb", "dz", "mh", "et", "el", "eml", 
        "myv", "es", "eo", "ext", "eu", "ee", "hif", "fo", "fr", "fy",
        "ff", "fur", "ga", "gv", "gd", "gl", "gan", "ki", "glk", "gu",
        "got", "hak", "xal", "ko", "ha", "haw", "hy", "hi", "ho", "hsb",
        "hr", "io", "ig", "ilo", "bpy", "id", "ia", "ie", "iu", "ik", "os",
        "xh", "zu", "is", "it", "he", "jv", "kl", "kn", "kr", "pam", "ka",
        "ks", "csb", "kk", "kw", "rw", "ky", "rn", "sw", "kv", "kg", "ht",
        "ku", "kj", "lad", "lbe", "lo", "la", "lv", "lb", "lt", "lij", "li",
        "ln", "jbo", "lg", "lmo", "hu", "mk", "mg", "ml", "mt", "mi", "mr",
        "arz", "mzn", "ms", "cdo", "mdf", "mo", "mn", "mus", "my", "nah",
        "na", "fj", "nl", "nds-nl", "cr", "ne", "new", "ja", "nap", "ce",
        "pih", "no", "nb", "nn", "nrm", "nov", "ii", "oc", "mhr", "or",
        "om", "ng", "hz", "uz", "pa", "pi", "pag", "pap", "ps", "km",
        "pms", "tpi", "nds", "pl", "tokipona", "tp", "pnt", "pt", "aa",
        "kaa", "crh", "ty", "ksh", "ro", "rmy", "rm", "qu", "ru", "sah",
        "se", "sm", "sa", "sg", "sc", "sco", "stq", "st", "tn", "sq",
        "scn", "si",  "simple", "sd", "ss", "sk", "cu", "sl", "szl", "so",
        "srn", "sr", "sh", "su", "fi", "sv", "tl", "ta", "kab", "roa-tara",
        "tt", "te", "tet", "th", "ti", "tg", "to", "chr", "chy", "ve",
        "tr", "tk", "tw", "udm", "bug", "uk", "ur", "ug", "za", "vec",
        "vi", "vo", "fiu-vro", "wa", "zh-classical", "vls", "war", "wo",
        "wuu", "ts", "yi", "yo", "zh-yue", "diq", "zea", "bat-smg", "zh",
        "zh-tw", "zh-cn"
    };