模板:CharacterBox:修订间差异
LocalAdmin(留言 | 贡献) Fix: use {{!}} instead of | for table pipes inside #if blocks |
LocalAdmin(留言 | 贡献) Rewrite: use Lua module via #invoke for clean conditional rows |
||
| 第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
人物信息框模板。在角色词条页面顶部使用。所有参数均为可选,留空的行不显示。 | |||
用法示例: | 用法示例: | ||
<pre> | <pre> | ||
{{CharacterBox | {{CharacterBox | ||
| name | | name = 唐浩 | ||
| image | | image = 唐浩.jpg | ||
| aliases | | aliases = 张寒、魂天帝 | ||
| location | | location = 不定 | ||
| faction | | faction = 万兽门 | ||
| identity | | identity = 客卿 | ||
| age | | age = 34岁 | ||
| race | | race = 人族 | ||
| cultivation= 半步元婴 | | cultivation = 半步元婴 | ||
| skills | | aptitude = 中品无属性灵根 | ||
| skills = 灵血神通 | |||
}} | }} | ||
</pre> | </pre> | ||
| 第92行: | 第93行: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude><includeonly> | </noinclude><includeonly>{{#invoke:Infobox|character}}</includeonly> | ||
{{# | |||