Vorlage:Infobox: Unterschied zwischen den Versionen

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
(Major revamp: most of contents now handled by Infosection price. Move DE-specific docs to /doc)
(remove unnecessary formatting)
 
(38 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly><!--
+
<includeonly>{{#switch:{{NAMESPACE}}
// TRANSLATIONS
 
// Essentially any text that gets displayed on the page should be defined here to make it easier to
 
// port this template to other languages
 
// If the text should be a link, provide entire link as part of the definition
 
 
 
// NOTE: text displayed in infobox that is NOT defined here is generated by subtemplate
 
-->{{#arraydefine:$lang_information  | Information }}<!--
 
-->{{#arraydefine:$lang_source        | Quelle }}<!--
 
-->{{#arraydefine:$lang_foundin      | Gefunden in }}<!--
 
-->{{#arraydefine:$lang_seed          | Saat }}<!--
 
-->{{#arraydefine:$lang_growthtime    | Wachstumszeit }}<!--
 
-->{{#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}}=
 
|{{ns:User}}|{{ns:User talk}}=
 
|#default=<div id="infoboxborder">
 
|#default=<div id="infoboxborder">
{{{!}} id="infoboxtable"
+
<table id="infoboxtable">
{{!}}colspan="2" id="infoboxheader"{{!}}{{{name|{{PAGENAME}}}}}
+
<tr>
{{!}}-
+
<td colspan="2" id="infoboxheader">{{{name|{{PAGENAME}}}}}</td>
{{!}}colspan="2" style="padding-bottom:5px; text-align: center;"{{!}}<!--
+
</tr>
 
+
<tr>
// Print all images by looping through all entries in $image_list array
+
<td colspan="2" style="padding-bottom: 5px; text-align: center;">[[File:{{{eng|Blank icon}}}{{#if:{{{ext|}}}|.{{{ext|}}}|.png}}]]{{#if:{{{image2|}}}|{{#ifeq:{{lc:{{{image2spacing|}}}}}|true|&nbsp; &nbsp;|&nbsp;}}[[File:{{{image2|}}}.png]]|}}{{#if:{{{image3|}}}|&nbsp;[[File:{{{image3|}}}.png]]|}}{{#if:{{{image4|}}}|&nbsp;[[File:{{{image4|}}}.png]]|}}{{#if:{{{image5|}}}|&nbsp;[[File:{{{image5|}}}.png]]|}}</td>
{{#arrayprint:$image_list||@image@|<!--
+
</tr>
// Add spacing after first image if requested
+
<tr>
-->{{#ifexpr:{{#iferror:{{#expr:{{#arraysearch:@image@}}>0}}|0}} and {{#if:{{{image2spacing|}}}|1|0}} |&nbsp;&#32;&nbsp;}}<!--
+
<td colspan="2" id="infoboxdetail" style="text-align: center; font-style: italic; padding-right: 3px;">{{#if:{{{description|}}}|{{{description|}}}|{{Description|{{PAGENAME}}}}}}</td>
// 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
+
</tr>
-->{{#ifeq:{{#sub:@image@|-4|1}}|.
+
<tr>
      | {{#ifexist:File:@image@|[[File:@image@]]}}
+
<td colspan="2" id="infoboxsection" style="text-align: center; padding-left: 0; padding-right: 0;">Information</td>
      | {{#ifexist:File:@image@ {{uc:{{CONTENTLANG}}}}.png
+
</tr>
          | [[File:@image@ {{uc:{{CONTENTLANG}}}}.png]]
+
{{#if:{{{source|}}}|<nowiki/>
  | {{#ifexist: File:@[email protected] | [[File:@image.png]]}}
+
<tr>
}}}}}}<nowiki/>
+
<td id="infoboxsection">Quelle</td>
{{!}}-
+
<td id="infoboxdetail">{{{source|}}}</td>
{{!}}colspan="2" id="infoboxdetail" style="text-align: center; font-style: italic;" {{!}} {{#if:{{{description|}}}|{{{description|}}}|{{Description|{{PAGENAME}}}}}}
+
</tr>
{{!}}-
 
{{!}}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/>
 
}}{{#if:{{{location|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_foundin}}:
+
<td id="infoboxsection">Fundort</td>
  {{!}} id="infoboxdetail" {{!}} {{#ifexist:{{{location|}}}|[[{{{location|}}}]]|{{{location|}}}}}
+
<td id="infoboxdetail">{{{location|}}}</td>
 +
</tr>
 
}}{{#if:{{{seed|}}}|<nowiki/>
 
}}{{#if:{{{seed|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_seed}}:
+
<td id="infoboxsection">Saat</td>
  {{!}} id="infoboxdetail" {{!}} {{#ifexist:{{{seed|}}}|[[{{{seed|}}}]]|{{{seed|}}}}}
+
<td id="infoboxdetail">{{{seed|}}}</td>
 +
</tr>
 
}}{{#if:{{{growth|}}}|<nowiki/>
 
}}{{#if:{{{growth|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_growthtime}}:
+
<td id="infoboxsection">Wachstumszeit</td>
  {{!}} id="infoboxdetail" {{!}} {{{growth|}}}
+
<td id="infoboxdetail">{{{growth|}}}</td>
 +
</tr>
 
}}{{#if:{{{buff|}}}|<nowiki/>
 
}}{{#if:{{{buff|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_buffs}}:
+
<td id="infoboxsection">Buff</td>
  {{!}} id="infoboxdetail" {{!}} {{{buff|}}}
+
<td id="infoboxdetail">{{{buff|}}}</td>
 +
</tr>
 
}}{{#if:{{{buffduration|}}}|<nowiki/>
 
}}{{#if:{{{buffduration|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_buffduration}}:
+
<td id="infoboxsection">Buff Duration</td>
  {{!}} id="infoboxdetail" {{!}} {{duration|{{{buffduration|}}}}}
+
<td id="infoboxdetail">{{duration|{{{buffduration|}}}}}</td>
 +
</tr>
 
}}{{#if:{{{season|}}}|<nowiki/>
 
}}{{#if:{{{season|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_season}}:
+
<td id="infoboxsection">{{#switch:{{lc:{{{eng|}}}}}
  {{!}} id="infoboxdetail"  {{!}} {{Season|{{{season}}}}}
+
|apple|apricot|banana|cherry|mango|orange|peach|pomegranate|tea stage 4=Erntezeit
}}{{#if:{{{fishingxp|}}}|<nowiki />
+
|#default = Jahreszeit}}</td>
  {{!}}-
+
<td id="infoboxdetail">{{#iferror: {{Season|{{{season}}}}} | {{{season|}}} | {{Season|{{{season}}}}} }}</td>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_fishingxp}}:
+
</tr>
  {{!}} id="infoboxdetail"  {{!}} {{{fishingxp|}}}
+
}}{{#if:{{{weather|}}} |<nowiki />
}}{{#if:{{{edibility|}}}|<nowiki/>
+
<tr>
  {{!}}-
+
<td id="infoboxsection">Wetter</td>
<!--
+
<td id="infoboxdetail">{{#iferror: {{Weather inline|{{{weather|}}}}} | {{{weather|}}} | {{Weather inline|{{{weather|}}}}} }}</td>
 
+
</tr>
// Display edibility. Use two-column format when many values: only if multiple qualities requested. But not if poison/inedible/0
+
}}{{#if:{{{xp|}}}|<nowiki />
-->{{#ifexpr:{{#arraysize:$quality}}>1 and {{#iferror:{{#expr:{{{edibility|0}}}>0|0|1}}|0}} |<nowiki/>
+
<tr>
      {{!}} id="infoboxsection" colspan="2" style="text-align: center;" {{!}} {{#arrayprint:$lang_healingeffect}}
+
<td id="infoboxsection">Erfahrungs&shy;punkte</td>
      {{!}}-
+
<td id="infoboxdetail">{{{xp|}}}</td>
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}} |statistics=Energy}}
+
</tr>
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}} |statistics=Health}}
+
}}{{#if:{{{edibility|}}}|<nowiki />
    |<nowiki/>
+
<tr>
      {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_healingeffect}}:
+
{{#switch:{{lc:{{{edibility|}}}}}
      {{!}} id="infoboxdetail" {{!}} {{Edibility |{{{edibility|}}} |quality={{#arrayprint:$quality}}}}
+
| -300|inedible|nicht verzehrbar|ungenießbar|incomible|non comestible|immangiabile|食べられません|먹을 수 없음|ehetetlen|não comestível|несъедобный|yenmez|不可食用=
}}}}<!--
+
<td id="infoboxsection">Energie</td>
 
+
<td id="infoboxdetail">''Ungenießbar''</td>
// Display all item prices: Base price plus all professions listed in {{{profession}}}
+
|#default =
// Subtemplate automatically decides how to handle multiple columns, etc.
+
<td id="infoboxsection">[[Energie]] / [[Gesundheit]]</td>
-->{{Infosection price
+
<td id="infoboxdetail">
      | profession    = Base {{#if:{{{profession|}}} |, {{{profession|}}}}}
+
{{#switch:{{lc:{{{quality|}}}}}
      | sellitem      = {{{eng|{{{name|{{PAGENAME}}}}}}}}
+
|false|normal = {{EdibilityGrid|{{{eng|}}}|{{{edibility|}}}|quality=normal|dsv=false}}
      | alt_sellitem  = {{{name|{{PAGENAME}}}}}
+
|#default = {{EdibilityGrid|{{{eng|}}}|{{{edibility|}}}|dsv=false}}
      | sellprice    = {{{sellprice|}}}
+
}}
      | quality      = {{#arrayprint:$quality}}
+
</td>
}}<!--
+
</tr>
 
+
}} }}{{#if:{{{sellprice|}}} |<nowiki />
// Add display of products and their prices.
+
<tr>
// artisanitem is new parameter, that eventually should be able to move alot of the single-item-case data
+
{{#switch:{{lc:{{{eng|}}}}}
// onto the individual article pags.
+
|copper bar|iron bar|gold bar|iridium bar|radioactive bar =
// If artisanitem provided, use it to generate the infosection.  Otherwise, fallback to old-style manual switch
+
<td colspan="2" style="padding: 0; border: 0;">
-->{{#if:{{{artisanitem|}}}
+
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
      | {{Infosection price
+
<tr>
            | profession    = {{#if:{{{artisanprofession|}}}| {{{artisanprofession}}} | Base,Artisan}}
+
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
            | artisan      = true
+
</tr>
            | sourceprice  = {{{sellprice|}}}
+
<tr>
            | sellitem      = {{{artisanitem}}}
+
<td id="infoboxsection">Grundpreis</td>
            | lang_sellitem = {{{lang_artisanitem|}}}
+
<td id="infoboxsection" class="no-wrap">[[File:Blacksmith Icon.png|24px|link=]] [[Fähigkeiten#Minenarbeit|Schmied]] ''(+50%)''</td>
            | sellprice    = {{{artisanprice|}}}
+
</tr>
            | quality       = {{{artisanquality|}}}
+
<tr>
        }}<--
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|dsv=false}}</td>
 
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|pm=1.5|dsv=false}}</td>
// Manually define various artisanitem sections
+
</tr>
// One key reason to move these details onto the individual infobox pages is for sake of translation -- so that language-specific
+
</table>
// translations of sellitem can be provided outside of template namespace.
+
</td>
// (Infosection price will recognize some key item names, such as Wine, Juice, Jelly, Pickles, but doing more than that is insane)
+
|maple syrup|oak resin|pine tar =
-->
+
<td colspan="2" style="padding: 0; border: 0;">
      | {{#switch:{{lc:{{{type|{{{eng|{{PAGENAME}}}}}}}}}}
+
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
  |sunflower = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Oil              |sellprice=100 |quality=normal}}
+
<tr>
  |hops      = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Pale Ale,Pickles |sellprice=300,}}
+
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
  |wheat    = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Beer,Pickles    |sellprice=200,}}
+
</tr>
  |honey    = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Mead            |sellprice=200 |iridium=true}}
+
<tr>
  |corn      = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Juice,Pickles,Oil|sellprice=,,100|quality=normal}}
+
<td id="infoboxsection">Grundpreis</td>
  |tea leaves={{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Green Tea,Pickles|sellprice=100, |quality=normal}}
+
<td id="infoboxsection" class="no-wrap">[[File:Tapper Icon.png|24px|link=]] [[Fähigkeiten#Sammeln|Zapfmeister]] ''(+25%)''</td>
  |fruit
+
</tr>
  |fruits    = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Wine,Jelly      | iridium=true}}
+
<tr>
  |vegetables
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|dsv=false}}</td>
  |vegetable = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Juice,Pickles    | iridium=true}}
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|pm=1.25|dsv=false}}</td>
  |truffle  = {{Infosection price|profession=base,artisan|artisan=true|sourceprice={{{sellprice|}}}|sellitem=Truffle Oil|sellprice=1065|quality=normal}}
+
</tr>
  |milk      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cheese |sellprice=230|iridium=true}}
+
</table>
  |large milk= {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cheese |sellprice=230|iridium=true|hide=normal,silver}}
+
</td>
  |goat milk = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Goat Cheese |sellprice=400|iridium=true}}
+
|spring onion =
  |large goat milk = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Goat Cheese |sellprice=400|iridium=true|hide=normal,silver}}
+
<td colspan="2" style="padding: 0; border: 0;">
  |wool      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Cloth  |sellprice=470|quality=normal}}
+
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
  |duck egg  = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Duck Mayonnaise |sellprice=375|quality=normal}}
+
<tr>
  |egg      = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Mayonnaise |sellprice=190|quality=normal}}
+
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
  |dinosaur egg= {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Dinosaur Mayonnaise |sellprice=800|quality=normal}}
+
</tr>
  |large egg = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Mayonnaise |sellprice=190|hide=normal,silver}}
+
<tr>
  |void  egg = {{Infosection price|profession=base,rancher,artisan|artisan=true|sellitem=Void Mayonnaise |sellprice=275|quality=normal}}<!--
+
<td id="infoboxsection">Grundpreis</td>
 
+
<td id="infoboxsection" class="no-wrap">[[File:Spring Onion Mastery.png|24px|link=]] [[Frühlingszwiebel-Meisterschaft|Frühlingszwiebel-<br />Meisterschaft]] ''(×5)''</td>
// Add artisan sections to generic item pages.  Again, shouldn't be necessary any more once profession is added to original article
+
</tr>
-->
+
<tr>
  |wine
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
  |juice    = {{#if:{{{profession|}}}||{{Infosection price|profession=artisan|sellitem={{{name|{{PAGENAME}}}}}|sellprice={{{sellprice|}}}|quality=normal}}}}
+
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=5|dsv=false}}</td>
  |aged roe  = {{#if:{{{profession|}}}||{{Infosection price|profession=artisan|sellitem={{{name|{{PAGENAME}}}}}|sellprice={{{sellprice|}}}|quality=normal}}
+
</tr>
}}}}{{#if:{{{ingredients|}}}|<nowiki/>
+
</table>
{{!}}-
+
</td>
{{!}} colspan="2" id="infoboxsection" style="text-align: center;" {{!}} {{#if:{{#arrayprint:$is_artisan}} | {{#arrayprint:$lang_artisangoods}} | {{#arrayprint:$lang_crafting}} }}
+
|duck feather|rabbit's foot =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|crocus|sweet pea =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|ginger =
 +
<td id="infoboxsection">Verkaufspreis</td>
 +
<td id="infoboxdetail">{{Price|{{{sellprice|}}}}}</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Pickles|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Pickles|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|ancient fruit|apple|apricot|banana|blueberry|cactus fruit|cherry|cranberries|grape|hot pepper|mango|melon|orange|peach|pineapple|pomegranate|qi fruit|rhubarb|starfruit|strawberry =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|pm=1.4|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|amaranth|artichoke|beet|bok choy|cauliflower|corn|eggplant|fiddlehead fern|garlic|green bean|kale|parsnip|potato|pumpkin|radish|red cabbage|taro root|tomato|unmilled rice|yam =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Juice|{{{sellprice|}}}|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|dsv=false}}
 +
{{#switch:{{lc:{{{eng|}}}}}
 +
|corn = {{Qualityprice|Oil|100|dsv=false}}
 +
|#defaut= }}
 +
</td>
 +
<td>{{Qualityprice|Juice|{{{sellprice|}}}|pm=1.4|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|pm=1.4|dsv=false}}
 +
{{#switch:{{lc:{{{eng|}}}}}
 +
|corn = {{Qualityprice|Oil|100|dsv=false}}
 +
|#defaut= }}
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|blue jazz|fairy rose|poppy|summer spangle|tulip|sunflower =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Honey|{{{sellprice|}}}|dsv=false}}
 +
{{#switch:{{lc:{{{eng|}}}}}
 +
|sunflower = {{Qualityprice|Oil|100|dsv=false}}
 +
|#defaut= }}
 +
</td>
 +
<td>{{Qualityprice|Honey|{{{sellprice|}}}|pm=1.4|dsv=false}}
 +
{{#switch:{{lc:{{{eng|}}}}}
 +
|sunflower = {{Qualityprice|Oil|100|dsv=false}}
 +
|#defaut= }}
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|tea leaves =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td style="vertical-align: top;">{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td style="vertical-align: top;">{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Green Tea|100|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Green Tea|100|pm=1.4|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|coconut|crystal fruit|spice berry|wild plum =
 +
<td id="infoboxsection">Sell Price</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|pm=1.4|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|hops =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Pale Ale|300|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Pale Ale|300|pm=1.4|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|wheat =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.1|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Beer|200|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Beer|200|pm=1.4|dsv=false}}{{Qualityprice|Pickles|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|blackberry|salmonberry =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Bear's Knowledge.png|24px|link=]] [[Wissen des Bärs]] ''(×3)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=3|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Ackerbauerberuf Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection" class="no-wrap">[[File:Tiller.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Ackerbauer]] ''(+10%)''</td>
 +
<td id="infoboxsection">[[File:Tiller.png|24px|link=]] + [[File:Bear's Knowledge.png|24px|link=]] ''(×3,3)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=silver,gold|pm=1.1|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=silver,gold|pm=3.3|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Wine|{{{sellprice|}}}|pm=1.4|dsv=false}}{{Qualityprice|Jelly|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|beer|caviar|green tea|mead|pale ale|truffle oil =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|dsv=false}}
 +
{{#switch:{{lc:{{{quality|}}}}}
 +
|false|normal=
 +
|#default= {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=normal|dsv=false}} }}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|pm=1.4|dsv=false}}
 +
{{#switch:{{lc:{{{quality|}}}}}
 +
|false|normal=
 +
|#default= {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=normal|pm=1.4|dsv=false}} }}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|wine =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td style="vertical-align: top;"><em>{{{sellprice|}}}</em></td>
 +
<td style="vertical-align: top;"><em>1,4 × Wein Grundpreis</em></td>
 +
</tr>
 +
</table>
 +
</td>
 +
|juice =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap" style="padding-right: 4px;">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td style="vertical-align: top;"><em>{{{sellprice|}}}</em></td>
 +
<td class="no-wrap" style="padding-right: 4px; vertical-align: top;"><em>1,4 × Saft Grundpreis</em></td>
 +
</tr>
 +
</table>
 +
</td>
 +
|aged roe =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap" style="padding-right: 4px;">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td class="no-wrap" style="vertical-align: top;"><em>{{{sellprice|}}}</em></td>
 +
<td style="vertical-align: top;"><em>1,4 × Gealterter Fischlaich Grundpreis</em></td>
 +
</tr>
 +
</table>
 +
</td>
 +
|coffee bean =
 +
<td id="infoboxsection">Verkaufspreis</td>
 +
<td id="infoboxdetail">{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Handwerklicher Verkaufspreis</td>
 +
<td id="infoboxdetail">{{Qualityprice|Coffee|150|quality=normal|dsv=false}}</td>
 +
|cheese|cloth|dinosaur mayonnaise|duck mayonnaise|goat cheese|mayonnaise|void mayonnaise =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|dsv=false}}
 +
{{#switch:{{lc:{{{quality|}}}}}
 +
|false|normal=
 +
|#default= {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=normal|dsv=false}}}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|pm=1.2|dsv=false}}
 +
{{#switch:{{lc:{{{quality|}}}}}
 +
|false|normal=
 +
|#default= {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=normal|pm=1.2|dsv=false}}}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|quality=normal|pm=1.4|dsv=false}}
 +
{{#switch:{{lc:{{{quality|}}}}}
 +
|false|normal=
 +
|#default= {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|hide=normal|pm=1.4|dsv=false}}}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|truffle =
 +
<td id="infoboxsection">Verkaufspreis</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Truffle Oil|1065|quality=normal|dsv=false}}</td>
 +
<td>{{Qualityprice|Truffle Oil|1065|quality=normal|pm=1.4|dsv=false}}</td>
 +
|large milk|large milk es|large milk fr =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Cheese|230|hide=normal,silver|dsv=false}}</td>
 +
<td>{{Qualityprice|Cheese|230|hide=normal,silver|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Cheese|230|hide=normal,silver|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|large goat milk|large goat milk es|large goat milk fr|large goat milk ja =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Goat Cheese|400|hide=normal,silver|dsv=false}}</td>
 +
<td>{{Qualityprice|Goat Cheese|400|hide=normal,silver|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Goat Cheese|400|hide=normal,silver|pm=1.4|dsv=false}}</td>
 +
  </tr>
 +
</table>
 +
</td>
 +
|dinosaur egg =
 +
<td id="infoboxsection">Verkaufspreis</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Dinosaur Mayonnaise|800|quality=normal|dsv=false}}</td>
 +
<td>{{Qualityprice|Dinosaur Mayonnaise|800|quality=normal|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Dinosaur Mayonnaise|800|quality=normal|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|golden egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>
 +
<table style="padding: 0; margin: 0; border: 0; border-spacing: 0;"><tr><td> {{Qualityprice|Mayonnaise|190|quality=gold|dsv=false}}</td><td>(×3)</td></tr></table>
 +
</td>
 +
<td>
 +
<table style="padding: 0; margin: 0; border: 0; border-spacing: 0;"><tr><td>{{Qualityprice|Mayonnaise|190|quality=gold|pm=1.2|dsv=false}}</td><td>(×3)</td></tr></table>
 +
</td>
 +
<td>
 +
<table style="padding: 0; margin: 0; border: 0; border-spacing: 0;"><tr><td>{{Qualityprice|Mayonnaise|190|quality=gold|pm=1.4|dsv=false}}</td><td>(×3)</td></tr></table>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|duck egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Duck Mayonnaise|375|quality=normal|dsv=false}}</td>
 +
<td>{{Qualityprice|Duck Mayonnaise|375|quality=normal|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Duck Mayonnaise|375|quality=normal|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=normal|dsv=false}}</td>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=normal|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=normal|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|large egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=gold|dsv=false}}</td>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=gold|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Mayonnaise|190|quality=gold|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|goat milk|goat milk es|goat milk fr|goat milk ja =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Goat Cheese|400|dsv=false}}</td>
 +
<td>{{Qualityprice|Goat Cheese|400|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Goat Cheese|400|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|milk|milk es|milk fr =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Cheese|230|dsv=false}}</td>
 +
<td>{{Qualityprice|Cheese|230|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Cheese|230|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|ostrich egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>
 +
<table>
 +
<tr>
 +
<td>{{Qualityprice|Mayonnaise|190|dsv=false}}</td>
 +
<td>
 +
<table><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr></table>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
<td>
 +
<table>
 +
<tr>
 +
<td>{{Qualityprice|Mayonnaise|190|pm=1.2|dsv=false}}</td>
 +
<td>
 +
<table><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr></table>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
<td>
 +
<table>
 +
<tr>
 +
<td>{{Qualityprice|Mayonnaise|190|pm=1.4|dsv=false}}</td>
 +
<td>
 +
<table><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr><tr><td>(×10)</td></tr></table>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|void egg =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Void Mayonnaise|quality=normal|275|dsv=false}}</td>
 +
<td>{{Qualityprice|Void Mayonnaise|quality=normal|275|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Void Mayonnaise|275|quality=normal|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|wool =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|}}}|pm=1.2|dsv=false}} </td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="3" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Rancher.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Viehzüchter]]<br />''(+20%)''</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]]<br />''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Cloth|470|quality=normal|dsv=false}}</td>
 +
<td>{{Qualityprice|Cloth|470|quality=normal|pm=1.2|dsv=false}}</td>
 +
<td>{{Qualityprice|Cloth|470|quality=normal|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|honey =
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+40%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Honey|{{{sellprice|}}}|dsv=false}}</td>
 +
<td>{{Qualityprice|Honey|{{{sellprice|}}}|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" style="padding: 0; border: 0;">
 +
<table style="width: 101%; margin-top: -2px; margin-left: -2px;">
 +
<tr>
 +
<td id="infoboxsection" colspan="2" style="text-align: center; padding-left: 0; padding-right: 0;">Handwerklicher Verkaufspreise</td>
 +
</tr>
 +
<tr>
 +
<td id="infoboxsection">Grundpreis</td>
 +
<td id="infoboxsection" class="no-wrap">[[File:Artisan.png|24px|link=]] [[Fähigkeiten#Hofarbeit|Handwerker]] ''(+20%)''</td>
 +
</tr>
 +
<tr>
 +
<td>{{Qualityprice|Mead|200|dsv=false}}</td>
 +
<td>{{Qualityprice|Mead|200|pm=1.4|dsv=false}}</td>
 +
</tr>
 +
</table>
 +
</td>
 +
|#default =
 +
<td id="infoboxsection">Verkaufspreis</td>
 +
<td id="infoboxdetail">{{#switch:{{lc:{{{sellprice|}}}}}
 +
|n/a|unverkäuflich|n/d|no puede venderse|cannot be sold|''cannot be sold''|ne peut être vendu|non può essere venduto|なし|売却不可|해당 없음|판매 불가|nem lehet eladni|não pode ser vendido|н/д|нельзя продать|satılamaz|不适用|不能出售|不可出售 = ''Unverkäuflich''
 +
|#default =
 +
{{#switch:{{lc:{{{quality|all}}}}}
 +
|false|normal = {{#iferror: {{Price|{{{sellprice|}}}}} | {{{sellprice|}}} | {{Price|{{{sellprice|}}}}} }}
 +
|#default = {{Qualityprice|{{{eng|Blank icon}}}|{{{sellprice|0}}}|dsv=false}}
 +
}} }}
 +
</td>
 +
}}
 +
</tr>
 +
}}{{#if:{{{ingredients|}}}|<nowiki/>
 +
<tr>
 +
<td colspan="2" id="infoboxsection" style="text-align: center; padding-left: 0; padding-right: 0;">{{#if:{{#pos:{{lc:{{{source|}}}}}|handwerkswaren}} | Handwerkswaren | Herstellung }}</td>
 +
</tr>
 
}}{{#if:{{{recipe|}}}|<nowiki/>
 
}}{{#if:{{{recipe|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_recipesource}}:
+
<td id="infoboxsection">Rezept von</td>
  {{!}} id="infoboxdetail" {{!}} {{{recipe|}}}
+
<td id="infoboxdetail">{{{recipe|}}}</td>
 +
</tr>
 
}}{{#if:{{{craftingstation|}}}|<nowiki/>
 
}}{{#if:{{{craftingstation|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_equipment}}:
+
<td id="infoboxsection">Wird hergestellt von</td>
  {{!}} id="infoboxdetail" {{!}} {{{craftingstation|}}}
+
<td id="infoboxdetail">{{{craftingstation|}}}</td>
 +
</tr>
 
}}{{#if:{{{crafttime|}}}|<nowiki/>
 
}}{{#if:{{{crafttime|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" class="no-wrap" {{!}} {{#if:{{#arrayprint:$is_artisan}} | {{#arrayprint:$lang_processingtime}} | {{#arrayprint:$lang_timetocraft}} }}
+
<td id="infoboxsection">Bearbeitungszeit</td>
  {{!}} id="infoboxdetail" {{!}} {{duration|{{{crafttime|}}}}}
+
<td id="infoboxdetail">{{duration|{{{crafttime|}}}}}</td>
 +
</tr>
 
}}{{#if:{{{ingredients|}}}|<nowiki/>
 
}}{{#if:{{{ingredients|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_ingredients}}:
+
<td id="infoboxsection">Zutaten</td>
  {{!}} id="infoboxdetail" {{!}} {{{ingredients|}}}
+
<td id="infoboxdetail">{{{ingredients|}}}</td>
}}{{#if:{{{tingredients|}}}|<!--
+
</tr>
 
+
}}{{#if:{{{tingredients|}}}|<nowiki/>
//Trapper Profession ingredients for Crab Pot
+
<tr>
--><nowiki/>
+
<td id="infoboxsection" class="no-wrap">[[File:Trapper.png|24px|link=]] [[Fähigkeiten#Fischen|Fallensteller-<br />beruf]] Zutaten</td>
  {{!}}-
+
<td id="infoboxdetail">{{{tingredients|}}}</td>
  {{!}} id="infoboxsection" {{!}} [[File:Trapper.png|24px|link=]] {{#arrayprint:$lang_trapper_ingredients}}:
+
</tr>
  {{!}} id="infoboxdetail" {{!}} {{{tingredients|}}}
 
 
}}{{#if:{{{produces|}}}|<nowiki/>
 
}}{{#if:{{{produces|}}}|<nowiki/>
  {{!}}-
+
<tr>
  {{!}} id="infoboxsection" {{!}} {{#arrayprint:$lang_produces}}:
+
<td id="infoboxsection">Produziert</td>
  {{!}} id="infoboxdetail" {{!}} {{{produces|}}}
+
<td id="infoboxdetail">{{{produces|}}}</td>
}}<nowiki/>
+
</tr>
{{!}}}
+
}}
</div>}}</includeonly><noinclude>{{Englishdoc}}{{#ifexist:{{FULLPAGENAME}}/doc |<nowiki/>
+
</table>
{{{{FULLPAGENAME}}/doc}} }}</noinclude>
+
</div>
 +
{{InfoboxSEO}}}}</includeonly><noinclude>{{Englishdoc}}</noinclude>

Aktuelle Version vom 12. September 2023, 15:46 Uhr

Details zur Vorlage finden Sie auf der englischsprachigen Dokumentationsseite.

Verwendung

Diese Vorlage kann verwendet werden, indem Sie auf eine relevante Seite folgendes eingeben.

{{Infobox}}

Ergibt...

Infobox
Blank icon.png
Information