Template:Outfit Set: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
mNo edit summary
No edit summary
Line 6: Line 6:
|name=String
|name=String
|exclusiveCompanion=String
|exclusiveCompanion=String
|previewImage1=String
|frontImage=String
|previewImage2=String
|backImage=String
|previewImage3=String
|leftImage=String
|previewImage4=String
|rightImage=String
}}</noinclude><includeonly><!--
}}</noinclude><includeonly><!--


Line 25: Line 25:
|parts={{{parts|}}}
|parts={{{parts|}}}
}}<!--
}}<!--
-->{{#vardefine:previewImage1|{{#invoke:String|replace|{{{name|}}}|:|}} front.png}}<!--
-->{{#vardefine:frontImage|{{#invoke:String|replace|{{{name|}}}|:|}} front.png}}<!--
-->{{#vardefine:previewImage2|{{#invoke:String|replace|{{{name|}}}|:|}} back.png}}<!--
-->{{#vardefine:backImage|{{#invoke:String|replace|{{{name|}}}|:|}} back.png}}<!--
-->{{#vardefine:previewImage3|{{#invoke:String|replace|{{{name|}}}|:|}} left.png}}<!--
-->{{#vardefine:leftImage|{{#invoke:String|replace|{{{name|}}}|:|}} left.png}}<!--
-->{{#vardefine:previewImage4|{{#invoke:String|replace|{{{name|}}}|:|}} right.png}}<!--
-->{{#vardefine:rightImage|{{#invoke:String|replace|{{{name|}}}|:|}} right.png}}<!--
--><nowiki/>
--><nowiki/>
==Outfit Set Pieces==
==Outfit Set Pieces==
Line 37: Line 37:
==Outfit Preview==
==Outfit Preview==
<div class="grid-4-card-container">
<div class="grid-4-card-container">
<div>[[File:{{#var:previewImage1}}|300px|center|frame|{{{name|}}} - Front View]]</div>
<div>[[File:{{#var:frontImage}}|300px|center|frame|{{{name|}}} - Front View]]</div>
<div>[[File:{{#var:previewImage2}}|300px|center|frame|{{{name|}}} - Back View]]</div>
<div>[[File:{{#var:backImage}}|300px|center|frame|{{{name|}}} - Back View]]</div>
<div>[[File:{{#var:previewImage3}}|300px|center|frame|{{{name|}}} - Left View]]</div>
<div>[[File:{{#var:leftImage}}|300px|center|frame|{{{name|}}} - Left View]]</div>
<div>[[File:{{#var:previewImage4}}|300px|center|frame|{{{name|}}} - Right View]]</div>
<div>[[File:{{#var:rightImage}}|300px|center|frame|{{{name|}}} - Right View]]</div>
</div><!--
</div><!--


Line 48: Line 48:
|name={{{name|{{PAGENAME}}}}}
|name={{{name|{{PAGENAME}}}}}
|exclusiveCompanion={{{exclusiveCompanion|}}}
|exclusiveCompanion={{{exclusiveCompanion|}}}
|previewImage1={{#var:previewImage1}}
|frontImage={{#var:frontImage}}
|previewImage2={{#var:previewImage2}}
|backImage={{#var:backImage}}
|previewImage3={{#var:previewImage3}}
|leftImage={{#var:leftImage}}
|previewImage4={{#var:previewImage4}}
|rightImage={{#var:rightImage}}
}}</includeonly>
}}</includeonly>

Revision as of 03:53, 7 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 "Outfit". This table has not been created yet.