Template:Furnishing: Difference between revisions

From Tears of Themis Wiki
imported>Harmonea
mNo edit summary
imported>Harmonea
m (moving cargo stuff elsewhere)
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]]<!--
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>===[[File:{{{icon|{{{name|}}} icon.png}}}|60px|link=]] {{{name|}}}===
 
### Cargo Declare
 
-->{{#cargo_declare:_table=Furnishing
|name=String
|icon=String
|placedImg=String
|absentImg=String
|description=Wikitext
|craftCost=Wikitext
|blueprint=Wikitext
|usedByCharacter=Wikitext
|interactions=Wikitext
}}</noinclude><includeonly><!--
 
### Cargo Store
 
-->{{#cargo_store:_table=Furnishing
|name={{{name|}}}
|icon={{{icon|{{{name|}}} icon.png}}}
|placedImg={{{placedImg|{{{name|}}} furnishing placed.png}}}
|absentImg={{{absentImg|{{{name|}}} furnishing absent.png}}}
|description={{{description|}}}
|craftCost={{{craftCost|}}}
|blueprint={{{blueprint|}}}
|usedByCharacter={{{usedByCharacter|}}}
|interactions={{{interactions|}}}
}}<!--
 
### Template Display
 
-->===[[File:{{{icon|{{{name|}}} icon.png}}}|60px|link=]] {{{name|}}}===
{|
{|
|rowspan="5" style="text-align:center"|[[File:{{{placedImg|{{{name|}}} furnishing placed.png}}}|150px]]<br />Placed<br /><br />[[File:{{{absentImg|{{{name|}}} furnishing absent.png}}}|150px]]<br />Absent
|rowspan="5" style="text-align:center"|[[File:{{{placedImg|{{{name|}}} furnishing placed.png}}}|150px]]<br />Placed<br /><br />[[File:{{{absentImg|{{{name|}}} furnishing absent.png}}}|150px]]<br />Absent

Revision as of 19:56, 2 November 2021

Template-info.png Documentation

Description

Used to add furnishings to any Furniture set page (example: Wooden Style Lounge) and stores the information to Cargo.

The usedByCharacter and interactions fields are optional and only for use with furnishings used by the MLs. The furnishingSet field should match exactly to a member of the Template:Furnishing set Cargo table.

Usage

{{Furnishing
|name=
|description=
|craftCost=
|blueprint=
|furnishingSet=
|usedByCharacter=
|interactions=
}}