模板:CardRow
出自Meshal Lite
(以内容“<div class="cardRow"> {{{1|}}}</div>”创建新页面) |
|||
第1行: | 第1行: | ||
− | <div class="cardRow"> | + | <includeonly><div class="cardRow"> |
− | {{{1|}}}</div> | + | {{{1|}}}</div></includeonly><noinclude>[[category:模板]] |
+ | == 说明 == | ||
+ | 这个模板用来搭载在卡片模板中, 用于形成1段条目. 通常写在{{tpl|cardItem}}, {{tpl|cardAbility}}, {{tpl|cardEnvironment}}, {{tpl|cardFeature}}的content参数中. | ||
+ | |||
+ | == 参数 == | ||
+ | ;1 | ||
+ | :在这个参数中填写条目的内容. | ||
+ | |||
+ | == 范例 == | ||
+ | <source lang="text"> | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | ... | ||
+ | }} | ||
+ | </source> | ||
+ | </noinclude> |