Template:Outfit Set: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
No edit summary
No edit summary
Line 20: Line 20:
|rightImage=String
|rightImage=String
|releaseDate=DateTime
|releaseDate=DateTime
|supportSkillName=String
|supportSkillCooldown=Integer
|supportSkillDescription=Wikitext (size=500)
|resonanceSkillName=String
|resonanceSkillCooldown=Integer
|resonanceSkillCost=Integer
|resonanceSkillDescription=Wikitext (size=500)
|ardentOathName=String
|ardentOathDescription=Wikitext (size=500)
|passiveSkillName=String
|passiveSkillDescription=Wikitext (size=500)
|specialColor=String
|specialColor=String
}}</noinclude><includeonly><templatestyles src="Template:Outfit Set/styles.css" /><!--
}}</noinclude><includeonly><templatestyles src="Template:Outfit Set/styles.css" /><!--
Line 102: Line 91:
|rightImage={{#var:rightImage}}
|rightImage={{#var:rightImage}}
|releaseDate={{{releaseDate|}}}
|releaseDate={{{releaseDate|}}}
|supportSkillName={{{supportSkillName|}}}
|supportSkillCooldown={{{supportSkillCooldown|}}}
|supportSkillDescription={{{supportSkillDescription|}}}
|resonanceSkillName={{{resonanceSkillName|}}}
|resonanceSkillCooldown={{{resonanceSkillCooldown|}}}
|resonanceSkillCost={{{resonanceSkillCost|}}}
|resonanceSkillDescription={{{resonanceSkillDescription|}}}
|ardentOathName={{{ardentOathName|}}}
|ardentOathDescription={{{ardentOathDescription|}}}
|passiveSkillName={{{passiveSkillName|}}}
|passiveSkillDescription={{{passiveSkillDescription|}}}
|specialColor={{{specialColor|}}}
|specialColor={{{specialColor|}}}
}}</includeonly>
}}</includeonly>

Revision as of 01:10, 10 February 2024

Documentation

Description

Template used to format the Outfit Set pages. This also stores an entry into both the Item and Outfit Set Cargo table, and you need both if you wish to query Outfit Set information.

Example

MC Outfit

{{Outfit Set
|name=Set: Nightwalker
|outfitCharacter=MC
|exclusiveCompanionOutfit=Rafayel: Abysswalker
|rarity=SSR
|isDailyOutfit=1
|isCombatOutfit=1
|description=Rafayel: Outfit for your Companion, Abysswalker.<br/>Keeps a low profile, suitable for night traveling.
|source=
* Shop - Crystal x490
|releaseDate=
|alternateColors=Set: Golden Night
}}

Companion Outfit

{{Outfit Set
|name=Set: Abysswalker
|rarity=SSR
|outfitCharacter=Rafayel
|isDailyOutfit=1
|isCombatOutfit=1
|description=The outfit of Rafayel: Abysswalker. Possesses an aura of mystique and danger, suitable for infiltrations.
|source=
* Obtain both [[Rafayel: Deep Sea Promise]] and [[Rafayel: Deep Sea Riches]]
|releaseDate=
|alternateColors=Set: Radiant Night
}}

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