mediawiki-ext-spoiler/README.md

19 lines
413 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_Spoiler`.
2. В самый низ файла `LocalSettings.php` добавьте строку:
```php
wfLoadExtension( 'MW_EXT_Spoiler' );
```
## Syntax
```html
<spoiler title="[TITLE]">[CONTENT]</spoiler>
```