Template:Ship: Difference between revisions

From Siroccopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 36: Line 36:
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{| class="infobox ship-infobox" style="width: 300px; text-align: center;"
{| class="infobox ship-infobox" style="width: 300px; text-align: center; float: right; margin: 0 0 1em 1em;"
! colspan="2" style="background-color: #333333; color: white;" | {{{name}}}
! colspan="2" style="background-color: #333333; color: white;" | {{{name}}}
|-
|-

Latest revision as of 21:25, 22 February 2025

This template is used for ship pages.

Parameters[edit]

Basic Info[edit]

  • name - Ship name
  • image - Ship image filename
  • type - Ship type
  • difficulty - Ship difficulty rating
  • description - Short description of the ship

Abilities[edit]

  • ability_q - Q ability description
  • ability_w - W ability description
  • ability_e - E ability description

Augmentations[edit]

Use the following format for augmentations:

  • aug_[ability]_[type]_[level]

Example: aug_q_off_1 for Q offensive augmentation level 1

Usage[edit]

{{Ship
|name=Ship Name
|image=filename.png
|type=Type
|difficulty=Easy/Medium/Hard
|description=Description
|ability_q=Q Description
|ability_w=W Description
|ability_e=E Description
|aug_q_off_1=Q Offensive Level 1
...}}