انتقل إلى المحتوى

تاريخ مراجعات: «وحدة:Arguments»

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

٣١ أغسطس ٢٠٢٦

  • الحاليالسابق ١٧:٢٣١٧:٢٣، ٣١ أغسطس ٢٠٢٦ Armodir نقاش مساهمات ١٠٬٠٥٥ بايت +١٠٬٠٥٥ أنشأ الصفحة ب'-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'st...'