Extension:MultiUpload/ar
![]() | هذا الامتداد لا يحظى بصيانة ناشطة في الوقت الراهن! رغم أنه قد لا زال يعمل، يغلب الظن أن البلاغات عن الأعطال الفنية أو طلبات السمات لن تحظى باهتمام. لو كنت مهتما بالنهوض بمهمة تطوير هذا الامتداد وصيانته، يمكنك طلب نقل ملكية المستودع إليك. على سبيل الدماثة، ربما ترغب في التواصل مع المؤلف. يجب عليك أيضا أن تزيل هذا القالب وإضافة نفسك بصفة قائم على صيانة الامتداد على صندوق معلومات صفحة {{extension}}. |
![]() | هذا الامتداد غير متوافق مع الإصدار الحالي المستقر من برمجيات ميدياويكي 1.35! ننصحك ألا تستخدم هذا الامتداد على موقع مباشر. نتوجه بالدعوة للمطورين المتطوعين كي يخصصوا جهودهم لتحديث هذا الامتداد كي يصبح متوافقا مع الإصدار 1.35 من برمجيات ميدياويكي عن طريق رفع قالب {{Incompatible }} ووضع {{Incompatible |pledge=~~~~}} مكانه. |
MultiUpload حالة الإصدار دون صيانة |
|
---|---|
![]() |
|
تنفيذ | صفحة خاصة |
بيان | تسمح للمستعملين برفع اكثر من كود واحد مرة واحدة |
المؤلف/المؤلفون | Lee Worden (originally by Travis Derouin) |
آخر إصدار | 3.3.0 (2019-01-12) |
MediaWiki | 1.28+ |
تغييرات قاعدة البيانات | لا |
ترخيص | رخصة جنو العمومية 2.0 أو ما بعدها |
التنزيل | README |
|
|
ترجمة MultiUpload الامتداد لو كان متوفرا على translatewiki.net | |
المسائل | المهام المفتوحة · الإبلاغ عن عطل تقني |
The MultiUpload extension allows users to upload more than one file at a time. It also unpacks package files (.zip
, .tar
, .tar.gz
, and .tgz
), allowing the files found in the package to be uploaded to the wiki.
Installation
- نزل وضع الملف/الملفات في دليل يحمل اسم
MultiUpload
في مجلدextensions/
لديك. - أضف الكود التالي في الجزء الأسفل من LocalSettings.php:
wfLoadExtension( 'MultiUpload' );
تم التنفيذ – اذهب إلى Special:Version على موقع الويكي لديك كي تتحقق من أن الامتداد قد ثبت بنجاح.
خيارات
Creating links to the extension
In the sidebar
To add a link to the sidebar by editing MediaWiki:Sidebar, adding a new line:
** Special:MultiUpload|multiupload ("upload files")
او
** Special:MultiUpload|multiupload-toolbox ("Upload multiple files").
Replacing 'Upload file' with MultiUpload in the sidebar
In the LocalSettings.php file, right below the last require_once line add:
$wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:MultiUpload";
رسائل
You can change the messages of this extension through pages of MediaWiki namespace starting with multipleupload. For example, [[MediaWiki:Multiupload-text]]
is the message displayed on MultipleUpload special page.
Other messages are:
multiupload-submit
multiupload-uploadedto
multiupload-row-name-base
multiupload-unpack-button
multiupload-notify-ok
multiupload-upload-package-error
multiupload-unpack-error
multiupload-http-error
multiupload-file-unpacked-from