Template:Weapon: Difference between revisions

From Love and Deepspace Wiki
Content deleted Content added
Created page with "<noinclude>{{doc}}Category:Templates<!-- ### Cargo Declare -->{{#cargo_declare:_table=Weapon |name=String |weaponType=String |rarity=String |tag1=String |tag2=String |tag3=String |description=Wikitext (size=500) |source=Wikitext |exclusiveCompanion=String |basicAttackName=String |basicAttackDescription=Wikitext (size=500) |passiveSkillName=String |passiveSkillDescription=Wikitext (size=500) |activeSkillName=String |activeSkillCooldown=Integer |activeSkillCost=Integ..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 29:
<div class="item-card-header">
<div class="item-card-header-img">
{{Icon|name={{{name|{{PAGENAME}}}}}|rarity={{{rarity|}}}}}
</div>
<div class="item-card-header-text">
Line 42:
</div>
<div class="item-card-description">
{{#if:{{{exclusiveCompanion|}}} | ''This weapon iscan exclusiveonly tobe used with [[{{{exclusiveCompanion|}}}]].''<br/><br/> }}{{{description|}}}
</div>
<div class="item-card-source">
Line 49:
{{{source|}}}
</div>
</div>{{#ifeq:{{{displayOnly|0}}} | 1 | |<!--
</div>
-->{{#vardefine:frontImage|{{#invoke:String|replace|{{{name|}}}|:|}} front.png}}<!--
 
-->{{#vardefine:backImage|{{#invoke:String|replace|{{{name|}}}|:|}} back.png}}<!--
-->{{#vardefine:leftImage|{{#invoke:String|replace|{{{name|}}}|:|}} left.png}}<!--
-->{{#vardefine:rightImage|{{#invoke:String|replace|{{{name|}}}|:|}} right.png}}<!--
--><nowiki/>
==Skills==
<div class="grid-3-card-container">
{{Skill card
|name={{{supportSkillNamebasicAttackName|}}}
|skillType=SupportBasic SkillAttack
|description={{{supportSkillDescriptionbasicAttackDescription|}}}
|cooldown={{{supportSkillCooldown|}}}
}}
 
{{Skill card
|name={{{resonanceSkillNamepassiveSkillName|}}}
|skillType=ResonancePassive Skill
|description={{{resonanceSkillDescriptionpassiveSkillDescription|}}}
|cooldown={{{resonanceSkillCooldown|}}}
|cost={{{resonanceSkillCost|}}}
}}
 
{{Skill card
|name={{{ardentOathNameactiveSkillName|}}}
|skillType=ArdentActive OathSkill
|description={{{ardentOathDescriptionactiveSkillDescription|}}}
|cooldown={{{supportSkillCooldownactiveSkillCooldown|}}}
|cost={{{resonanceSkillCostactiveSkillCost|}}}
}}
 
{{Skill card
|name={{{passiveSkillName|}}}
|skillType=Passive Skill
|description={{{passiveSkillDescription|}}}
}}
</div>
 
==Outfit Preview==
<div class="grid-4-card-container">
Line 110 ⟶ 107:
|activeSkillDescription={{{activeSkillDescription|}}}
}}[[Category:Weapons]][[Category:{{{weaponType|}}} Weapons]]
}}
</includeonly>

Latest revision as of 02:12, 14 February 2024

Documentation

Description[edit source]

Template used for creating weapon pages.

Usage[edit source]

{{Weapon
|name=
|rarity=
|weaponType=
|tag1=
|tag2=
|tag3=
|description=
|source=
|exclusiveCompanion=
|basicAttackName=
|basicAttackDescription=
|passiveSkillName=
|passiveSkillDescription=
|activeSkillName=
|activeSkillCooldown=
|activeSkillCost=
|activeSkillDescription=
}}

This template defines the table "Weapon". View table.