Änderungen

Zur Navigation springen Zur Suche springen
Major revamp: most of contents now handled by Infosection price. Move DE-specific docs to /doc
Zeile 1: Zeile 1:  
<includeonly><!--
 
<includeonly><!--
-->{{#arraydefine:qualities|normal,silver,gold|,|unique}}<!-- Excludes iridium, as it is currently handled by {{{iridium}}}. --><!--
+
// TRANSLATIONS
-->{{#arraydefine:qualities to show
+
// Essentially any text that gets displayed on the page should be defined here to make it easier to
  | {{#switch:{{{quality|true}}}
+
// port this template to other languages
     | true = normal, silver, gold, {{#ifeq:{{{iridium|true}}}|true|iridium}}
+
// If the text should be a link, provide entire link as part of the definition
    | false = normal
+
 
    | #default = normal, {{{quality|}}}, {{#ifeq:{{{iridium|true}}}|true|iridium}}
+
// NOTE: text displayed in infobox that is NOT defined here is generated by subtemplate
    }}
+
-->{{#arraydefine:$lang_information  | Information }}<!--
  |,|unique}}<!--
+
-->{{#arraydefine:$lang_source        | Quelle }}<!--
-->{{#arraydiff:qualities to hide|qualities|qualities to show}}<!--
+
-->{{#arraydefine:$lang_foundin      | Gefunden in }}<!--
-->{{#if:{{{profession|}}} | {{#arraydefine:professions|{{{profession|}}}|,|unique|sort=asc}} |}}<!--
+
-->{{#arraydefine:$lang_seed          | Saat }}<!--
-->{{#switch: {{NAMESPACE}}  
+
-->{{#arraydefine:$lang_growthtime    | Wachstumszeit }}<!--
|{{ns:User}}|{{ns:User talk}}=  
+
-->{{#arraydefine:$lang_buffs        | Buff }}<!--
 +
-->{{#arraydefine:$lang_buffduration  | Buff Duration }}<!--
 +
-->{{#arraydefine:$lang_season        | Jahreszeit }}<!--
 +
-->{{#arraydefine:$lang_fishingxp    | Fischen EP }}<!--
 +
-->{{#arraydefine:$lang_healingeffect | Heilende Wirkung }}<!--
 +
-->{{#arraydefine:$lang_artisangoods  | Handwerkswaren }}<!--
 +
-->{{#arraydefine:$lang_crafting      | Herstellung }}<!--
 +
-->{{#arraydefine:$lang_recipesource  | Rezept von }}<!--
 +
-->{{#arraydefine:$lang_equipment     | Wird hergestellt von }}<!--
 +
-->{{#arraydefine:$lang_processingtime| Bearbeitungszeit }}<!--
 +
-->{{#arraydefine:$lang_timetocraft  | Herstellungszeit }}<!--
 +
-->{{#arraydefine:$lang_ingredients  | Zutaten }}<!--
 +
-->{{#arraydefine:$lang_trapper_ingredients  | Fallenstellerberuf Zutaten }}<!--
 +
-->{{#arraydefine:$lang_produces      | Produziert }}<!--
 +
-->{{#arraydefine:$engl_artisangoods  | Artisan Goods }}<!--
 +
 
 +
// TODO: finalize how to handle test "does {{{source}}} contain artisan good"?
 +
// Primarily need to check whether it's OK that the english test now looks at plural (artisan goods) -- because that's
 +
// a term that's already being translated. If necessary, switch some pages to explicitly set is_artisan flag
 +
-->{{#arraydefine:$is_artisan|{{#if:{{{is_artisan|}}}
 +
      | {{#ifeq:{{{is_artisan|}}}|0|{{{is_artisan}}}}}
 +
      | {{#ifexpr: {{#pos:{{lc:{{{source|}}}}}|{{lc:{{#arrayprint:$lang_artisangoods}}}}|1}} or {{#pos:{{lc:{{{source|}}}}}|{{lc:{{#arrayprint:$engl_artisangoods}}}}|1}} |1}}
 +
}}}}<!--
 +
 
 +
// END of translations
 +
// Initialize array variables
 +
-->{{#arraydefine:$image_list|{{{image|{{{eng|{{PAGENAME}}}}}}}}, {{{image2|}}}, {{{image3|}}}, {{{image4|}}}|,|unique}}<!--
 +
-->{{#arraydefine:$quality|{{ParseInputQuality|quality={{{quality|}}}|iridium={{{iridium|}}}|hide={{{hide|}}}}}}}<!--
 +
-->{{#switch: {{NAMESPACE}}
 +
|{{ns:User}}|{{ns:User talk}}=
 
|#default=<div id="infoboxborder">
 
|#default=<div id="infoboxborder">
 
{{{!}} id="infoboxtable"
 
{{{!}} id="infoboxtable"
 
{{!}}colspan="2" id="infoboxheader"{{!}}{{{name|{{PAGENAME}}}}}
 
{{!}}colspan="2" id="infoboxheader"{{!}}{{{name|{{PAGENAME}}}}}
 
{{!}}-
 
{{!}}-
{{!}}colspan=2 style="padding-bottom: 5px; text-align: center;"{{!}}{{#if:{{{image|}}}|[[File:{{{image|}}}.png]]|{{#if:{{{eng|}}}|[[File:{{{eng|}}}.png]]|}}}}{{#ifeq:{{{image2spacing|}}}|true|&nbsp;&#32;&nbsp;|}}{{#if:{{{image2|}}}|[[File:{{{image2|}}}]]|}}{{#if:{{{image3|}}}|[[File:{{{image3|}}}]]|}}{{#if:{{{image4|}}}|[[File:{{{image4|}}}]]|}}
+
{{!}}colspan="2" style="padding-bottom:5px; text-align: center;"{{!}}<!--
 +
 
 +
// Print all images by looping through all entries in $image_list array
 +
{{#arrayprint:$image_list||@image@|<!--
 +
// Add spacing after first image if requested
 +
-->{{#ifexpr:{{#iferror:{{#expr:{{#arraysearch:@image@}}>0}}|0}} and {{#if:{{{image2spacing|}}}|1|0}} |&nbsp;&#32;&nbsp;}}<!--
 +
// If image appears to already have a .png/.gif/.jpg/etc extension (i.e., if 4th-last character is .), don't want to add .png extension
 +
-->{{#ifeq:{{#sub:@image@|-4|1}}|.
 +
      | {{#ifexist:File:@image@|[[File:@image@]]}}
 +
      | {{#ifexist:File:@image@ {{uc:{{CONTENTLANG}}}}.png
 +
          | [[File:@image@ {{uc:{{CONTENTLANG}}}}.png]]
 +
  | {{#ifexist: File:@[email protected] | [[File:@image.png]]}}
 +
}}}}}}<nowiki/>
 
{{!}}-
 
{{!}}-
{{!}}colspan="2" id="infoboxdetail" style="text-align: center; font-style: italic;"{{!}}{{#if:{{{description|}}}|{{{description|}}}|{{Description|{{PAGENAME}}}}}}
+
{{!}}colspan="2" id="infoboxdetail" style="text-align: center; font-style: italic;" {{!}} {{#if:{{{description|}}}|{{{description|}}}|{{Description|{{PAGENAME}}}}}}
 
{{!}}-
 
{{!}}-
{{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Information{{#if:{{{source|}}}|<nowiki/>
+
{{!}}colspan="2" id="infoboxsection" style="text-align:center;" {{!}} {{#arrayprint:$lang_information}} {{#if:{{{source|}}}|<nowiki/>
 +
  {{!}}-
 +
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_source}}:
 +
  {{!}} id="infoboxdetail"  {{!}} {{#ifexist:{{{source|}}}|[[{{{source|}}}]]|{{{source|}}}}}
 +
}}{{#if:{{{location|}}}|<nowiki/>
 +
  {{!}}-
 +
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_foundin}}:
 +
  {{!}} id="infoboxdetail"  {{!}} {{#ifexist:{{{location|}}}|[[{{{location|}}}]]|{{{location|}}}}}
 +
}}{{#if:{{{seed|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Quelle:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_seed}}:
   {{!}}id="infoboxdetail"{{!}}{{#ifexist:{{{source|}}}|[[{{{source|}}}]]|{{{source|}}}}}
+
   {{!}} id="infoboxdetail" {{!}} {{#ifexist:{{{seed|}}}|[[{{{seed|}}}]]|{{{seed|}}}}}
|}}{{#if:{{{location|}}}|<nowiki/>
+
}}{{#if:{{{growth|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Gefunden in:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_growthtime}}:
   {{!}}id="infoboxdetail"{{!}}{{#ifexist:{{{location|}}}|[[{{{location|}}}]]|{{{location|}}}}}
+
   {{!}} id="infoboxdetail" {{!}} {{{growth|}}}
|}}{{#if:{{{seed|}}}|<nowiki/>
+
}}{{#if:{{{buff|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Saat:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_buffs}}:
   {{!}}id="infoboxdetail"{{!}}{{#ifexist:{{{seed|}}}|[[{{{seed|}}}]]|{{{seed|}}}}}
+
   {{!}} id="infoboxdetail" {{!}} {{{buff|}}}
|}}{{#if:{{{growth|}}}|<nowiki/>
+
}}{{#if:{{{buffduration|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Wachstumszeit:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_buffduration}}:
   {{!}}id="infoboxdetail"{{!}}{{{growth|}}}
+
   {{!}} id="infoboxdetail" {{!}} {{duration|{{{buffduration|}}}}}
|}}{{#if:{{{buff|}}}|<nowiki/>
+
}}{{#if:{{{season|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Buff:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_season}}:
   {{!}}id="infoboxdetail"{{!}}{{{buff|}}}
+
   {{!}} id="infoboxdetail" {{!}} {{Season|{{{season}}}}}
|}}{{#if:{{{buffduration|}}}|<nowiki/>
+
}}{{#if:{{{fishingxp|}}}|<nowiki />
 
   {{!}}-
 
   {{!}}-
   {{!}}id="infoboxsection"{{!}}Buff Duration:
+
   {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_fishingxp}}:
   {{!}}id="infoboxdetail"{{!}}{{duration|{{{buffduration|}}}}}
+
   {{!}} id="infoboxdetail" {{!}} {{{fishingxp|}}}
|}}{{#if:{{{season|}}}|<nowiki/>
+
}}{{#if:{{{edibility|}}}|<nowiki/>
 
   {{!}}-
 
   {{!}}-
  {{!}}id="infoboxsection"{{!}}Jahreszeit:
+
<!--
  {{!}}id="infoboxdetail"{{!}}{{#switch:{{lc:{{{season|}}}}}
+
 
      | all | any | alle | irgendein = Alle
+
// Display edibility. Use two-column format when many values: only if multiple qualities requested. But not if poison/inedible/0
      | [[spring]] | spring | [[frühling]] | frühling = [[File:Spring.png|24px|link=]] [[Frühling]]
+
-->{{#ifexpr:{{#arraysize:$quality}}>1 and {{#iferror:{{#expr:{{{edibility|0}}}>0|0|1}}|0}} |<nowiki/>
      | [[summer]] | summer | [[sommer]] | sommer = [[File:Summer.png|24px|link=]] [[Sommer]]
+
      {{!}} id="infoboxsection" colspan="2" style="text-align: center;" {{!}} {{#arrayprint:$lang_healingeffect}}
      | [[winter]] | winter = [[File:Winter.png|24px|link=]] [[Winter]]
+
      {{!}}-
      | [[fall]] | fall | [[herbst]] | herbst = [[File:Fall.png|24px|link=]] [[Herbst]]
+
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}} |statistics=Energy}}
      | #default = {{{season|}}}
+
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}} |statistics=Health}}
 +
    |<nowiki/>
 +
      {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_healingeffect}}:
 +
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}}}}
 
}}}}<!--
 
}}}}<!--
-->{{#if:{{{fishingxp|}}}|<nowiki />
+
 
{{!}}-
+
// Display all item prices: Base price plus all professions listed in {{{profession}}}
{{!}}id="infoboxsection{{!}}Fischen EP:
+
// Subtemplate automatically decides how to handle multiple columns, etc.
{{!}}id="infoboxdetail{{!}}{{{fishingxp|}}}
+
-->{{Infosection price
|}}<!--
+
      | profession    = Base {{#if:{{{profession|}}} |, {{{profession|}}}}}
-->{{#if:{{{edibility|}}}|<nowiki/>
+
      | sellitem      = {{{eng|{{{name|{{PAGENAME}}}}}}}}
{{#ifeq:{{{quality|}}} | true | <!--hack to show health/energy values in 2 columns = set quality to true in infobox-->
+
      | alt_sellitem  = {{{name|{{PAGENAME}}}}}
{{!}}-
+
      | sellprice    = {{{sellprice|}}}
{{!}}id="infoboxsection" colspan="2" style="text-align: center;"{{!}}Heilende Wirkung
+
      | quality      = {{#arrayprint:$quality}}
{{!}}-
+
}}<!--
{{!}}id="infoboxdetail" class="no-wrap"{{!}}{{Edibility|{{{edibility|0}}}|quality={{{quality|true}}}|iridium={{{iridium|}}}|statistics=Energy }}
+
 
{{!}}id="infoboxdetail" class="no-wrap"{{!}}{{Edibility|{{{edibility|0}}}|quality={{{quality|true}}}|iridium={{{iridium|}}}|statistics=Health }}
+
// Add display of products and their prices.
|<!-- if quality is not = true -->
+
// artisanitem is new parameter, that eventually should be able to move alot of the single-item-case data
{{!}}-
+
// onto the individual article pags.
{{!}}id="infoboxsection"{{!}}Heilende Wirkung:
+
// If artisanitem provided, use it to generate the infosection.  Otherwise, fallback to old-style manual switch
{{!}}id="infoboxdetail"{{!}}{{#iferror:{{Edibility|{{{edibility|0}}}|quality={{{quality|true}}}|iridium={{{iridium|}}} }}
+
-->{{#if:{{{artisanitem|}}}
        |{{{edibility}}}
+
      | {{Infosection price
        |{{Edibility|{{{edibility|0}}}|quality={{{quality|true}}}|iridium={{{iridium|}}} }} }} }}
+
            | profession    = {{#if:{{{artisanprofession|}}}| {{{artisanprofession}}} | Base,Artisan}}
}}
+
            | artisan      = true
{{#ifeq:{{lc:{{{profession|}}}}} | bear's knowledge
+
            | sourceprice  = {{{sellprice|}}}
|<!-- Bear's Knowledge -->
+
            | sellitem      = {{{artisanitem}}}
    {{!}}-
+
            | lang_sellitem = {{{lang_artisanitem|}}}
     {{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Verkaufspreise
+
            | sellprice    = {{{artisanprice|}}}
    {{!}}-
+
            | quality      = {{{artisanquality|}}}
    {{!}}id="infoboxsection"{{!}}Grundpreis:
+
        }}<--
    {{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Bear's Knowledge.png|24px|link=]] Wissen des Bärs:<br />''(&times;3 Verkaufspreis)''
+
 
    {{!}}-
+
// Manually define various artisanitem sections
    <!-- Base Prices -->
+
// One key reason to move these details onto the individual infobox pages is for sake of translation -- so that language-specific
    {{!}}id="infoboxdetail"{{!}}{{Qualityprice|{{{eng|}}}|{{{sellprice|}}}|iridium}}
+
// translations of sellitem can be provided outside of template namespace.
    <!-- Bear's Knowledge Prices -->
+
// (Infosection price will recognize some key item names, such as Wine, Juice, Jelly, Pickles, but doing more than that is insane)
    {{!}}id="infoboxdetail"{{!}}{{Qualityprice|{{{eng|}}}|{{#expr:trunc({{{sellprice|}}}*3)}}|iridium}}
+
-->
|{{#ifeq:{{lc:{{{profession|}}}}} | spring onion mastery
+
      | {{#switch:{{lc:{{{type|{{{eng|{{PAGENAME}}}}}}}}}}
|<!-- Spring Onion Mastery -->
+
  |sunflower = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Oil              |sellprice=100 |quality=normal}}
    {{!}}-
+
  |hops      = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Pale Ale,Pickles |sellprice=300,}}
    {{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Verkaufspreise
+
  |wheat    = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Beer,Pickles    |sellprice=200,}}
    {{!}}-
+
  |honey     = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Mead            |sellprice=200 |iridium=true}}
    {{!}}id="infoboxsection"{{!}}Grundpreis:
+
  |corn      = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Juice,Pickles,Oil|sellprice=,,100|quality=normal}}
    {{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Spring Onion Mastery.png|24px|link=]] Frühlingszwiebel-<br />Meisterschaft:<br />''(&times;5 Verkaufspreis)''
+
  |tea leaves={{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Green Tea,Pickles|sellprice=100, |quality=normal}}
    {{!}}-
+
  |fruit
    <!-- Base Prices -->
+
  |fruits    = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Wine,Jelly      | iridium=true}}
    {{!}}id="infoboxdetail"{{!}}{{Qualityprice|Spring Onion|{{{sellprice|}}}|iridium}}
+
  |vegetables
    <!-- Spring Onion Mastery Prices -->
+
  |vegetable = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Juice,Pickles    | iridium=true}}
    {{!}}id="infoboxdetail"{{!}}{{Qualityprice|Spring Onion|{{#expr:trunc({{{sellprice|}}}*5)}}|iridium}}
+
  |truffle  = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Truffle Oil|sellprice=1065|quality=normal}}
|{{#ifeq:{{lc:{{{profession|}}}}} | ackerbauer
+
  |milk      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cheese |sellprice=230|iridium=true}}
|<!-- Tiller Profession only -->
+
  |large milk= {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cheese |sellprice=230|iridium=true|hide=normal,silver}}
    {{!}}-
+
  |goat milk = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Goat Cheese |sellprice=400|iridium=true}}
    {{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Verkaufspreise
+
  |large goat milk = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Goat Cheese |sellprice=400|iridium=true|hide=normal,silver}}
    {{!}}-
+
  |wool      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cloth  |sellprice=470|quality=normal}}
    {{!}}id="infoboxsection"{{!}}Grundpreis:
+
  |duck egg  = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Duck Mayonnaise |sellprice=375|quality=normal}}
    {{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Tiller.png|24px|link=]] Ackerbauerberuf:<br />''(+10% Verkaufspreis)''
+
  |egg      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Mayonnaise |sellprice=190|quality=normal}}
    {{!}}-
+
  |dinosaur egg= {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Dinosaur Mayonnaise |sellprice=800|quality=normal}}
    <!-- Base Prices -->
+
  |large egg = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Mayonnaise |sellprice=190|hide=normal,silver}}
    {{!}}id="infoboxdetail"{{!}}{{#if:{{{sellprice|}}}
+
  |void  egg = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Void Mayonnaise |sellprice=275|quality=normal}}<!--
                            | {{#iferror:{{#expr:{{{sellprice|0}}}>0}}
+
 
                            | {{{sellprice|}}}
+
// Add artisan sections to generic item pages.  Again, shouldn't be necessary any more once profession is added to original article
                            | {{#ifeq:{{#arrayprint:qualities to show}}|normal
+
-->
                              | {{price|{{{sellprice|0}}}}}
+
  |wine
                              | {{Qualityprice|{{{eng|}}}|{{{sellprice|}}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
+
  |juice    = {{#if:{{{profession|}}}||{{Infosection price|profession=artisan|sellitem={{{name|{{PAGENAME}}}}}|sellprice={{{sellprice|}}}|quality=normal}}}}
                              }}
+
  |aged roe  = {{#if:{{{profession|}}}||{{Infosection price|profession=artisan|sellitem={{{name|{{PAGENAME}}}}}|sellprice={{{sellprice|}}}|quality=normal}}
                            }}
+
}}}}{{#if:{{{ingredients|}}}|<nowiki/>
    <!-- Tiller Profession Prices -->
  −
    {{!}}id="infoboxdetail"{{!}}{{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
    | {{price| {{#expr:trunc({{{sellprice|0}}}*(1.1))}} }}
  −
    | {{Qualityprice|{{{eng|}}}|{{#expr:trunc({{{sellprice|0}}}*(1.1))}}|{{#ifeq:{{lc:{{{eng|}}}}}|cactus fruit||{{#if:{{{iridium|}}}|iridium=true|}}}}|hide={{#arrayprint:qualities to hide}} }}
  −
    }}
  −
  }}
  −
<!-- Other than just Tiller profession -->
  −
|{{#ifeq:{{lc:{{{profession|}}}}} | handwerker
  −
|<!-- Artisan Profession only -->
  −
    {{!}}-
  −
    {{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Verkaufspreise
  −
    {{!}}-
  −
    {{!}}id="infoboxsection"{{!}}Grundpreis:
  −
    {{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br />''(+40% Verkaufspreis)''
  −
    {{!}}-
  −
    <!-- Base Prices -->
  −
    {{!}}id="infoboxdetail"{{!}}{{#if:{{{sellprice|}}}
  −
                            | {{#iferror:{{#expr:{{{sellprice|0}}}>0}}
  −
                            | {{{sellprice|}}}
  −
                            | {{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
                              | {{price|{{{sellprice|0}}}}}
  −
                              | {{Qualityprice|{{{eng|}}}|{{{sellprice|}}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
                              }}
  −
                            }}
  −
    <!-- Artisan Profession Prices -->
  −
    {{!}}id="infoboxdetail"{{!}}{{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
    | {{price| {{#expr:trunc({{{sellprice|0}}}*(1.4))}} }}
  −
    | {{Qualityprice|{{{eng|}}}|{{#expr:trunc({{{sellprice|0}}}*(1.4))}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
    }}
  −
  }}
  −
<!-- Other than just Artisan profession -->
  −
|{{#ifeq:{{lc:{{{profession|}}}}} | viehzüchter
  −
|<!-- Rancher Profession only -->
  −
    {{!}}-
  −
    {{!}}colspan="2" id="infoboxsection" style="text-align:center;"{{!}}Verkaufspreise
  −
    {{!}}-
  −
    {{!}}id="infoboxsection"{{!}}Grundpreis:
  −
    {{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchterberuf:<br />''(+20% Verkaufspreis)''
  −
    {{!}}-
  −
    <!-- Base Prices -->
  −
    {{!}}id="infoboxdetail"{{!}}{{#if:{{{sellprice|}}}
  −
                            | {{#iferror:{{#expr:{{{sellprice|0}}}>0}}
  −
                            | {{{sellprice|}}}
  −
                            | {{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
                              | {{price|{{{sellprice|0}}}}}
  −
                              | {{Qualityprice|{{{eng|}}}|{{{sellprice|}}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
                              }}
  −
                            }}
  −
    <!-- Rancher Profession Prices -->
  −
    {{!}}id="infoboxdetail"{{!}}{{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
    | {{price| {{#expr:trunc({{{sellprice|0}}}*(1.2))}} }}
  −
    | {{Qualityprice|{{{eng|}}}|{{#expr:trunc({{{sellprice|0}}}*(1.2))}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
    }}
  −
  }}
  −
<!-- Other than just Rancher profession -->
  −
|{{#ifeq:{{#arrayprint:qualities to show}}|normal||{{#if:{{{profession|{{{type|}}}}}}|<nowiki/>
  −
    {{!}}-
  −
    {{!}}colspan="2" id="infoboxsection" style="text-align: center;"{{!}}Verkaufspreise
  −
}}}}
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}{{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
  |Verkaufspreis:
  −
  |{{#if:{{{profession|}}}|Grundpreis:|Verkaufspreis:}}
  −
}}
  −
{{!}}id="infoboxdetail"{{!}}{{#if:{{{sellprice|}}}
  −
| {{#iferror:{{#expr:{{{sellprice|0}}}>0}}
  −
  | {{{sellprice|}}}
  −
  | {{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
    | {{price|{{{sellprice|0}}}}}
  −
    | {{Qualityprice|{{{eng|}}}|{{{sellprice|}}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
    }}
  −
  }}
  −
| N/A
  −
}}{{#if:{{{profession|}}}
  −
|{{#arrayprint:professions||@@@
  −
  | {{#arraydefine:prof_mod|{{#switch:{{lc:@@@}}
  −
    |rancher    | viehzüchter = 0.2
  −
    |tiller    | ackerbauer = 0.1
  −
    |artisan    | handwerker = 0.4
  −
    |forester  | förster = 0.5
  −
    |tapper    | zapfmeister = 0.25
  −
    |blacksmith | schmied = 0.5
  −
    |gemologist | gemmologe = 0.3
  −
    |#default={{{modifier|0}}}
  −
    }}}}<nowiki/>
  −
    {{!}}-
  −
    {{!}}id="infoboxsection"{{!}}{{#switch:{{lc:@@@}}
  −
    |rancher|viehzüchter=[[File:Rancher.png|24px|link=]] Viehzüchterberuf:
  −
    |tiller|ackerbauer=[[File:Tiller.png|24px|link=]] Ackerbauerberuf:
  −
    |artisan|handwerker=[[File:Artisan.png|24px|link=]] Handwerkerberuf:
  −
    |forester|förster=[[File:Forester.png|24px|link=]] Försterberuf:
  −
    |tapper|zapfmeister=[[File:Tapper Icon.png|24px|link=]] Zapfmeisterberuf:
  −
    |blacksmith|schmied=[[File:Blacksmith Icon.png|24px|link=]] Schmiedberuf:
  −
    |gemologist|gemmologe=[[File:Gemologist.png|24px|link=]] Gemmologenberuf:
  −
    }}<br /><span style="white-space: nowrap; padding-right: 5px;">''(+{{#expr:{{#arrayprint:prof_mod}}*100}}% Verkaufspreis)''</span>
  −
    {{!}}id="infoboxdetail"{{!}}{{#ifeq:{{#arrayprint:qualities to show}}|normal
  −
    | {{price| {{#expr:trunc({{{sellprice|0}}}*(1+{{#arrayprint:prof_mod}}))}} }}
  −
    | {{Qualityprice|{{{eng|}}}|{{#expr:trunc({{{sellprice|0}}}*(1+{{#arrayprint:prof_mod}}))}}|{{#if:{{{iridium|}}}|iridium=true|}}|hide={{#arrayprint:qualities to hide}} }}
  −
    }}
  −
  }}
  −
}}
  −
}}<!-- end if bear's knowledge only -->
  −
}}<!-- end if spring onion only -->
  −
}}<!-- end if tiller only -->
  −
}}<!-- end if artisan only -->
  −
}}<!-- end if rancher only -->
  −
{{#switch:{{lc:{{{type|{{{eng|}}}}}}}}
  −
|tea leaves=
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="2" style="text-align: center;"{{!}}Handwerkswaren
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}Handwerklicher Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br/>''(+40% Verkaufspreis)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|{{{type|{{{eng|}}}}}}|{{{sellprice|0}}}}}
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|{{{type|{{{eng|}}}}}}|{{{sellprice|0}}}|pro=1}}
  −
|sunflower=
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="2" style="text-align: center;"{{!}}Handwerkswaren
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}Verkaufspreis:
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|sunflower}}
  −
|fruit|fruits|vegetable|vegetables|wheat|hops|honey|corn=
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}Handwerklicher Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br/>''(+40% Verkaufspreis)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|{{{type|{{{eng|}}}}}}|{{{sellprice|0}}}}}
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|{{{type|{{{eng|}}}}}}|{{{sellprice|0}}}|pro=1}}
  −
|milk=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|230|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|276|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|322|iridium}}
  −
{{!}}}
  −
|large milk=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|230|hide=normal,silver|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|276|hide=normal,silver|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Cheese|322|hide=normal,silver|iridium}}
  −
{{!}}}
  −
|goat milk=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|400|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|480|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|560|iridium}}
  −
{{!}}}
  −
|large goat milk=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|400|hide=normal,silver|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|480|hide=normal,silver|iridium}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Goat Cheese|560|hide=normal,silver|iridium}}
  −
{{!}}}
  −
|wool=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}[[File:Cloth.png|24px|link=]] 470g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Cloth.png|24px|link=]] 564g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Cloth.png|24px|link=]] 658g
  −
{{!}}}
  −
|duck egg=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}[[File:Duck Mayonnaise.png|24px|link=]] 375g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Duck Mayonnaise.png|24px|link=]] 450g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Duck Mayonnaise.png|24px|link=]] 525g
  −
{{!}}}
  −
|egg=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|190|hide=silver,gold}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|228|hide=silver,gold}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|266|hide=silver,gold}}
  −
{{!}}}
  −
|large egg=
  −
{{!}}-
  −
{{{!}}id="infoboxtable" style="margin-top: -2px;"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|190|hide=normal,silver}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|228|hide=normal,silver}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Mayonnaise|266|hide=normal,silver}}
  −
{{!}}}
  −
|dinosaur egg=
  −
{{!}}-
  −
{{{!}}id="infoboxtable" style="margin-top: -2px;"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Dinosaur Mayonnaise|800|hide=gold,silver}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Dinosaur Mayonnaise|960|hide=gold,silver}}
  −
{{!}}id="infoboxdetail"{{!}}{{Qualityprice|Dinosaur Mayonnaise|1120|hide=gold,silver}}
  −
{{!}}}
  −
|void egg=
  −
{{!}}-
  −
{{{!}}id="infoboxtable"
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="3" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection" class="no-wrap" style="padding: 0 0 0 6px;"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection"  class="no-wrap"{{!}}[[File:Rancher.png|24px|link=]] Viehzüchter:<br/>''(+20%)''
  −
{{!}}id="infoboxsection" class="no-wrap"{{!}}[[File:Artisan.png|24px|link=]] Handwerker:<br/>''(+40%)''
  −
{{!}}-
  −
{{!}}id="infoboxdetail"{{!}}[[File:Void Mayonnaise.png|24px|link=]] 275g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Void Mayonnaise.png|24px|link=]] 330g
  −
{{!}}id="infoboxdetail"{{!}}[[File:Void Mayonnaise.png|24px|link=]] 385g
  −
{{!}}}
  −
|truffle=
  −
{{!}}-
  −
{{!}}id="infoboxsection" colspan="2" style="text-align: center;"{{!}}Handwerklicher Verkaufspreise
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}Grundpreis:
  −
{{!}}id="infoboxsection" {{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br/>''(+40%)''
   
{{!}}-
 
{{!}}-
{{!}}id="infoboxdetail"{{!}}[[File:Truffle Oil.png|24px|link=]] 1,065g
+
{{!}} colspan="2" id="infoboxsection" style="text-align: center;" {{!}} {{#if:{{#arrayprint:$is_artisan}} | {{#arrayprint:$lang_artisangoods}} | {{#arrayprint:$lang_crafting}} }}
{{!}}id="infoboxdetail"{{!}}[[File:Truffle Oil.png|24px|link=]] 1,491g
  −
|wine|juice|wein|saft=
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br/>''(+40%)''
  −
{{!}}id="infoboxdetail"{{!}}{{Artisan|{{{eng|}}}|{{{sellprice|0}}}|pro=1}}
  −
|aged roe
  −
|gealterter fischlaich=
  −
{{!}}-
  −
{{!}}id="infoboxsection"{{!}}[[File:Artisan.png|24px|link=]] Handwerkerberuf:<br/>''(+40%)''
  −
{{!}}id="infoboxdetail"{{!}}1,4 × basis Gealterter Fischlaich preis
  −
}}{{#if:{{{ingredients|}}}|<nowiki/>
  −
{{!}}-
  −
{{!}}colspan="2" id="infoboxsection" style="text-align: center;"{{!}}{{#if:{{#pos:{{lc:{{{source|}}}}}|handwerkswaren}}|Handwerkswaren|Herstellung}}
   
}}{{#if:{{{recipe|}}}|<nowiki/>
 
}}{{#if:{{{recipe|}}}|<nowiki/>
{{!}}-
+
  {{!}}-
{{!}}id="infoboxsection"{{!}}Rezept von:
+
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_recipesource}}:
{{!}}id="infoboxdetail"{{!}}{{{recipe|}}}
+
  {{!}} id="infoboxdetail" {{!}} {{{recipe|}}}
 
}}{{#if:{{{craftingstation|}}}|<nowiki/>
 
}}{{#if:{{{craftingstation|}}}|<nowiki/>
{{!}}-
+
  {{!}}-
{{!}}id="infoboxsection"{{!}}Wird hergestellt von:
+
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_equipment}}:
{{!}}id="infoboxdetail"{{!}}{{{craftingstation|}}}
+
  {{!}} id="infoboxdetail" {{!}} {{{craftingstation|}}}
 
}}{{#if:{{{crafttime|}}}|<nowiki/>
 
}}{{#if:{{{crafttime|}}}|<nowiki/>
{{!}}-
+
  {{!}}-
{{!}}id="infoboxsection" class="no-wrap"{{!}}{{#if:{{#pos:{{lc:{{{source|}}}}}|handwerkswaren}}|Bearbeitungszeit:|Herstellungszeit:}}
+
  {{!}} id="infoboxsection" class="no-wrap" {{!}} {{#if:{{#arrayprint:$is_artisan}} | {{#arrayprint:$lang_processingtime}} | {{#arrayprint:$lang_timetocraft}} }}
{{!}}id="infoboxdetail"{{!}}{{duration|{{{crafttime|}}}}}
+
  {{!}} id="infoboxdetail" {{!}} {{duration|{{{crafttime|}}}}}
 
}}{{#if:{{{ingredients|}}}|<nowiki/>
 
}}{{#if:{{{ingredients|}}}|<nowiki/>
{{!}}-
+
  {{!}}-
{{!}}id="infoboxsection"{{!}}Zutaten:
+
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_ingredients}}:
{{!}}id="infoboxdetail"{{!}}{{{ingredients|}}}
+
  {{!}} id="infoboxdetail" {{!}} {{{ingredients|}}}
}}<!--Trapper Profession ingredients for Crab Pot-->{{#if:{{{tingredients|}}}|<nowiki/>
+
}}{{#if:{{{tingredients|}}}|<!--
{{!}}-
+
 
{{!}}id="infoboxsection"{{!}}[[File:Trapper.png|24px|link=]] Fallenstellerberuf<br />Zutaten:
+
//Trapper Profession ingredients for Crab Pot
{{!}}id="infoboxdetail"{{!}}{{{tingredients|}}}
+
--><nowiki/>
 +
  {{!}}-
 +
  {{!}} id="infoboxsection" {{!}} [[File:Trapper.png|24px|link=]] {{#arrayprint:$lang_trapper_ingredients}}:
 +
  {{!}} id="infoboxdetail" {{!}} {{{tingredients|}}}
 
}}{{#if:{{{produces|}}}|<nowiki/>
 
}}{{#if:{{{produces|}}}|<nowiki/>
{{!}}-
+
  {{!}}-
{{!}}id="infoboxsection"{{!}}Produziert:
+
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_produces}}:
{{!}}id="infoboxdetail"{{!}}{{{produces|}}}
+
  {{!}} id="infoboxdetail" {{!}} {{{produces|}}}
}}
+
}}<nowiki/>
{{!}}}{{InfoboxSEO}}{{#seo:
+
{{!}}}
|og:image={{#if:{{{image|}}}|{{filepath:{{{image|}}}}}}}
+
</div>}}</includeonly><noinclude>{{Englishdoc}}{{#ifexist:{{FULLPAGENAME}}/doc |<nowiki/>
}}</div>}}</includeonly><noinclude>
+
{{{{FULLPAGENAME}}/doc}} }}</noinclude>
==Deutsch Spezifische Parameter==
  −
Die Verwendung des 'eng' -Parameters in dieser Vorlage wird auf das englische Bild verweisen.
  −
<pre>{{Infobox|eng=''Englischer Bildname''}}</pre>{{englishdoc}}</noinclude>
 
906

Bearbeitungen

Navigationsmenü