Mall:WikimediaGitCheckout

From mediawiki.org
This page is a translated version of the page Template:WikimediaGitCheckout and the translation is 90% complete.

Tillägget kan hämtas direkt från Git [?]:

  • Bläddra i koden
  • Vissa tillägg har taggar för stabila versioner.
  • Varje gren associeras med en tidigare MediaWiki-version. Det finns också en "master"-gren som innehåller den senaste alfaversionen (kan kräva en alfaversion av MediaWiki).

Extract the snapshot and place it in the extensions/WikimediaGitCheckout/ directory of your MediaWiki installation.

If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:

cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikimediaGitCheckout.git

Template documentation

Template for the download section of extensions that are in the WMF Git repo.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Git name1

Extension name as in the Git repo

Example
SemanticMediaWiki
Lineoptional
directory name2

Extension directory as in a MediaWiki install

Example
SemanticMediaWiki
Lineoptional

Exempel

Standard

{{WikimediaGitCheckout|Collection}}

Tillägget kan hämtas direkt från Git [?]:

  • Bläddra i koden
  • Vissa tillägg har taggar för stabila versioner.
  • Varje gren associeras med en tidigare MediaWiki-version. Det finns också en "master"-gren som innehåller den senaste alfaversionen (kan kräva en alfaversion av MediaWiki).

Extract the snapshot and place it in the extensions/Collection/ directory of your MediaWiki installation.

If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:

cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Collection.git

Specifika parametrar

{{WikimediaGitCheckout|Collection|ExampleTitle}}

Tillägget kan hämtas direkt från Git [?]:

  • Bläddra i koden
  • Vissa tillägg har taggar för stabila versioner.
  • Varje gren associeras med en tidigare MediaWiki-version. Det finns också en "master"-gren som innehåller den senaste alfaversionen (kan kräva en alfaversion av MediaWiki).

Extract the snapshot and place it in the extensions/ExampleTitle/ directory of your MediaWiki installation.

If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:

cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Collection.git ExampleTitle

Se även