「テンプレート:ExtensionInstall」の版間の差分
提供: ひつじ小屋別館2代目
細 (Per edit summary before my last - fix indentation) |
細 (1版) |
||
(3人の利用者による、間の4版が非表示) | |||
1行目: | 1行目: | ||
− | * {{{download-link|[[Special:ExtensionDistributor/{{trim| {{{1|{{PAGENAME}}}}} }}|Download]]}}} and extract the | + | * {{{download-link|[[Special:ExtensionDistributor/{{trim| {{{1|{{PAGENAME}}}}} }}|Download]]}}} and extract the file(s) in a directory called <code>{{trim| {{{1|{{PAGENAME}}}}} }}</code> in your <code>extensions/</code> folder. If you're a developer and this extension is in a Git repository, then instead you should clone the repository{{#if:{{{repo-name|}}}| using: |
{{#tag:source| | {{#tag:source| | ||
git clone <nowiki>https://gerrit.wikimedia.org/r/p/mediawiki/extensions/</nowiki>{{{repo-name}}}.git | git clone <nowiki>https://gerrit.wikimedia.org/r/p/mediawiki/extensions/</nowiki>{{{repo-name}}}.git | ||
|lang="bash" | |lang="bash" | ||
− | |style=" | + | |style="overflow:auto;" |
}}|.}} | }}|.}} | ||
* Add the following code at the bottom of your LocalSettings.php: | * Add the following code at the bottom of your LocalSettings.php: | ||
{{#tag:source| | {{#tag:source| | ||
− | require_once | + | require_once "$IP/extensions/{{trim| {{{1|{{PAGENAME}}}}} }}/{{trim| {{{1|{{PAGENAME}}}}} }}.php"; |
{{{localsettings|}}} | {{{localsettings|}}} | ||
|lang="php" | |lang="php" | ||
− | |style=" | + | |style="overflow:auto;" |
}}<!-- whitespace fix | }}<!-- whitespace fix | ||
-->{{#if: {{{db-update|}}} | | -->{{#if: {{{db-update|}}} | | ||
− | * Run the '''[[Manual:Update.php|update script]]''' which will automatically create the necessary database tables that this extension needs.}}<!-- whitespace fix | + | * Run the '''[[Special:MyLanguage/Manual:Update.php|update script]]''' which will automatically create the necessary database tables that this extension needs.}}<!-- whitespace fix |
-->{{trim| {{{custom-steps|}}} }} | -->{{trim| {{{custom-steps|}}} }} | ||
* '''Done!''' Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.<noinclude> | * '''Done!''' Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.<noinclude> | ||
− | {{documentation}} | + | {{TNT|documentation}} |
</noinclude> | </noinclude> |
2014年7月7日 (月) 02:21時点における最新版
- Download and extract the file(s) in a directory called
ExtensionInstall
in yourextensions/
folder. If you're a developer and this extension is in a Git repository, then instead you should clone the repository. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/ExtensionInstall/ExtensionInstall.php";
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Template documentation[create]
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |