Template:Ship: Difference between revisions
From Siroccopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template is used for ship pages. | This template is used for ship pages. | ||
== Parameters == | |||
=== Basic Info === | |||
* name - Ship name | |||
* image - Ship image filename | |||
* type - Ship type | |||
* difficulty - Ship difficulty rating | |||
* description - Short description of the ship | |||
=== Abilities === | |||
* ability_q - Q ability description | |||
* ability_w - W ability description | |||
* ability_e - E ability description | |||
=== Augmentations === | |||
Use the following format for augmentations: | |||
* aug_[ability]_[type]_[level] | |||
Example: aug_q_off_1 for Q offensive augmentation level 1 | |||
== Usage == | == Usage == | ||
<pre> | |||
{{Ship | {{Ship | ||
|name= | |name=Ship Name | ||
|image= | |image=filename.png | ||
|type= | |type=Type | ||
|difficulty= | |difficulty=Easy/Medium/Hard | ||
|description= | |description=Description | ||
}} | |ability_q=Q Description | ||
|ability_w=W Description | |||
|ability_e=E Description | |||
|aug_q_off_1=Q Offensive Level 1 | |||
...}} | |||
</pre> | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width: 300px; text-align: center;" | {| class="infobox ship-infobox" style="width: 300px; text-align: center;" | ||
! colspan="2" style="background-color: #333333; color: white;" | {{{name}}} | ! colspan="2" style="background-color: #333333; color: white;" | {{{name}}} | ||
|- | |- | ||
| colspan="2" | [[File:{{{image|Ship default.png}}}|250px]] | |colspan="2"|[[File:{{{image|Ship default.png}}}|250px]] | ||
|- | |- | ||
! Type | !Type|{{{type}}} | ||
| {{{type}}} | |||
|- | |- | ||
! Difficulty | !Difficulty|{{{difficulty}}} | ||
| {{{difficulty}}} | |||
|- | |- | ||
| colspan="2" style="padding: 10px;" | {{{description}}} | |colspan="2" style="padding: 10px;"|{{{description}}} | ||
|- | |- | ||
! colspan="2" style="background-color: #333333; color: white;" | Abilities | !colspan="2" style="background-color: #333333; color: white;"|Abilities | ||
|- | |- | ||
{{Ship/AbilitySection|ability={{{ability_q}}}|key=Q}} | |||
| {{{ | {{Ship/AbilitySection|ability={{{ability_w}}}|key=W}} | ||
{{Ship/AbilitySection|ability={{{ability_e}}}|key=E}} | |||
|- | |- | ||
! | !colspan="2" style="background-color: #333333; color: white;"|Augmentations | ||
| | |||
|- | |- | ||
{{Ship/AugmentationSet | |||
| {{{ | |key=q | ||
|off1={{{aug_q_off_1|}}} | |||
|off2={{{aug_q_off_2|}}} | |||
|off3={{{aug_q_off_3|}}} | |||
|def1={{{aug_q_def_1|}}} | |||
|def2={{{aug_q_def_2|}}} | |||
|def3={{{aug_q_def_3|}}} | |||
}} | |||
{{Ship/AugmentationSet | |||
|key=w | |||
|off1={{{aug_w_off_1|}}} | |||
|off2={{{aug_w_off_2|}}} | |||
|off3={{{aug_w_off_3|}}} | |||
|def1={{{aug_w_def_1|}}} | |||
|def2={{{aug_w_def_2|}}} | |||
|def3={{{aug_w_def_3|}}} | |||
}} | |||
{{Ship/AugmentationSet | |||
|key=e | |||
|off1={{{aug_e_off_1|}}} | |||
|off2={{{aug_e_off_2|}}} | |||
|off3={{{aug_e_off_3|}}} | |||
|def1={{{aug_e_def_1|}}} | |||
|def2={{{aug_e_def_2|}}} | |||
|def3={{{aug_e_def_3|}}} | |||
}} | |||
|} | |} | ||
[[Category:Ships]] | [[Category:Ships]] | ||
</includeonly> | </includeonly> |
Revision as of 21:20, 22 February 2025
This template is used for ship pages.
Parameters
Basic Info
- name - Ship name
- image - Ship image filename
- type - Ship type
- difficulty - Ship difficulty rating
- description - Short description of the ship
Abilities
- ability_q - Q ability description
- ability_w - W ability description
- ability_e - E ability description
Augmentations
Use the following format for augmentations:
- aug_[ability]_[type]_[level]
Example: aug_q_off_1 for Q offensive augmentation level 1
Usage
{{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 ...}}