模板:Box:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Qiii2006留言 | 贡献
无编辑摘要
Qiii2006留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
<noinclude>{{Template}}
<noinclude>


'''A generic message box.'''
'''普通消息框。'''


See also:
参见:


* [[:Template:Box BLUE]]
* [[:Template:Box BLUE]]
第10行: 第10行:
* [[:Template:Box YELLOW]]
* [[:Template:Box YELLOW]]


====Usage====
====用法====


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


====Example====
====示例====


{{Box||Content without heading}}
{{Box||Content without heading}}

2010年9月24日 (五) 15:38的最新版本


普通消息框。

参见:

用法

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