打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Move Card:修订间差异

来自骷髅女孩Wiki
无编辑摘要
标签已被回退
无编辑摘要
标签已被回退
第11行: 第11行:
-->{{#vardefine:input8|{{#explode:{{{input}}}|,|7}}}}<!--
-->{{#vardefine:input8|{{#explode:{{{input}}}|,|7}}}}<!--
------------------ 获取Cargo表格:帧数表中的pic和hitbox --------------
------------------ 获取Cargo表格:帧数表中的pic和hitbox --------------
-->{{#vardefine:pic|{{#cargo_query:tables=MoveData__pic, MoveData, MoveData__name
-->{{#vardefine:pic|{{#cargo_query:tables=MoveData
|join on= MoveData__pic._rowID=MoveData._ID, MoveData__pic._rowID=MoveData__name._rowID,
|fields= MoveData.pic
|fields= MoveData__pic._value=image, MoveData__name._value=caption
|where=MoveData.fighter="{{#var:MoveCardTargetChara}}" and MoveData.input in ('{{#var:input1}}')
|where= MoveData.fighter="{{#var:MoveCardTargetChara}}" and 角色帧数表.input in ('{{#var:input1}}'), '{{#var:input2}}'
|group by= MoveData__pic._value
|order by=_ID,MoveData__pic._position
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
|image height=210|image width=210
|pic height=1920|pic width=328
|caption field=caption|default=
}} }}<!--
}} }}<!--
-->{{#vardefine:hitbox|{{#cargo_query:tables=MoveData__hitbox, MoveData, MoveData__name
-->{{#vardefine:hitbox|{{#cargo_query:tables=MoveData
|join on= MoveData__hitbox._rowID=MoveData._ID, MoveData__hitbox._rowID=MoveData__name._rowID,
|fields= MoveData.hitbox
|fields= MoveData__hitbox._value=image, MoveData__name._value=caption
|where=MoveData.fighter="{{#var:MoveCardTargetChara}}" and MoveData.input in ('{{#var:input1}}')
|where= MoveData.fighter="{{#var:MoveCardTargetChara}}" and 角色帧数表.input in ('{{#var:input1}}'), '{{#var:input2}}'
|group by= MoveData__hitbox._value
|order by=_ID,MoveData__hitbox._position
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
|image height=210|image width=210
|pic height=1920|pic width=328
|caption field=caption|default=
}} }}<!------------  使用tabber进行招式图片和判定图片的切换  ------
}} }}<!------------  使用tabber进行招式图片和判定图片的切换  ------
--><div class="attack-container"><div class="attack-gallery">
--><div class="attack-container"><div class="attack-gallery">
第41行: 第33行:
------ {{{version|MoveData.version|MoveData.input|MoveData.name|}}} ------
------ {{{version|MoveData.version|MoveData.input|MoveData.name|}}} ------
--><table class="moveTable citizen-overflow">
--><table class="moveTable citizen-overflow">
{{#cargo_query:
{{#cargo_query:tables=MoveData
tables=MoveData.
|fields=name,subtitle,caption,input,notation,version,guard,properties,dmg,meter,startup,active,recovery,hitstop,hitstun,blockstun,onhit,onblock,onpushblock,superhitstop,framedata
|fields=name,subtitle,caption,input,notation,version,guard,properties,dmg,meter,startup,active,recovery,hitstop,hitstun,blockstun,onhit,onblock,onpushblock,superhitstop,framedata
|where= MoveData.fighter="{{#var:MoveCardTargetChara}}" and 角色帧数表.input in ('{{#var:input1}}'), '{{#var:input2}}'
|where= MoveData.fighter="{{#var:MoveCardTargetChara}}" and MoveData.input in ('{{#var:input1}}'), '{{#var:input2}}'
|format=template|template=FrameData|named args=yes|order by=_ID
|format=template|template=FrameData|named args=yes|order by=_ID
|delimiter=\n{{!}}-\n
|delimiter=\n{{!}}-\n

2024年12月16日 (一) 17:29的版本

自动创建当前角色页面下指定招式的资料卡。

样式代码在模板:Move Card/shared/styles.css

使用方法

参数:

{{Move Card
|fighter        (可选)= 指定查询哪个角色的招式。如果留白,则使用当前页面的角色。
|input1                 = 需查询的招式。
|input2(直至8)(可选)= 需查询的招式。
|description            = 招式的相关描述。
|note                   = 额外数据的相关描述。
|frameChart (可选,暂不可用) = 如参数值为“auto”,自动绘制帧数条。也可手动调用FrameChart模块的drawFrameData函数,形如{{#invoke:MetaFrameChart|drawFrameData}}或{{#invoke:FrameChart|drawFrameData}}。
}}

示例

单版本单图像

{{Move Card
|fighter=Filia
|input1=5LP
|frameChart=auto
|description=Lorum Ipsum
}}
Error in "where" parameter: the string "#" cannot be used within #cargo_query.

Lorum Ipsum

单版本多图像

{{Move Card
|fighter=Filia
|input1=jMK
}}

Error in "where" parameter: the string "#" cannot be used within #cargo_query.

使用参数|description=为此招式添加描述。

描述招式的用途等信息。

介绍使用该招式的目的等值得了解的基础知识,提及需要了解的重要细节。如果该招式特别重要,它可能会在策略页面上占据一席之地——比如立回时重要的防空招式,或者连段时重要的衔接招式等。

多版本多图像

{{Move_Card
|fighter=Filia
|input1=5LP_x1
|input2=5LP_x2
|description=
|frameChart=auto
}}
Error in "where" parameter: the string "#" cannot be used within #cargo_query.

使用参数|description=为此招式添加描述。

描述招式的用途等信息。

介绍使用该招式的目的等值得了解的基础知识,提及需要了解的重要细节。如果该招式特别重要,它可能会在策略页面上占据一席之地——比如立回时重要的防空招式,或者连段时重要的衔接招式等。

长描述文本测试

Error in "where" parameter: the string "#" cannot be used within #cargo_query.

Heavy frametrap and low crush.

One of Bridget's strongest Counter Hit starters. In neutral it can low crush ground-height pokes, making it a good counterpart to 6P. It will usually hit 模板:Keyword due to distance, making it safer on block and leave Bridget further, but it is always safe when cancelled into 模块:MMC第15行Lua错误:bad argument #2 to 'format' (string expected, got nil) regardless, for enormous pushback on the opponent.


In pressure, it can be used similarly to 6K, sacrificing some pressure options in favour of Counter Hit damage and pushback on the opponent. Off P normals this also loses to 6P attacks on prediction. It is unsafe on block, forcing Bridget to cancel into 模块:MMC第36行Lua错误:Could not find matching move ( Bridget: j.236K) or Stop and Dash to remain safe. With Roman Cancel, it behaves similarly to 模块:MMC第15行Lua错误:bad argument #2 to 'format' (string expected, got nil) with its airborne state and momentum, but is less valuable to route into.

  • Wall bounces on hit.
  • Bridget flies forward during active frames. Will hit later based on distance.
  • Bridget is airborne during active frames. Cancels into air specials.