قالب:ملعب المستخدم+
من أرابيكا، الموسوعة العربية الحرة
المزيد من اللغات
المزيد من الإجراءات
(بالتحويل من قالب:User sandbox+)
Meta page
meta:Grants:Project/Rapid/Article template libraries - user sandbox space organization
Help videos
| User help
|
|---|
|
|
| Prepare an editathon
|
|---|
|
|
الاستخدام
{{ ملعب المستخدم+ }}
{{ ملعب المستخدم+ | lib = Editathon_X }} - إعلان مكتبة قالب إديتاثون المقالة
{{ ملعب المستخدم+ | no_sandbox = yes }} - بدء الكتابة مباشرة في مجال تحرير المقالة
{{ ملعب المستخدم+ | no_main_lib = yes }} - حذف مكتبة قالب المقالة المركزية
{{ ملعب المستخدم+ | code = yes }} - بدء صفحة على محرر ويكيكود
{{ ملعب المستخدم+ | empty = yes }} - البدء بصفحة فارغة (بدلا من مقالة عامة)
{{ ملعب المستخدم+ | custom = yes }} - تمكين لوحة نماذج المقالات المخصصة للمستخدم
Combination
{{ ملعب المستخدم+ | lib = Medicine | no_sandbox = yes }}
Project pages table
| Template | Explanation |
|---|---|
| user sandbox+ | |
| Template:User sandbox+ (قالب:ملعب المستخدم+) |
base template that detects space (i.e. main / user / user sub-sandbox), edit mode or not, and page creation origin space, and adapts functionality
|
| Template:User sandbox+/doc (قالب:ملعب المستخدم+/شرح) |
template documentation |
| قالب:User sandbox+/preload | default page content for creation of user's main sandbox |
| قالب:User sandbox+/create | handles new page creation centrally
|
| قالب:User sandbox+/new page instructions (ve) | instructions during page creation, for VE |
| قالب:User sandbox+/new page instructions (ce) | instructions during page creation, for CE |
| قالب:User sandbox+/flush page | instructions to hide a sub-sandbox form central sandbox list
|
| قالب:User sandbox+/move page to article | foolproof move of a user sandbox to main (article) space
|
| article templates | |
| قالب:Article templates/group | |
| قالب:Article templates/create | page creation from library of article templates
|
| قالب:Article templates/preload | preload for article templates generation (preloads for article types) |
| قالب:Article templates/empty page | preload for creating an empty page |
| قالب:Article templates/generic article | preload for creating a generic article |
| قالب:Article templates/generic article (codeedit) | preload for creating a generic article in code editor
|
| قالب:Article templates/libraries/preload | preload for libraries generation |
| قالب:Article templates/libraries/main | main library |
| قالب:Article templates/libraries/user palette preload | preload for generating user custom palette of article templates |
| قالب:Article templates/libraries/user available list | displays list of available templates to be used in user's palette
includes user's custom page templates. |
| assistive | |
| قالب:Collapse-mobile | collapsible functionality, original from meta, without show/hide that diplays well in mobiles, even if always expanded |
| قالب:Help-collapsible | collapsible help functionality, supporting nested help levels |
| قالب:Smallbox-mobile | tiny message box, for inline use, that does not hide in mobile view |
| قالب:Invisible | smallbox-mobile, which is only visible in user space
|
| optical help | |
| Template:Key press | library to display keyboards buttons and combinations |
| قالب:Visual edit | library for displaying visual elements for help. not optically optimized (i.e. exact colors) |
| قالب:TabButton | |
| قالب:BlueButton | |
| قالب:WhiteButton | |
| قالب:VeButton | |
| قالب:User sandbox+/hoverhighlight.js | contains .js code for hover highlighting support
|
| useful mediawiki pages | |
| ميدياويكي:Sandboxlink-preload-pagename | select default sandbox while creating user's sabdbox.
|
| ميدياويكي:Sandboxlink-editintro-pagename | message to display while user's sandbox is being created. |
| ميدياويكي:Sandboxlink-editnotice-pagename | message to display while user's sandbox is being edited.
|
| other | |
| قالب:User sandbox+/translations | |
| قالب:Article templates | |
Hover highlighting support: add to Mediawiki:Common.js
$('.hover-bgc').hover( function() {
$(this).attr("data-hover-bgc-original", $(this).css("background-color"));
var parentSpec = $(this).parent('.hover-bgc-parent').attr('data-hover-bgc-child');
var newColor = ((typeof parentSpec !== typeof undefined) && (parentSpec !== false)) ? parentSpec : $(this).attr('data-hover-bgc');
$(this).css({ "background-color" : newColor});
}, function() {
$(this).css({ "background-color" : $(this).attr('data-hover-bgc-original') });
});
Template:Article templates/libraries/XXXX