Template:Furnishing: Difference between revisions

From Tears of Themis Wiki
imported>Harmonea
mNo edit summary
imported>Harmonea
mNo edit summary
Line 33: Line 33:
-->===[[File:{{{icon|{{{name|}}} icon.png}}}|60px|link=]] {{{name|}}}===
-->===[[File:{{{icon|{{{name|}}} icon.png}}}|60px|link=]] {{{name|}}}===
<div style="display:flex; flex-direction:row; align-items:flex-start; align-content:flex-start">
<div style="display:flex; flex-direction:row; align-items:flex-start; align-content:flex-start">
<div style="flex:0 0 150px;">[[File:{{{placedImg|{{{name|}}} furnishing placed.png}}}|150px]]</div>
<div style="flex:0 0 150px; margin-right=1em">[[File:{{{placedImg|{{{name|}}} furnishing placed.png}}}|150px]]</div>
<div style="flex:0 1 auto;"><p>''{{{description|}}}''</p><p>'''Crafting cost:''' {{{craftCost|}}}</p><p>'''Blueprint Required:''' {{{blueprint|}}}</p>{{#if: {{{usedByCharacter|}}}|<p>'''Used by:''' {{{usedByCharacter|}}}</p>}}{{#if: {{{interactions|}}}|<p>'''Interactions:''' {{{interactions|}}}</p>}}</div></div>
<div style="flex:0 1 auto;"><p>''{{{description|}}}''</p><p>'''Crafting cost:''' {{{craftCost|}}}</p><p>'''Blueprint Required:''' {{{blueprint|}}}</p>{{#if: {{{usedByCharacter|}}}|<p>'''Used by:''' {{{usedByCharacter|}}}</p>}}{{#if: {{{interactions|}}}|<p>'''Interactions:''' {{{interactions|}}}</p>}}</div></div>

Revision as of 21:59, 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=
}}
This template defines the table "Furnishing". View table.