Template:WikimediaGitCheckout

The extension can be retrieved directly from Git [?]:

  • Browse code
  • Some extensions have tags for stable releases.
  • Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of 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

Category:Semi-protected templates#WikimediaGitCheckout
Template documentation

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

Template parameters

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

Examples

Defaults

{{WikimediaGitCheckout|Collection}}

The extension can be retrieved directly from Git [?]:

  • Browse code
  • Some extensions have tags for stable releases.
  • Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of 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

Specific parameters

{{WikimediaGitCheckout|Collection|ExampleTitle}}

The extension can be retrieved directly from Git [?]:

  • Browse code
  • Some extensions have tags for stable releases.
  • Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of 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

See also

Category:Template documentation pages Category:Link templates Category:Git Category:Extension templates
Category:Extension templates Category:Git Category:Link templates Category:Pages using the JsonConfig extension Category:Semi-protected templates Category:Template documentation pages