السجلات العامة الرئيسية
المزيد من الإجراءات
عرض شامل لكل السجلات المتوفرة في ملاقط. باستطاعتك جعل القائمة أكثر تحديداً، وذلك باختيار نوع السجل واسم المستخدم (حساس لحالة الحروف)، أو الصفحة المتأثرة (أيضاً حساس لحالة الحروف).
- 08:36، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Format link (أنشأ الصفحة ب'-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -----------------------------------...')
- 08:35، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Hatnote list (أنشأ الصفحة ب'-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also...')
- 08:35، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:User error (أنشأ الصفحة ب'-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module...')
- 08:34، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Paramtest (أنشأ الصفحة ب'-- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function return...')
- 08:34، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Yesno (أنشأ الصفحة ب'-- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "string.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then...')
- 08:33، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Array (أنشأ الصفحة ب'-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|nu...')
- 08:33، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:DependencyList (أنشأ الصفحة ب'--- Based on Module:DependencyList from RuneScape Wiki --- Modified to use SMW instead of DPL --- @see https://runescape.wiki/w/Module:DependencyList require( 'strict' ) local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local userError = require( 'Module:User error' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mHatlist = r...')
- 08:32، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Documentation (أنشأ الصفحة ب'-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() local p = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string If the key was not found, the key is returned...')
- 08:30، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:Documentation (تحويل إلى قالب:توثيق) وسم: تحويلة جديدة
- 08:30، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:InfoboxNeue/example (أنشأ الصفحة ب'local p = {} local infobox = require( 'Module:InfoboxNeue' ):new() function p.makeComponentsExample() local sectionTable = {} infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) infobox:renderIndicator( { data = 'Indicator', desc = 'Indicator message', } ) infobox:renderHeader( { title = 'Title', subtitle = 'Subtitle' } ) sectionTable = { infobox:renderItem( { label = 'Item label', data = 'Item data' } ), infobox:renderItem( { labe...')
- 08:29، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:InfoboxNeue/شرح (أنشأ الصفحة ب'{{Documentation|scwShared=true}} This module is used by Lua modules to build infobox. == Components == {{#invoke:InfoboxNeue/example|makeComponentsExample}} === Image === <syntaxhighlight lang="lua"> infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) </syntaxhighlight> === Indicator === {| class="wikitable" ! Parameter !! Description !! Type !! Status |- | <code>data</code> || Data of the indicator || string || '''required''' |- | <code>desc</code>...')
- 08:27، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:FloatingUI (أنشأ الصفحة ب'--- Lua functions for Extension:FloatingUI --- --- WARNING --- ------- --- THIS IS AN EXPERIMENTAL MODULE MADE FOR AN EXPERIMENTAL EXTENSION --- THIS IS NOT READY FOR PRODUCTION AND SUBJECT TO CHANGE --- ------- local FloatingUI = {} --- Check if a string is empty --- --- @param str string --- @return boolean local function isStringEmpty( str ) return str == nil or str == '' end --- Return the HTML of the FloatingUI section component as string --- --- @para...')
- 08:23، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:InfoboxNeue/styles.css (أنشأ الصفحة ب'.infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-1); } .infobox__content { position: relative; } .infobox__image { position: relative; margin-bottom:...')
- 08:22، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:I18n (أنشأ الصفحة ب'require( 'strict' ) local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset namespace from key prefix --- --- @param key string The translation...')
- 08:21، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:Delink (أنشأ الصفحة ب'-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("...')
- 08:20، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:Delink (أنشأ الصفحة ب'{{<includeonly>safesubst:</includeonly>#invoke:delink|delink}}<noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>')
- 08:20، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:Link capture (تحويل إلى قالب:Delink) وسم: تحويلة جديدة
- 08:18، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة وحدة:InfoboxNeue (أنشأ الصفحة ب'local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox() ) end --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @r...')
- 08:18، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:InfoboxNeue (أنشأ الصفحة ب'<includeonly>{{#invoke:InfoboxNeue|fromArgs}}</includeonly><noinclude>{{/doc}}</noinclude>')
- 08:15، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:VcCharacter-min.jpg
- 08:15، 27 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:VcCharacter-min.jpg
- 07:51، 27 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:MBrowse.jpg
- 07:51، 27 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:MBrowse.jpg
- 13:44، 26 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:رأس تصنيف (أنشأ الصفحة ب'<includeonly>{{Note|This category contains {{{1}}}{{#if:{{{2|}}}|{{#ifeq:{{lc:{{{related|}}}}}|no||{{nbsp}}related to}}{{nbsp}}{{{2}}}}}. {{#if:{{{3|}}}|This category is automatically added by {{{4|}}}.}}}}</includeonly><noinclude>{{/doc}}</noinclude>')
- 13:44، 26 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة تصنيف:قوالب (أنشأ الصفحة ب'{{رأس تصنيف|templates.|هذه هي الفئة الأساسية لجميع القوالب. يجب وضع القوالب في فئات فرعية مناسبة، ويجب ألا تظهر هنا.|related=no}}')
- 13:42، 26 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة تصنيف:قوالب صندوق معلومات (أنشأ الصفحة ب'تصنيف:قوالب')
- 09:01، 23 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:Mal Verified-Badge.svg
- 09:01، 23 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:Mal Verified-Badge.svg
- 19:48، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ميدياويكي:Confirmemail success (أنشأ الصفحة ب'تم تأكيد بريدك الإلكتروني. يمكنك الآن الدخول والمساهمة في ملاقط.')
- 13:27، 22 يونيو 2025 أنشأ DynamicPageList3 extension نقاش مساهمات صفحة قالب:Extension DPL (Autogenerated DynamicPageList3's necessary template for content inclusion.)
- 13:22، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة جودت صليبي مواس (أنشأ الصفحة ب'ولد جودت صليبي مواس في قرية رباح بريف حمص الغربي عام 1954، وانخرط في السلك العسكري، حيث تدرج في المناصب والرتب العسكرية، فانتسب لإدارة المدفعية والصواريخ، ثم انتقل عام 2011 إلى اللواء 155 المختص بصواريخ “سكود”، ويقع بالقرب من القطيفة بريف دمشق. وفي عام 2013؛ برز ا...')
- 13:18، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة أوس علي أصلان (أنشأ الصفحة ب'يتمتع أوس أصلان بنفوذ في المؤسسة العسكرية كونه ابن العماد المتقاعد علي أصلان الذي شغل منصب رئيس هيئة الأركان العامة في الجيش والقوات المسلحة السورية، وينتمي آل أصلان لنفس القبيلة التي ينتمي لها حافظ الأسد. وكان علي أصلان أحد الشخصيات الرئيسية التي أمنت انت...')
- 10:19، 22 يونيو 2025 نقل عبود السكاف نقاش مساهمات صفحة قالب:تصفح أبجدي إلى قالب:الصفحة الرئيسية/تصفح أبجدي
- 10:18، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:الصفحة الرئيسية/تصفح أبجدي/styles.css (أنشأ الصفحة ب'--- New Flexbox Container for Alphabet Buttons ---: .alphabet-nav-row { display: flex; Makes the buttons horizontal: flex-wrap: wrap; Allows buttons to wrap to the next line on smaller screens: justify-content: center; Centers buttons horizontally within the container: gap: var(--space-xxs); Uses a small gap for spacing between buttons: padding: var(--space-xxs) 0; Some padding around the button row: } /* --- New I...')
- 10:18، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:تصفح أبجدي (أنشأ الصفحة ب'<div id="home-card-onthewiki" class="home-card home-card--col2 home-card--row2"> <div class="home-card__label">في ويكي عربية</div> <div class="alphabet-nav-row"> <div class="alphabet-button">أ</div> <div class="alphabet-button">إ</div> <div class="alphabet-button">آ</div> <div class="alphabet-button">ا</div>...')
- 09:13، 22 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملاقط:هل تعلم/يونيو 22 (أنشأ الصفحة ب'=هل تعلم = {|class="wikitable timeline" |- |— أنَّ باريس تربطها علاقة توأمة واحدة مع روما والعكس بالعكس، وذلك عملًا بشعار «باريس وحدها تستحق روما وروما وحدها تستحق باريس»؟ | |- |— أنَّ السلاطين العُثمانيين الأوائل مُنذ عهد السُلطان عُثمان الأوَّل حتَّى عهد السُلطان سليم ا...')
- 14:48، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ميدياويكي:Noarticletext-nopermission (أنشأ الصفحة ب'لا يوجد حاليا أي نص في هذه الصفحة. يمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوان هذه الصفحة]] في الصفحات الأخرى، أو <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} البحث في السجلات المتعلقة بها]</span>، لكن ليست لك صلاحية إنشاء هذه الصفحة. {{No article text|nopermission=yes}}')
- 14:45، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:No article text/styles.css (أنشأ الصفحة ب'.noarticletext-title { margin-bottom: 1.6rem; text-align: center; clear: both; } .noarticletext-title .byline { color: var( --color-base--subtle ); font-size: 0.825rem; } .noarticletext-title .headline { margin-top: 0; line-height: 1.2; } .subheader { display: block !important; line-height: 1.2; text-align: center; } .subheader+.card-container { margin-top: 0.8rem !important; }')
- 14:43، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة قالب:No article text (أنشأ الصفحة ب'<includeonly><templatestyles src="Template:No article text/styles.css"/><div class="mw-parser-output"><div class="noarticletext-title"><!-- Message randomizer Randomize messages by second -->{{#switch: {{#invoke:String|sub|{{CURRENTTIMESTAMP}}|13|14}} | 0 = <div class="byline">عذرًا، تاهت الصفحة في أرجاء الكون الرقمي!</div><h1 class="headline">يبدو أننا وقعنا في نجمة فضائية خاطئة.</h1> | 1 | 2 | 3 =...')
- 06:38، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:Instagram wordmark white.svg
- 06:38، 21 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:Instagram wordmark white.svg
- 06:37، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:Facebook wordmark white.svg
- 06:37، 21 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:Facebook wordmark white.svg
- 06:37، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة ملف:Twitter wordmark white.svg
- 06:37، 21 يونيو 2025 رفع عبود السكاف نقاش مساهمات ملف:Twitter wordmark white.svg
- 06:33، 21 يونيو 2025 أنشأ عبود السكاف نقاش مساهمات صفحة تصنيف:صفحات تحوي وصلات ملفات معطوبة (أنشأ الصفحة ب'__HIDDENCAT__')
- 06:28، 21 يونيو 2025 أنشأ Maintenance script نقاش مساهمات صفحة smw/schema:Group:Predefined properties (Semantic MediaWiki group import)
- 06:28، 21 يونيو 2025 أنشأ Maintenance script نقاش مساهمات صفحة smw/schema:Group:Schema properties (Semantic MediaWiki group import)
- 06:28، 21 يونيو 2025 أنشأ Maintenance script نقاش مساهمات صفحة smw/schema:Profile:Facetedsearch default profile (Semantic MediaWiki search import)
- 06:28، 21 يونيو 2025 أنشأ Maintenance script نقاش مساهمات صفحة خاصية:Owl:differentFrom (Semantic MediaWiki default vocabulary import)