Template:WMFReleasePage/ar
يولّد هذا القالب صفحة ملاحظات إصدار لإصدار ويكيميديا الصادر عن برمجيات ميدياويكي، وهي تشاف إلى مواقع الويكي التابعة لويكيميديا بصفة منتظمة. Example usage can be found here.
الاستخدام
Simply include this template on a page which has the following name structure, MediaWiki 1.XX/wmf.X
, where XX is the major version number of MediaWiki, and X the minor wmf-version number.
المَعْلم الوحيد المطلوب هو تاريخ النشر الذي نشر فيه الإصدار لأول مرة على أي من مواقع الويكي التابعة لويكيميديا.
E.g. {{WMFReleasePage|2016-07-19}}
لو مر أسبوع دون نشر برمجيات، يمكنك في هذه الحالة وصل الأسابيع السابقة والتالية مباشرة إلى بعضها البعض. E.g. If version 2 is skipped, you would use:
{{WMFReleasePage|2021-09-21|next=3}}
{{WMFReleasePage|2021-09-21|prior=1}}
Branch changes are simply linked to each other via redirects. E.g. MediaWiki 1.38/wmf.0 is a redirect to MediaWiki 1.37/wmf.23.
ملحوظة
The page will read, "🕑 This page will contain details shortly after 02:00 UTC on Tuesday" until the https://integration.wikimedia.org/ci/job/train-deploy-notes/ job is run
TemplateData
<templatedata> { "params": { "1": { "label": { "en": "Date", "de": "Datum" }, "description": { "en": "When the wmf version is deployed the first time.", "de": "Wann wurde diese Version das erste Mal auf einem WMF Wiki verteilt?" }, "example": { "en": "2015-10-20", "de": "2015-10-20" }, "type": "date", "required": true, "suggested": true }, "prior": { "description": "The previous version, when not current version - 1.", "example": "14", "type": "number" }, "next": { "description": "The previous version, when not current version + 1.", "example": "18", "type": "number" } }, "description": { "en": "This template creates a release notes page for a wmf-version of MediaWiki, which are regulary deployed to WMF wikis.", "de": "Erstellt eine Release-Notitzen Seite für eine wmf-Version von MediaWiki, welche regelmäßig auf WMF Wikis verteilt wird." }, "format": "inline" } </templatedata>