Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
Это старая версия документа!
This plugin enables the HTML tags <details> and <summary>, which hide content that can be made visible by clicking on the summary text. You can use this to hide spoilers or large content.
Edit
Установите плагин, используя менеджер плагинов и указанный выше URL-адрес загрузки, который указывает на последнюю версию плагина. О том, как установить плагины вручную, читайте в разделе Плагины.
<details> <summary>Summary Text</summary> Details Text </details>
The above text results in:
IMAGE_PLACEHOLDER
After clicking the summary, the content is visible:
IMAGE_PLACEHOLDER
Edit
<details> и заканчивается </details>. <details open>. <summary>TEXT</summary>. In short:
<details[ open]> [<summary>SUMMARY<summary>] CONTENT </details>