Template:Dish

From Roots of Pacha Wiki
Jump to navigation Jump to search


Description

To use this template, add the {{Dish}} template and fill in the appropriate fields. Fields left blank will not appear in articles. The name and image fields will fill in automatically to the page title if left out. (Example: on the /Baba Ganoush page name becomes "Baba Ganoush", image becomes "Baba_Ganoush.png")

Syntax

{{Dish
 | name                  =
 | image                 =
 | imagepicture          =
 | description           =
 | stamina_base          =
 | stamina_good          =
 | stamina_better        =
 | stamina_best          =
 | bonus_base            =
 | bonus_good            =
 | bonus_better          =
 | bonus_best            =
 | contribution_base     =
 | contribution_good     =
 | contribution_better   =
 | contribution_best     =
}}

Sample output

{{Dish
 | name                  = Baba Ganoush
 | image                 = Baba_Ganoush.png
 | imagepicture          = Baba_Ganoush_Picture.png
 | description           = A thick stew that will warm you right up. Good after a hard day of work.
 | stamina_base          = +70
 | stamina_good          = +77
 | stamina_better        = +84
 | stamina_best          = +91
 | bonus_base            = +1 Endurance
 | bonus_good            = +2 Endurance
 | bonus_better          = +4 Endurance
 | bonus_best            = +8 Endurance
 | contribution_base     = 18
 | contribution_good     = 22
 | contribution_better   = 26
 | contribution_best     = 30
}}