Extension:StandardDialogs/ko
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
출시 상태: 안정 |
|
|---|---|
| 설명 | Provides dialog user interfaces for common page actions |
| 만든 이 | Miriam Schlindwein, Robert Vogel |
| 유지 보수자 | Hallo Welt! GmbH |
| 최신 버전 | - |
| 호환성 정책 | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| Licence | GNU General Public License 3.0 only |
| 다운로드 | |
| StandardDialogs 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
Usage / features
This extension provides dialogs for various actions, including:
- Delete
- Move
- Protect
- Refresh
- New page
- New subpage
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/ko.git) as a "vcs repository" and the package name (mediawiki/StandardDialogs/ko) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-StandardDialogs/ko.git" } ], "require": { "mediawiki/StandardDialogs/ko": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'StandardDialogs/ko' );
완료 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| This extension is included in the following wiki farms/hosts and/or packages: |

