Template:RecipesFurniture/doc

From Fields of Mistria Wiki
Jump to navigation Jump to search

Description

This template provides the common Table-Header (and a closing footer) for Furniture Recipes. It is intended to be used in conjunction with Template:RecipeRowFurniture, which requires transclusion tags on each page to be transcluded.

For more information on transclusion tags, please see https://www.mediawiki.org/wiki/Transclusion

Header:

{| class="wikitable sortable"
!Image
!Name
!Description
!Ingredients
!Craft Time
!Set
!Category
!Sub Category
!Crafting Level
!Recipe Source(s)
!Sell Price

Use

This template can be used by entering the following onto a relevant page.

{{RecipesFurniture|header or footer}}

Example

{{Recipes|header}}
{{:Wheelbarrow|RecipeRowFurniture}}
{{Recipes|footer}}
Image Name Description Ingredients Craft Time Set Category Sub Category Crafting Level Recipe Source(s) Sell Price



Wheelbarrow.png Wheelbarrow A wheelbarrow filled with a variety of spring flowers. Wood.pngWood (25)
Lilac.pngLilac (1)
Tulip.pngTulip (1)
Dandelion.pngDandelion (1)
40 Starter Farm Farm & Outdoor Garden 4



Syntax

<onlyinclude>
{{#switch: {{lc:{{{1}}}}}
|foot|footer=
{{!}}-
{{!}}}
|head
|header=
{{{!}} class="wikitable sortable roundedborder"
{{!}}-
!class="unsortable"{{!}}Image
!Name<!--
-->{{#if:{{#pos:{{{hide|}}}|description}}||!!Description}}<!--
-->{{#if:{{#pos:{{{hide|}}}|ingredients}}||!!Ingredients}}<!--
-->{{#if:{{#pos:{{{hide|}}}|restores}}||!!Energy / Health}}<!--
-->{{#if:{{#pos:{{{hide|}}}|cookTime}}||!!Cook Time}}<!--
-->{{#if:{{#pos:{{{hide|}}}|stars}}||!!Stars}}<!--
-->{{#if:{{#pos:{{{hide|}}}|craftingLevel}}||!!Crafting Level}}<!--
-->{{#if:{{#pos:{{{hide|}}}|kitchenTier}}||!!Kitchen Tier}}<!--
-->{{#if:{{#pos:{{{hide|}}}|recipeSource}}||!!Recipe Source(s)}}<!--
-->{{#if:{{#pos:{{{hide|}}}|sellPrice}}||!!Sell Price}}
}}
</onlyinclude>