首页
随机
登录
设置
关于猎空书评百科
免责声明
猎空书评百科
搜索
查看“︁模板:角色卡”︁的源代码
←
模板:角色卡
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<includeonly> <div class="character-card" style="border: 1px solid #ccc; margin: 10px; padding: 15px; background-color: #f9f9f9;"> <table class="wikitable" style="width: 100%; border-collapse: collapse;"> <caption style="font-size: 1.2em; background-color: #e6e6fa; text-align: center; padding: 10px;">'''{{{姓名}}}'''</caption> <tr> <th style="background-color: #e0e0e0; padding: 10px;">称号</th> <td style="padding: 10px;">{{{称号|未知}}}</td> </tr> <tr> <th style="background-color: #e0e0e0; padding: 10px;">阵营</th> <td style="padding: 10px;">{{{阵营|}}}</td> </tr> <tr> <th style="background-color: #e0e0e0; padding: 10px;">神道序列</th> <td style="padding: 10px;">[[{{{神道序列|未公开}}}]]</td> </tr> <tr> <th colspan="2" style="background-color: #e0e0e0; padding: 10px;">能力特征</th> </tr> <tr> <td colspan="2" style="padding: 10px;"> {{{特殊能力|}}}|<ul>{{ListItems|{{{特殊能力}}}}}</ul> </td> </tr> <tr> <th colspan="2" style="background-color: #e0e0e0; padding: 10px;">持有物品</th> </tr> <tr> <td colspan="2" style="padding: 10px;"> {{{关键物品|无}}}|{{ListItems|{{{关键物品}}}}} </td> </tr> </table> </div> </includeonly>
返回
模板:角色卡
。