Template:WBMDetails: Difference between revisions

From Echoes of Angmar
Content added Content deleted
(Created page with "{| class="WBMTable" align="center" rules="all" style="border-collapse: collapse; border: thin solid white; text-align: center" width="750px" |- !style="background: #444444" width=298px| {{{Maneuver}}} |width=75px| {{{FirstMove| }}} {{#if: {{{Move1|}}}|<br> Tier {{{Move1}}}|}} |width=75px| {{{SecondMove| }}} {{#if: {{{Move2|}}}|<br> Tier {{{Move2}}}|}} |width=75px| {{{ThirdMove| }}} {{#if: {{{Move3|}}}|<br> Tier {{{Move3}}}|}} |width=75px| {{{FourthMove|...")
 
No edit summary
Line 50: Line 50:


Which yields the following:
Which yields the following:
{{WBMDetails
{{WBMDetail
|Maneuver= [[Warband Maneuvers]]
|Maneuver= [[Warband Maneuvers]]
|FirstMove= [[Image:Troll's Brutality.png]]
|FirstMove= [[Image:Troll's Brutality.png]]

Revision as of 06:03, 11 August 2023

{{{Maneuver}}}

Detail line for Warband Maneuver tables. Use in Conjunction with WBMHeader to build a table. Use the WBMHeader once for a maneuver then WBMDetail is called fore each subsequent line on how to perform the action in question.

Cut and paste Code

{{WBMDetail
  |Maneuver   = [[link to maneuver]]
  |FirstMove  = [[image:imagename.png]]
  |Move1      = 1
  |SecondMove = [[image:imagename.png]]
  |Move1      = 2
  |ThirdMove  = [[image:imagename.png]]
  |Move1      = 3
  |FourthMove = [[image:imagename.png]]
  |Move1      = 4
  |FifthMove  = [[image:imagename.png]]
  |Move1      = 5
  |SixthMove  = [[image:imagename.png]]
  |Move1      = 6
}}

Example Call

  {{WBMDetail
    |Maneuver= [[Warband Maneuvers]]
    |FirstMove= [[Image:Troll's Brutality.png]]
    |Move1      = 1
    |SecondMove= [[Image:Wight's Rot.png]]
    |Move2      = 2
    |ThirdMove= [[Image:Fell Spirit's Terror.png]]
    |Move3      = 3
    |FourthMove= [[Image:Spider's Venom.png]]
    |Move4      = 4
    |FifthMove  = 
    |Move5      = 5
    |SixthMove  = 
    |Move6      = 6
  }}

Which yields the following:

Warband Maneuvers
Tier 1

Tier 2

Tier 3

Tier 4