• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Template:MapBranchingTable"

From Kancolle Wiki
Jump to navigation Jump to search
(Undo revision 311466 by Tsubakura (talk))
Line 1: Line 1:
==Parameter Naming==
+
<includeonly>{{#invoke:MapBranchingTable|format}}</includeonly><noinclude>
* id = <value>
 
* <"From" Node> -> <"To" Node> = <argument value>
 
** 0 = Start
 
** 1, 2, 3, etc = Starting points, when a map has multiple starting points, depending on the branching rules.
 
** <Node>/battle = Red node, which is also the default if nothing is assigned
 
** <Node>/empty = Blue node
 
** <Node>/storm = Purple node
 
** <Node>/resource = Green node
 
 
 
To change the width of the table, you can use "width = auto" for a more compact table. If "width" is not stated, it will create a wide table that fits the screen on default. Table is always collapsed by default.
 
 
 
'''Note''': Make sure that you assign an unique id value for each table, because the buttons are linked by the id value. If all the tables you have created has the same value, the button will also show/hide all the tables when clicked.
 
 
 
With the use of a template, invoking the module through #invoke is no longer required and you can treat this module as a template.
 
Each parameter line still requires a pipe character "|".
 
 
 
==Examples==
 
===Example 1===
 
 
<pre>
 
<pre>
 
{{MapBranchingTable
 
{{MapBranchingTable
|id = 1
 
 
|0 -> 1 = Some text...
 
|0 -> 1 = Some text...
 
|0 -> 2 = Some text...
 
|0 -> 2 = Some text...
Line 32: Line 13:
 
</pre>
 
</pre>
 
{{MapBranchingTable
 
{{MapBranchingTable
|id = 1
 
 
|0 -> 1 = Some text...
 
|0 -> 1 = Some text...
 
|0 -> 2 = Some text...
 
|0 -> 2 = Some text...
Line 42: Line 22:
 
|C/storm -> D/empty = ...
 
|C/storm -> D/empty = ...
 
}}
 
}}
 
===Example 2===
 
 
<pre>
 
<pre>
 
{{MapBranchingTable
 
{{MapBranchingTable
|id = E-1
+
|width = default
|width = auto
 
 
|0 -> 1 = Some text...
 
|0 -> 1 = Some text...
 
|0 -> 2 = Some text...
 
|0 -> 2 = Some text...
Line 59: Line 36:
 
</pre>
 
</pre>
 
{{MapBranchingTable
 
{{MapBranchingTable
|id = E-1
+
|width = default
|width = auto
 
 
|0 -> 1 = Some text...
 
|0 -> 1 = Some text...
 
|0 -> 2 = Some text...
 
|0 -> 2 = Some text...
Line 70: Line 46:
 
|C/storm -> D/empty = ...
 
|C/storm -> D/empty = ...
 
}}
 
}}
 
+
</noinclude>
==Credits==
 
Special thanks to がか(gaka) for writing this module.
 

Revision as of 23:06, 2 February 2017

{{MapBranchingTable
|0 -> 1 = Some text...
|0 -> 2 = Some text...
|1 -> A = Some text...
|1 -> B/resource = [[DD]], [[CL]]
|1 -> C/storm =
* A
* list
|C/storm -> D/empty = ...
}}

Lua error in Module:MapBranchingTable at line 241: attempt to call method 'parse' (a nil value).

{{MapBranchingTable
|width = default
|0 -> 1 = Some text...
|0 -> 2 = Some text...
|1 -> A = Some text...
|1 -> B/resource = [[DD]], [[CL]]
|1 -> C/storm =
* A
* list
|C/storm -> D/empty = ...
}}

Lua error in Module:MapBranchingTable at line 241: attempt to call method 'parse' (a nil value).