沙盒/卡面图标:修订间差异
更新日期: 2024-07-12 最新编辑:Kumo67
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
{{#cargo_query:tables=角色, | {{#cargo_query: | ||
|join on=角色.关联卡面ID HOLDS | tables=角色,角色卡面 | ||
|fields= | |join on=角色.关联卡面ID HOLDS 角色卡面.ID | ||
|fields=角色卡面.ID, 角色卡面.角色ID, 角色卡面.描述, 角色卡面.评级, 角色卡面.类型, 角色卡面.武器类型, 角色卡面.武器名称, 角色卡面.防御力, 角色卡面.生命值, 角色卡面.技能值, 角色卡面.力量值, 角色卡面.智慧值, 角色卡面.敏捷值, 角色卡面.魔法值, 角色卡面.幸运值, 角色卡面.体质值, 角色卡面.碎片ID, 角色卡面.碎片名称, 角色卡面.碎片获得说明 | |||
|order by=角色._pageID DESC | |order by=角色._pageID DESC | ||
|where=角色.ID="{{{ID}}}" | |where=角色.ID="{{{ID}}}" | ||
第8行: | 第9行: | ||
|limit=2000 | |limit=2000 | ||
|default= | |default= | ||
|format=template | |format=template | ||
}} | |||