Changes

→‎Parameters: Adding documentation for ordering.
Line 1: Line 1: −
==Parameters==
+
==Usage==
 
Below is a list of all parameters available for this template.
 
Below is a list of all parameters available for this template.
 
Keep in mind that invalid parameters and/or arguments will be ignored.
 
Keep in mind that invalid parameters and/or arguments will be ignored.
Line 40: Line 40:  
{{MapBranchingTable
 
{{MapBranchingTable
 
|width = <value>
 
|width = <value>
 +
}}
 +
</pre>
 +
 +
===Order===
 +
* Allows you to manually set the order of the starting nodes listed from top to bottom.
 +
* '''Note''': Make sure you list all the relevant nodes!
 +
* '''OPTIONAL'''
 +
* Default is alphabetical ordering. This is not desirable if the first node happens to be G, while the second node is C for example.
 +
<pre>
 +
{{MapBranchingTable
 +
|order = G, D, C, Z
 +
|G -> A = *Text...
 +
|D -> A = *Text...
 +
|C -> A = *Text...
 +
|Z -> A = *Text...
 
}}
 
}}
 
</pre>
 
</pre>
Line 93: Line 108:  
|2 -> C = * Fleet contains a CL
 
|2 -> C = * Fleet contains a CL
 
|2 -> D/empty = * Does not meet the requirements to go to C
 
|2 -> D/empty = * Does not meet the requirements to go to C
 +
}}
 +
<pre>
 +
{{MapBranchingTable
 +
|order = D, Z, C, G
 +
|G -> A = *Text...
 +
|D -> A = *Text...
 +
|C -> A = *Text...
 +
|Z -> A = *Text...
 +
}}
 +
</pre>
 +
{{MapBranchingTable
 +
|order = D, Z, C, G
 +
|G -> A = *Text...
 +
|D -> A = *Text...
 +
|C -> A = *Text...
 +
|Z -> A = *Text...
 
}}
 
}}
  
cssedit, prechecked
1,656

edits