模板:Quarter/help
出自Meshal Lite
(以内容“<includeonly>category:模板</includeonly><noinclude>category:帮助</noinclude> {{block|使用| <!--在这里给出本模板支持的参数,如果参数本...”创建新页面) |
|||
第3行: | 第3行: | ||
<!--在这里给出本模板支持的参数,如果参数本身有固定序号,则用[编号]标注在参数之前,比如“[1] name”表示name参数可默认填写在模板的第一位--> | <!--在这里给出本模板支持的参数,如果参数本身有固定序号,则用[编号]标注在参数之前,比如“[1] name”表示name参数可默认填写在模板的第一位--> | ||
<source lang="text"> | <source lang="text"> | ||
− | {{ | + | {{quarter| |
|[1] text= | |[1] text= | ||
|[2] preset= <rule | info | legend | datalist | feature | ability | item | code | ...> //枚举值的写法 | |[2] preset= <rule | info | legend | datalist | feature | ability | item | code | ...> //枚举值的写法 | ||
第11行: | 第11行: | ||
|borderColor= | |borderColor= | ||
|contentStyle= | |contentStyle= | ||
+ | |symbol= | ||
|indent=0 | |indent=0 | ||
}} | }} | ||
第45行: | 第46行: | ||
{{block|contentStyle| | {{block|contentStyle| | ||
正文区追加的css样式,可自定义 | 正文区追加的css样式,可自定义 | ||
+ | }} | ||
+ | |||
+ | {{block|symbol| | ||
+ | 自定义使用的符号,可参考<code>{{tpl|symbol}}</code>模板。 | ||
}} | }} | ||