这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据

Translations:帮助:编辑指南/24/en:修订间差异

来自Limbo Wiki
跳转到导航 跳转到搜索
神猫帝姬留言 | 贡献
创建页面,内容为“=== 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>”
 
某不知名鸽子留言 | 贡献
无编辑摘要
 
第1行: 第1行:
=== text box related ===
=== Text box related ===
''Actually the text box is a type of chart too, but its number of line and column are both 1.''
''Actually the text box is a type of chart too, but its number of line and column are both 1.''
*collapsible text box:
*collapsible text box:

2022年6月11日 (六) 22:09的最新版本

关于消息的资料(贡献
这条消息没有文档。如果您知道这条消息用于何处或如何使用,您可以通过添加文档至这条消息以帮助其他译者。
消息定义​(帮助:编辑指南
=== 文字框/框体相关 ===
''其实文字框只是插入表格的一个变种,只不过行数列数都是1罢了。''
*可展开/折叠框模板:
在Html元素(div、span、table等)上添加一个名为mw-collapsible的类(class)
<pre>{| class="mw-collapsible mw-collapsed wikitable"
!colspan="1"| 标题
|-
| 要折叠的文字
|}</pre>

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
|}