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

مساهمات المستخدم عبود السكاف

مستخدم له في سجله 719 تعديلًا. أُنشِئَ الحساب في 16 يونيو 2025.
بحث عن مساهماتإظهارإخفاء
⧼contribs-top⧽
⧼contribs-date⧽

29 يونيو 2025

28 يونيو 2025

  • 16:3816:38، 28 يونيو 2025 فرق تاريخ +9٬186 ج‌ ملاقط:تحرير/تعديلك الأول أنشأ الصفحة ب' هذا هو '''الجزء الأول''' من سلسلة دليل التحرير في ملاقط. يعتبر هذا الدليل عملية خطوة بخطوة لـ '''أول تعديل لك''' - أو '''كيفية تحرير النص العادي باستخدام المحرر المرئي'''. أُعِدَّ هذا الدليل من منظور مستخدم مسجل الدخول بتفضيلات افتراضية. == جولة توضيحي...'
  • 13:1213:12، 28 يونيو 2025 فرق تاريخ +13 وحدة:Shortcut/config لا ملخص تعديل حالية
  • 13:0913:09، 28 يونيو 2025 فرق تاريخ −10 قالب:توضيح/توثيق لا ملخص تعديل حالية
  • 13:0913:09، 28 يونيو 2025 فرق تاريخ −1 وحدة:Shortcut/styles.css لا ملخص تعديل حالية
  • 13:0713:07، 28 يونيو 2025 فرق تاريخ +145 ج‌ قالب:Plainlist/styles.css أنشأ الصفحة ب'.plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }' حالية
  • 13:0613:06، 28 يونيو 2025 فرق تاريخ +8٬022 ج‌ وحدة:TableTools أنشأ الصفحة ب'--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....' حالية
  • 13:0613:06، 28 يونيو 2025 فرق تاريخ +3٬689 ج‌ وحدة:Redirect أنشأ الصفحة ب'-- 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 -...' حالية
  • 13:0613:06، 28 يونيو 2025 فرق تاريخ +5٬557 ج‌ وحدة:List أنشأ الصفحة ب'local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyle...' حالية
  • 13:0513:05، 28 يونيو 2025 فرق تاريخ +355 ج‌ قالب:No redirect أنشأ الصفحة ب'{{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{{{{|safesubst:}}}fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{{{{|safesubst:}}}#if:{{{2|}}}|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{/doc}} </noinclude>' حالية
  • 13:0413:04، 28 يونيو 2025 فرق تاريخ +488 ج‌ وحدة:Shortcut/styles.css أنشأ الصفحة ب'.module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: var( --color-subtle ); background: var( --color-surface-2 ); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; list-style: none; } .module-shortcutboxplain li { fon...'
  • 13:0413:04، 28 يونيو 2025 فرق تاريخ +1٬030 ج‌ وحدة:Shortcut/config أنشأ الصفحة ب'-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The error message to display when a shortcut is invalid (is not a string, or -- is the blank string). It accepts the following parameter: -- $1 - the number of the shortcu...'
  • 13:0413:04، 28 يونيو 2025 فرق تاريخ +4٬336 ج‌ وحدة:Shortcut أنشأ الصفحة ب'-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, option...' حالية