تبديل القائمة
Toggle preferences menu
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.

اختيار الفرق: ضع علامة على أزرار النسخ للمقارنة واضغط قارن بين النسخ المختارة أو الزر بالأسفل.
مفتاح: (الحالي) = الفرق مع النسخة الحالية، (السابق) = الفرق مع النسخة السابقة، ط = تغيير طفيف.

28 يونيو 2025

  • الحاليالسابق 13:0613:06، 28 يونيو 2025 عبود السكاف نقاش مساهمات 3٬689 بايت +3٬689 أنشأ الصفحة ب'-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -...'