Difference between revisions of "Template:Autowiki/SoupRecipeTemplate"

From /tg/station 13 Wiki
Jump to navigation Jump to search
(Soup autowiki template)
 
(Table format)
Line 1: Line 1:
{|class="wikitable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
 
! scope="col" style="width:10%" class="unsortable"|Bowl Icon
 
! scope="col" style="width:10%" |Name
 
! scope="col" style="width:10%" class="unsortable"|Requirements
 
! scope="col" style="width:10%" class="unsortable"|Results
 
! scope="col" style="width:10%" class="unsortable"|Taste
 
! scope="col" style="width:10%" class="unsortable"|Food Types
 
! scope="col" style="width:10%" class="unsortable"|Description
 
 
|-
 
|-
 
|style="text-align: center;"|[[File:Autowiki/{{{icon}}}.png]]
 
|style="text-align: center;"|[[File:Autowiki/{{{icon}}}.png]]
Line 15: Line 7:
 
|style="text-align: center;"|{{{foodtypes}}}
 
|style="text-align: center;"|{{{foodtypes}}}
 
|style="text-align: center;"|{{{description}}}
 
|style="text-align: center;"|{{{description}}}
|-
 
|}
 
  
 
<noinclude>==Using this template==
 
<noinclude>==Using this template==
 
<pre>
 
<pre>
{{Autowiki/SoupRecipeTemplate|name=Tomato Soup|taste=tomato|foodtypes=Vegetables, Fruits|description=Drinking this feels like being a vampire! A tomato vampire...|icon=soup/Tomato Soup|requirements=50 units Water, 2 tomatos, at temperature 450K|results=30 units Tomato Soup, 20 units Tomato Juice}}
+
{|class="wikitable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
{{Autowiki/SoupRecipeTemplate|name=Miso Soup|taste=miso|foodtypes=Vegetables, Breakfast food|description=The universes best soup! Yum!!!|icon=soup/Miso Soup|requirements=50 units Water, 2 soy dopes, 2 tofus, at temperature: 450K|results=30 units Miso Soup, 10 units Water}}
+
! scope="col" style="width:10%" class="unsortable"|Bowl Icon
 +
! scope="col" style="width:10%" |Name
 +
! scope="col" style="width:10%" class="unsortable"|Requirements
 +
! scope="col" style="width:10%" class="unsortable"|Results
 +
! scope="col" style="width:10%" class="unsortable"|Taste
 +
! scope="col" style="width:10%" class="unsortable"|Food Types
 +
! scope="col" style="width:10%" class="unsortable"|Description
 +
{{Autowiki/SoupRecipeTemplate
 +
|name=Custom Soup
 +
|taste=Whatever you use.
 +
|foodtypes=Whatever you use.
 +
|description=A custom soup recipe, allowing you to throw whatever you want in the pot.
 +
|icon=soup/Water
 +
|requirements=<li>30 units Water</li><br><li>Created when burning soup with at least 3 ingredients present<br>Any solid ingredient counts<br>At temperature 580K</li>
 +
|results=<li>10 units Water</li><br><li>Whatever's in the pot</li>
 +
}}
 +
{{Autowiki/SoupRecipeTemplate
 +
|name=Meatball Soup|
 +
taste=meat|
 +
foodtypes=Meat|
 +
description=You've got balls kid, BALLS!
 +
|icon=soup/Meatball Soup
 +
|requirements=<li>50 units Water</li><br><li>1 meatball</li><br><li>1 carrot</li><br><li>1 potato</li><br>At temperature 450K
 +
|results=<li>30 units Meatball Soup</li><br><li>9 units Water</li>
 +
}}
 +
{{Autowiki/SoupRecipeTemplate
 +
|name=Tomato Soup
 +
|taste=tomato
 +
|foodtypes=Vegetables<br>Fruits
 +
|description=Drinking this feels like being a vampire! A tomato vampire...
 +
|icon=soup/Tomato Soup
 +
|requirements=<li>50 units Water</li><br><li>2 tomatos</li><br>At temperature 450K
 +
|results=<li>30 units Tomato Soup</li><br><li>20 units Tomato Juice</li>
 +
}}
 +
|-
 +
|}
 
</pre>
 
</pre>
 
This will result in the following:
 
This will result in the following:
{{Autowiki/SoupRecipeTemplate|name=Tomato Soup|taste=tomato|foodtypes=Vegetables, Fruits|description=Drinking this feels like being a vampire! A tomato vampire...|icon=soup/Tomato Soup|requirements=50 units Water, 2 tomatos, at temperature 450K|results=30 units Tomato Soup, 20 units Tomato Juice}}
+
{|class="wikitable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
{{Autowiki/SoupRecipeTemplate|name=Miso Soup|taste=miso|foodtypes=Vegetables, Breakfast food|description=The universes best soup! Yum!!!|icon=soup/Miso Soup|requirements=50 units Water, 2 soy dopes, 2 tofus, at temperature 450K|results=30 units Miso Soup, 10 units Water}}
+
! scope="col" style="width:10%" class="unsortable"|Bowl Icon
 +
! scope="col" style="width:10%" |Name
 +
! scope="col" style="width:10%" class="unsortable"|Requirements
 +
! scope="col" style="width:10%" class="unsortable"|Results
 +
! scope="col" style="width:10%" class="unsortable"|Taste
 +
! scope="col" style="width:10%" class="unsortable"|Food Types
 +
! scope="col" style="width:10%" class="unsortable"|Description
 +
{{Autowiki/SoupRecipeTemplate|name=Custom Soup|taste=Whatever you use.|foodtypes=Whatever you use.|description=A custom soup recipe, allowing you to throw whatever you want in the pot.|icon=soup/Water|requirements=<li>30 units Water</li><br><li>Created when burning soup with at least 3 ingredients present</li><br><li>Any solid ingredient counts</li><br><li>At temperature 580K</li>|results=<li>10 units Water</li><br><li>Whatever's in the pot</li>}}{{Autowiki/SoupRecipeTemplate|name=Meatball Soup|taste=meat|foodtypes=Meat|description=You've got balls kid, BALLS!|icon=soup/Meatball Soup|requirements=<li>50 units Water</li><br><li>1 meatball</li><br><li>1 carrot</li><br><li>1 potato</li><br>At temperature 450K|results=<li>30 units Meatball Soup</li><br><li>9 units Water</li>}}
 +
{{Autowiki/SoupRecipeTemplate|name=Tomato Soup|taste=tomato|foodtypes=Vegetables<br>Fruits|description=Drinking this feels like being a vampire! A tomato vampire...|icon=soup/Tomato Soup|requirements=<li>50 units Water</li><br><li>2 tomatos</li><br>At temperature 450K|results=<li>30 units Tomato Soup</li><br><li>20 units Tomato Juice</li>}}
 +
|-
 +
|}
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 02:32, 23 April 2023

|- |style="text-align: center;"|[[File:Autowiki/{{{icon}}}.png]] |style="text-align: center;"|{{{name}}} |style="text-align: center;"|{{{requirements}}} |style="text-align: center;"|{{{results}}} |style="text-align: center;"|{{{taste}}} |style="text-align: center;"|{{{foodtypes}}} |style="text-align: center;"|{{{description}}}

Using this template

{|class="wikitable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
! scope="col" style="width:10%" class="unsortable"|Bowl Icon
! scope="col" style="width:10%" |Name
! scope="col" style="width:10%" class="unsortable"|Requirements
! scope="col" style="width:10%" class="unsortable"|Results
! scope="col" style="width:10%" class="unsortable"|Taste
! scope="col" style="width:10%" class="unsortable"|Food Types
! scope="col" style="width:10%" class="unsortable"|Description
{{Autowiki/SoupRecipeTemplate
|name=Custom Soup
|taste=Whatever you use.
|foodtypes=Whatever you use.
|description=A custom soup recipe, allowing you to throw whatever you want in the pot.
|icon=soup/Water
|requirements=<li>30 units Water</li><br><li>Created when burning soup with at least 3 ingredients present<br>Any solid ingredient counts<br>At temperature 580K</li>
|results=<li>10 units Water</li><br><li>Whatever's in the pot</li>
}}
{{Autowiki/SoupRecipeTemplate
|name=Meatball Soup|
taste=meat|
foodtypes=Meat|
description=You've got balls kid, BALLS!
|icon=soup/Meatball Soup
|requirements=<li>50 units Water</li><br><li>1 meatball</li><br><li>1 carrot</li><br><li>1 potato</li><br>At temperature 450K
|results=<li>30 units Meatball Soup</li><br><li>9 units Water</li>
}}
{{Autowiki/SoupRecipeTemplate
|name=Tomato Soup
|taste=tomato
|foodtypes=Vegetables<br>Fruits
|description=Drinking this feels like being a vampire! A tomato vampire...
|icon=soup/Tomato Soup
|requirements=<li>50 units Water</li><br><li>2 tomatos</li><br>At temperature 450K
|results=<li>30 units Tomato Soup</li><br><li>20 units Tomato Juice</li>
}}
|-
|}

This will result in the following:

Bowl Icon Name Requirements Results Taste Food Types Description
File:Autowiki/soup/Water.png Custom Soup
  • 30 units Water

  • Created when burning soup with at least 3 ingredients present

  • Any solid ingredient counts

  • At temperature 580K
  • 10 units Water

  • Whatever's in the pot
  • Whatever you use. Whatever you use. A custom soup recipe, allowing you to throw whatever you want in the pot.
    File:Autowiki/soup/Meatball Soup.png Meatball Soup
  • 50 units Water

  • 1 meatball

  • 1 carrot

  • 1 potato

  • At temperature 450K
  • 30 units Meatball Soup

  • 9 units Water
  • meat Meat You've got balls kid, BALLS!


    File:Autowiki/soup/Tomato Soup.png Tomato Soup
  • 50 units Water

  • 2 tomatos

  • At temperature 450K
  • 30 units Tomato Soup

  • 20 units Tomato Juice
  • tomato Vegetables
    Fruits
    Drinking this feels like being a vampire! A tomato vampire...