mediawiki-ext-url/README.md

19 lines
395 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Information
Добавление различных типов ссылок в статью.
## Install
1. Загрузите папки и файлы в директорию `extensions/MW_EXT_URL`.
2. В самый низ файла `LocalSettings.php` добавьте строку:
```php
wfLoadExtension( 'MW_EXT_URL' );
```
## Syntax
```html
{{#url: [TYPE]|[CONTENT]|[TITLE]}}
```