个人工具

模板:Row

出自Meshal Lite

(修订版本间的差异)
跳转到: 导航, 搜索
(1个修订)
第1行: 第1行:
 
<includeonly>|-
 
<includeonly>|-
|width=32px valign=top style="font-weight: bold; border: 1px gray; border-style: dotted none none none;"|{{{title|{{{1|条目的标题...}}}}}}
+
|width=32px valign=top style="font-weight: bold; border: 1px gray; border-style: dotted none none none;"|
|style="border: 1px gray; border-style: dotted none none none;"|{{{content|{{{2|条目的说明<br>...<br>...}}}}}}</includeonly><noinclude>
+
{{{title|{{{1|条目的标题...}}}}}}
 +
|style="border: 1px gray; border-style: dotted none none none;"|
 +
{{{content|{{{2|条目的说明<br>...<br>...}}}}}}</includeonly><noinclude>
 
== 模版说明 ==
 
== 模版说明 ==
 
{{!}}
 
{{!}}

在2012年8月6日 (一) 05:05所做的修订版本

模版说明

这个模板用来搭载在frm内, 生成一个有标题列和内容列的记录.

参数

这些参数名需要注意大小写:

  • 1或title: 这一行的标题
  • 2或content: 这一行的内容

使用

需要注意的是, row总是需要与frm结合使用, 并位于frm的扩展参数内.

{{frm
|...
|1 = {{row|标题|内容...}}
}}