• 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:Equipment"

From Kancolle Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
==Parameters==
 
==Parameters==
{{todo|show=true|Get '''buildable''' and '''improvement''' from Lua instead (also '''ja''' and '''wikipedia'''?)).}}
+
{{todo|show=true|Get '''buildable''' and '''improvement''' from Lua instead (also '''ja''' and '''wikipedia'''?).}}
 
*'''1''': equipment name, <code>PAGENAME</code> is used by default.
 
*'''1''': equipment name, <code>PAGENAME</code> is used by default.
 
*'''ja''': Japanese description of the equipment, defaults to <code>?</code>.
 
*'''ja''': Japanese description of the equipment, defaults to <code>?</code>.

Revision as of 14:28, 27 October 2017

Layout template for equipment pages.

Parameters

Template:Todo

  • 1: equipment name, PAGENAME is used by default.
  • ja: Japanese description of the equipment, defaults to ?.
  • en: English description of the equipment, defaults to ?.
  • buildable: set to true if equipment is buildable.
  • improvement: set to true if equipment is improvable.
  • notes: text in notes section.
  • trivia : text in trivia section (optional).
  • see also: text in see also section (optional).

Usage

Full page:

{{EquipmentPage
|ja = 
|en = 
|buildable = 
|improvement = 
|notes = 
|trivia = 
|see also = 
}}

Or only for the header (from infobox to category tree):

{{EquipmentPage
|ja = 
|en = 
|buildable = 
}}
...