وڪيپيڊيا:سفارتخانو
ڀلي ڪري آيا
Welcome to the embassy of the Sindhi Wikipedia! If you have any announcements or questions regarding international issues or the Sindhi Wikipedia you are invited to post them here or on the discussion page of this article. |
مرحبا في سفارة ويكيبيديا سندي! إذا وجدت لديك أية إعلانات أو أسئلة بخصوص قضايا دولية أو الويكيبيديا السندية، فأنت مدعو لنشرها هنا، أو على صفحة نقاش هذا المقال.
|
Bienvenue sur l'ambassade du Wikipédia Sindhi! Si vous avez n'importe quelle annonce ou demande concernant les questions internationales ou le wikipédia Sindhi, vous êtes invité à les signaler ici ou sur la page de discussion de cet article.
|
وڪيپيڊيا جي سنڌي سفارتخاني ۾ ڀلي ڪري آيا. جيڪڏهن اوهان کي بين الاقوامي موضوع تي يا سنڌي وڪيپيڊيا سان لاڳاپيل راءِ يا سوال هجي ته ان کي هتي رسائيندا.
ویکیپیڈیا کے سندھى سفارتخانے میں خوشآمدید۔ اگر آپ کے پاس سندھہ سے متعلق بینالاقوامی موضوع پر کوئی رائے یا سوال ہو تو اسے تبادلۂ خیال منصوبہ:دیوان عام آویزاں کریں
ٽپال فهرست (ميلنگ لسٽ)
سفير Ambassadors
تازا اشوز (مسئلا)
Current international issues should be discussed on Meta. Older issues have been archived here.
بين الوڪي ڳنڍڻن جي ترتيب
Sort Order For Interwiki Links
After internal discussion and voting, Urdu Wikipedia community has reached the decision to use the following sort order for InterWiki links
- Arabic, Persian and English will be given priority on other languages and will appear on top
- 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)
- [وکیپیڈیا:رائے شماری برائے ترتیب روابط|Voting Page]
- [تبادلۂ خیال:وکیپیڈیا:رائے شماری برائے ترتیب روابط|Discussion Page]
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"
};