Translations:帮助:编辑指南/24/en

来自Limbo Wiki
神猫帝姬讨论 | 贡献2022年5月12日 (四) 20:58的版本 (创建页面,内容为“=== text box related === ''Actually the text box is a type of chart too, but its number of line and column are both 1.'' *collapsible text box: Put the class named mw-collapsible on the Html elements(div, span, table, etc.) <pre>{| class="mw-collapsible mw-collapsed wikitable" !colspan="1"| title |- | collapsible text |}</pre>”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

text box related

Actually the text box is a type of chart too, but its number of line and column are both 1.

  • collapsible text box:

Put the class named mw-collapsible on the Html elements(div, span, table, etc.)

{| class="mw-collapsible mw-collapsed wikitable"
!colspan="1"| title
|-
| collapsible text
|}