Difference between revisions of "Template:Cooking recipe table row"

From Project: Gorgon Wiki
Jump to: navigation, search
(Adding example and syntax block for copy/paste.)
m (Minor formatting.)
Line 1: Line 1:
 
|-
 
|-
 
| {{{level|-}}}
 
| {{{level|-}}}
| {{{name|-}}}
+
| style="font-weight:bold;white-space:nowrap;"| {{{name|-}}}
| {{{type|-}}}
+
| style="font-weight:bold;color:#{{#switch: {{{type|}}}
 +
| Drink = 4AC
 +
| Meal  = C64
 +
| Snack = 4A4
 +
| #default = 444
 +
}};"| {{{type|-}}}
 
| {{{ingredients|-}}}
 
| {{{ingredients|-}}}
 
| {{{gourmand|-}}}
 
| {{{gourmand|-}}}

Revision as of 13:21, 1 November 2014

|- | - | style="font-weight:bold;white-space:nowrap;"| - | style="font-weight:bold;color:#444;"| - | - | - | - | -

Syntax

{{Cooking recipe table row
| level       = 
| name        = 
| type        = 
| ingredients = 
| gourmand    = 
| recipexp    = 
| description = 
}}

Parameters

level
Recipe level
name
Recipe name without the "(Level N)" part
type
Drink, Meal or Snack
ingredients
Use Template:Icon, default size (32px).
gourmand
Gourmand level of the created food
recipexp
The normal experience gained (not first time xp)
description
The actual effects of the food (the flavour description is too long)

Description

Create a row in Cooking recipe tables. These templates allows to do mpre fancy formatting while remaining easier to edit in the article.

The row formatting templates could also be upgraded later for use with DPL or Semantic queries, which are both parameter-based.

Example

{{Cooking recipe table row
| level       = 10
| name        = Apple Juice
| type        = Drink
| ingredients = {{icon|apple}} x3 {{icon|sugar}} x2 {{icon|water}} x1
| gourmand    = 10
| recipexp    = ???
| description = Power +9/update, Lasts 1 hour, Max Power +8, Restores 10 Power
}}