Template:WikimediaGitCheckout/da
The extension can be retrieved directly from Git
[?]:
- Gennemse kode
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- 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).
- Browse branches
- Select a branch name
- Click "Fortsæt"
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 for the download section of extensions that are in the WMF Git repo.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Git name | 1 | Extension name as in the Git repo
| Line | optional |
directory name | 2 | Extension directory as in a MediaWiki install
| Line | optional |
Eksempler
Standarder
{{WikimediaGitCheckout|Collection}}
The extension can be retrieved directly from Git
- Gennemse kode
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- 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).
- Browse branches
- Select a branch name
- Click "Fortsæt"
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
- Gennemse kode
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- 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).
- Browse branches
- Select a branch name
- Click "Fortsæt"
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 også
- {{WikimediaDownload }} — Use this in the {{Udvidelse }} infobox
- {{ExtensionInstall }} — Use this in the Install section on your documentation page