Template:WMFReleasePage/tr

From Linux Web Expert


Template documentation

This template creates a release notes page for a wmf-version of MediaWiki, which are regularly deployed to WMF wikis. Example usage can be found here.

Usage

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.

The only required parameter is the date when the version is first deployed to any WMF wiki.

E.g. {{WMFReleasePage|2016-07-19}}

If a week has no deploys, then you can make the prior and following weeks link directly to each other. 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.

Note

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>