(建立内容为“__NOCACHE__ <includeonly>Category:海洋生物Category:神奇生物</includeonly> {{#clear_external_data:}} {{#get_db_data: db=ecs-db |from=Creature…”的新页面) |
无编辑摘要 |
||
第9行: | 第9行: | ||
|from=Creature | |from=Creature | ||
|where=Name="{{PAGENAME}}" | |where=Name="{{PAGENAME}}" | ||
|data=Name=Name,Strength=Strength | |data=Name=Name,Strength=Strength,Dexterity=Dexterity,Constitution=Constitution,Intelligence=Intelligence,Wisdom=Wisdom,Charisma=Charisma,Height=Height,Weight=Weight,Speed=Speed | ||
}} | }} | ||
第20行: | 第20行: | ||
{{!}} | {{!}} | ||
{{#external_value:Strength}} | {{#external_value:Strength}} | ||
|- | |||
! 敏捷 | |||
{{!}} | |||
{{#external_value:Dexterity}} | |||
|- | |||
! 体力 | |||
{{!}} | |||
{{#external_value:Constitution}} | |||
|- | |||
! 智慧 | |||
{{!}} | |||
{{#external_value:Intelligence}} | |||
|- | |||
! 感知 | |||
{{!}} | |||
{{#external_value:Wisdom}} | |||
|- | |||
! 魅力 | |||
{{!}} | |||
{{#external_value:Charisma}} | |||
|- | |||
! 体长 | |||
{{!}} | |||
{{#external_value:Height}} | |||
|- | |||
! 体重 | |||
{{!}} | |||
{{#external_value:Weight}} | |||
|- | |||
! 速度 | |||
{{!}} | |||
{{#external_value:Speed}} | |||
|} | |} |
2021年5月17日 (一) 17:28的版本
SELECT name,strength,dexterity,constitution,intelligence,wisdom,charisma,height,weight,speed FROM `Creature` WHERE Name="海洋生物" 查询无效(Error 1146: Table 'ecs2020.Creature' doesn't exist
Function: EDConnectorRdbms::fetch
Query: SELECT name,strength,dexterity,constitution,intelligence,wisdom,charisma,height,weight,speed FROM `Creature` WHERE Name="海洋生物"
)。
名称 |
錯誤:未設定本地變數「Name」。 |
---|---|
力量 |
錯誤:未設定本地變數「Strength」。 |
敏捷 |
錯誤:未設定本地變數「Dexterity」。 |
体力 |
錯誤:未設定本地變數「Constitution」。 |
智慧 |
錯誤:未設定本地變數「Intelligence」。 |
感知 |
錯誤:未設定本地變數「Wisdom」。 |
魅力 |
錯誤:未設定本地變數「Charisma」。 |
体长 |
錯誤:未設定本地變數「Height」。 |
体重 |
錯誤:未設定本地變數「Weight」。 |
速度 |
錯誤:未設定本地變數「Speed」。 |