模板:Box:修订间差异
来自Ubuntu中文
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
''' | '''普通消息框。''' | ||
参见: | |||
* [[:Template:Box BLUE]] | * [[:Template:Box BLUE]] | ||
第10行: | 第10行: | ||
* [[:Template:Box YELLOW]] | * [[:Template:Box YELLOW]] | ||
==== | ====用法==== | ||
{{Codeline|1=<nowiki>{{Box||Content without heading}}</nowiki>}} | {{Codeline|1=<nowiki>{{Box||Content without heading}}</nowiki>}} | ||
第20行: | 第20行: | ||
{{Codeline|1=<nowiki>{{Box|Example:|Content followed by border-color and background-color|#DF0000|#FFDFDF}}</nowiki>}} | {{Codeline|1=<nowiki>{{Box|Example:|Content followed by border-color and background-color|#DF0000|#FFDFDF}}</nowiki>}} | ||
==== | ====示例==== | ||
{{Box||Content without heading}} | {{Box||Content without heading}} |
2010年9月23日 (四) 20:34的版本
普通消息框。
参见:
用法
{{Box||Content without heading}}
{{Box|Example:|Content with heading}}
{{Box|Example:|Content followed by border-color|#DF0000}}
{{Box|Example:|Content followed by border-color and background-color|#DF0000|#FFDFDF}}
示例
Content without heading
Example: Content with heading
Example: Content followed by border-color
Example: Content followed by border-color and background-color