Template:Command List: Difference between revisions

Template page
m (add ability to collapse the table with 'collapse' parameter)
m (update documentation)
 
Line 22: Line 22:
| section5 = {{{astral|}}}
| section5 = {{{astral|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
This is a template for creating command list tables for BBCT - BBCF. For BBTAG command lists, see [[Template:Command List (BBTAG)]].
:''For creating BBTAG command lists, see [[Template:Command List (BBTAG)]].''
This is a template for creating command list tables for BBCT - BBCF. Use with [[Template:Command List Row]]:


Example page: [[Ragna the Bloodedge/Gameplay/BBCT]]
Example page: [[Ragna the Bloodedge/Gameplay/BBCT]]
This template was written using [[Template:Command List (Base)]] as a base.


== Usage ==
== Usage ==
Line 48: Line 47:
}}
}}


This template is meant to be used alongside [[Template:Command List Row]]:
==Example Template==
<tab collapsed openname="Example Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">
<pre><nowiki>
<pre><nowiki>
  {{Command List Row
  | EN    =
  | JP    =
  | romaji =
  | input  =
  | input2 =
  | desc  =
  }}
</nowiki></pre>
<tab collapsed openname="Gameplay Subpage Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">
<pre><nowiki>
__NOTOC__
{{Character Tabs|CHARACTER NAME HERE|OPTIONAL ALTERNATE DISPLAY NAME}}
<section begin=strategy/>{{Quote|}}<section end=strategy/>
==Strategy==
<blockquote><i><section begin=strategy/><section end=strategy/></i></blockquote>
==Command List==
{{Command List
{{Command List
| drive =  
| drive =  
Line 115: Line 97:
   }}
   }}
}}
}}
==References==
<references>
</references>
{{Gameplay Navigation}}
</nowiki></pre>
</nowiki></pre>
</tab>
</tab>
==Notes==
This template was written using [[Template:Command List (Base)]] as a base.
[[Category:Gameplay Templates]]
[[Category:Gameplay Templates]]
</noinclude>
</noinclude>

Latest revision as of 22:37, 15 August 2019

For creating BBTAG command lists, see Template:Command List (BBTAG).

This is a template for creating command list tables for BBCT - BBCF. Use with Template:Command List Row:

Example page: Ragna the Bloodedge/Gameplay/BBCT

Usage

{{Command List
| collapse = yes (anything else = no)
| drive    = 
| od       =
| specials =
| dd       =
| astral   =
}}
Name Command
Normal Input Alternative Input
Drive
Overdrive
Special
Distortion Drive
Astral Heat

Example Template

<tab collapsed openname="Example Template" style="width:100%; font-weight:bold;" container="font-style:default; font-weight:normal;">

{{Command List
| drive = 
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| od       =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| specials =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| dd       =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
| astral  =
  {{Command List Row
  | EN     = 
  | JP     = 
  | romaji = 
  | input  = 
  | input2 = 
  | desc   = 
  }}
}}

</tab>

Notes

This template was written using Template:Command List (Base) as a base.