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

تاريخ مراجعات: «وحدة:Check for unknown parameters»

من ويكي عربية

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

8 سبتمبر 2023

  • الحاليالسابق 12:5512:55، 8 سبتمبر 2023Admin نقاش مساهمات 4٬690 بايت +4٬690 أنشأ الصفحة ب'-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wi...'