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

Changes

Jump to navigation Jump to search
Line 1: Line 1:  
==Parameter Naming==
 
==Parameter Naming==
Module invocation is done via passing arguments. These argument names and argument values are all done in the following format
+
Module invocation is done via passing parameters and arguments. These parameter names and argument values are all done in the following format
*<Node Letter><Pattern Number>_<argument> = <argument value>
+
*<Node Letter><Pattern Number>_<parameter> = <argument value>
 
except for assigning node labels which is shown below.
 
except for assigning node labels which is shown below.
   Line 11: Line 11:  
<b>You may add span and css tags as you wish as they will be pasted in directly to the page. Examples are below.</b>
 
<b>You may add span and css tags as you wish as they will be pasted in directly to the page. Examples are below.</b>
    +
'''''<span style="color:red">Everything is Case-Insensitive</span>'''''
 
===Node Label===
 
===Node Label===
 
Simply pass the name of the node with  
 
Simply pass the name of the node with  
Line 42: Line 43:  
Formations are:
 
Formations are:
 
*line_ahead
 
*line_ahead
*doubleline
+
*double_line
 
*diamond
 
*diamond
 
*echelon
 
*echelon
Line 59: Line 60:     
===Enemies===
 
===Enemies===
Enemies are passed in a single argument,
+
Enemies are passed in a single parameter,
 
*<Node Letter and Pattern Number>_node_info = <argument>
 
*<Node Letter and Pattern Number>_node_info = <argument>
 
The formation argument should simply be the enemy names, listed below, separated by a space.
 
The formation argument should simply be the enemy names, listed below, separated by a space.
Line 90: Line 91:  
*Flagship_2
 
*Flagship_2
 
*Flagship_Kai
 
*Flagship_Kai
 +
*Late_Model
    
'''Some examples are:'''
 
'''Some examples are:'''
2,922

edits

Navigation menu