Changes

no edit summary
Line 50: Line 50:  
Pass a dash (-) to prevent cells in the row above from merging with cells in the row below.
 
Pass a dash (-) to prevent cells in the row above from merging with cells in the row below.
 
Pass a hash (#) to insert a header row.
 
Pass a hash (#) to insert a header row.
 +
Pass an exclamation mark (!) followed by a string key to specify a [[#Custom Rows|custom row]].
    
===Cell highlighting===
 
===Cell highlighting===
Line 79: Line 80:     
You can specify custom notes in the notes column for each ship by passing the parameter ''equipmentname''_notes.
 
You can specify custom notes in the notes column for each ship by passing the parameter ''equipmentname''_notes.
 +
 +
===Custom Rows===
 +
 +
You can specify custom rows by passing in an exclamation mark followed by a string key as described in [[#Equipment]].
 +
 +
You can then set the properties of that custom row using the following parameters:
 +
 +
====custom_row_''key''_content====
 +
 +
Pass this parameter to set the content of the custom row. You can use wikitext. Be careful with = and |, for they may interfere with template parsing.
 +
 +
====custom_row_''key''_text_align====
 +
 +
Pass this parameter to set the text_align of the custom row. Defaults to "start".
Anonymous user