Template:BBTag Move Card/doc: Difference between revisions

From BerserkerLoop
Jump to navigation Jump to search
No edit summary
No edit summary
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
This is a test page for practicing move card generation
Params:
<pre>
chara    (OPTIONAL) = defines the character the move card is for. If left blank, uses the current character page.
  input                = a comma separated list of the inputs used for a move and its versions as they appear in cargo
  versioned (OPTIONAL) = name column visibility. enter name of column to use for the version field, typically 'name' or 'input'. Leave blank for no version column
  type      (OPTIONAL) = uses the cargo "type" field to help specify a desired move when multiple moves overlap inputs.
  description          = a text description of the move
</pre>
Template:BBTag Move Card/doc is a test page for practicing move card generation
 
COLORS:
A = <span style="color:#de1616">A</span>
B = <span style="color:#1f8ccc">B</span>
C = <span style="color:#009e4e">C</span>
D = <span style="color:#e8982c">D</span>


==Examples==
==Examples==
===1 inputs 1 versions===
===1 input 1 version <span style="color:#de1616">A</span><span style="color:#1f8ccc">B</span><span style="color:#009e4e">C</span><span style="color:#e8982c">D</span>===
{{BBTag Move Card|game=BBTag
{{BBTag Move Card
|chara=Iron Tager
| image=[[file:BBTag_Weiss_5A.png|220px|test caption]]
| hitbox=[[file:Weiss_5A_Hitbox.png|220px|test caption]]
| damage=this | guard=is | startup=how | active=you | recovery=setup | onblock=move | attribute=property | invul=tables
|input=5A
|input=5A
|description=test description
|description=test description
Line 12: Line 28:
===2 inputs 2 versions===
===2 inputs 2 versions===
{{BBTag Move Card|game=BBTag
{{BBTag Move Card|game=BBTag
|chara=Iron Tager
|input=236A,236B
|input=236A,236B
|versioned=input
|versioned=input

Latest revision as of 21:42, 20 December 2022


Params:

chara     (OPTIONAL) = defines the character the move card is for. If left blank, uses the current character page.
  input                = a comma separated list of the inputs used for a move and its versions as they appear in cargo
  versioned (OPTIONAL) = name column visibility. enter name of column to use for the version field, typically 'name' or 'input'. Leave blank for no version column
  type      (OPTIONAL) = uses the cargo "type" field to help specify a desired move when multiple moves overlap inputs. 
  description          = a text description of the move

Template:BBTag Move Card/doc is a test page for practicing move card generation

COLORS: A = A B = B C = C D = D

Examples

1 input 1 version ABCD

Template:BBTag Move Card

2 inputs 2 versions

Template:BBTag Move Card

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.