- 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"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#vardefine:info|{{#invoke:EquipmentPage|info|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:info_en|{{#invoke:EquipmentPage|info_en|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:wikipedia|{{#invoke:EquipmentPage|wikipedia|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:buildable|{{#invoke:EquipmentPage|buildable|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:improvable|{{#invoke:EquipmentPage|improvable|pagename={{{1|{{PAGENAME}}}}}}}}}{{EquipmentInfoKai|{{{1|{{PAGENAME}}}}}}}{{EquipmentCategoriesKai|{{{1|{{PAGENAME}}}}}}} | <includeonly>{{#vardefine:info|{{#invoke:EquipmentPage|info|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:info_en|{{#invoke:EquipmentPage|info_en|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:wikipedia|{{#invoke:EquipmentPage|wikipedia|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:buildable|{{#invoke:EquipmentPage|buildable|pagename={{{1|{{PAGENAME}}}}}}}}}{{#vardefine:improvable|{{#invoke:EquipmentPage|improvable|pagename={{{1|{{PAGENAME}}}}}}}}}{{EquipmentInfoKai|{{{1|{{PAGENAME}}}}}}}{{EquipmentCategoriesKai|{{{1|{{PAGENAME}}}}}}} | ||
− | <h2>Introduction</h2> | + | {{#if:{{{toc|}}}|{{TOC left}}|__NOTOC__}}<h2>Introduction</h2> |
<p lang="ja">{{#if:{{#var:info}}|{{#var:info}}|{{#if:{{{ja|}}}|{{{ja}}}|?}}}}</p> | <p lang="ja">{{#if:{{#var:info}}|{{#var:info}}|{{#if:{{{ja|}}}|{{{ja}}}|?}}}}</p> | ||
− | <p>''{{#if:{{#var:info_en}}|{{#var:info_en}}|{{#if:{{{en|}}}|{{{en}}}|?}}}}''</p> | + | <p>''{{#if:{{#var:info_en}}|{{#var:info_en}}|{{#if:{{{en|}}}|{{{en}}}|?}}}}''</p>{{#if:{{{header|}}}|| |
<h2>Notes</h2> | <h2>Notes</h2> | ||
'''{{#if:{{#var:buildable}}|Buildable|Unbuildable}}''' | '''{{#if:{{#var:buildable}}|Buildable|Unbuildable}}''' | ||
Line 43: | Line 43: | ||
*'''see also''': text in optional see also section. | *'''see also''': text in optional see also section. | ||
*'''header''': set to ignore and not generate anything after category tree (notes text and clear, improvement, trivia, see also sections, navbox). | *'''header''': set to ignore and not generate anything after category tree (notes text and clear, improvement, trivia, see also sections, navbox). | ||
+ | *'''toc''': add the TOC. | ||
===Lua parameters=== | ===Lua parameters=== |
Latest revision as of 06:11, 4 July 2024
Layout template for equipment pages.
The general layout that can be generated is:
- Infobox
- Automatic categories
- Introduction section: Japanese and English descriptions
- Notes section: Buildable/Unbuildable note, category trees, notes text, section clear
- Improvement section if equipment is improvable
- Bonuses section, if
/Bonuses
subpage exists. - Trivia section
- See also section: Wikipedia and other links
- Navbox.
Parameters
- [1]: equipment name,
PAGENAME
is used by default. - ja: Japanese description of the equipment, defaults to
_info
(api_info
) from equipment data module or to?
when there is no_info
. - en: English description of the equipment, defaults to
?
from equipment data module or to?
when there is no_info
.. - notes: text in notes section.
- trivia : text in optional trivia section.
- collapsed: set to have collapsed trivia section (e.g., for long write-ups).
- see also: text in optional see also section.
- header: set to ignore and not generate anything after category tree (notes text and clear, improvement, trivia, see also sections, navbox).
- toc: add the TOC.
Lua parameters
The following equipment data module fields are used:
_info
for ja_wikipedia
for Wikipedia link in optional see also section._buildable
for Buildable/Unbuildable note_improvements
for optional improvement section.
Usage
Full page:
{{Equipment |en = |notes = |trivia = |see also = }}
Or only for the header (from infobox to category tree):
{{Equipment |header = true |en = }} ...