User:Veerserif/Sandbox: Difference between revisions

From Vintage Story Wiki
No edit summary
Line 3: Line 3:


== Infobox trials ==
== Infobox trials ==
=== Infobox version 1 ===


{{User:Veerserif/Sandbox/Infobox
{{User:Veerserif/Sandbox/Infobox
Line 43: Line 41:
</pre>
</pre>
Images default to <code><nowiki>$title.png</nowiki></code>, and if that doesn't exist, a "no image" placeholder is used instead.
Images default to <code><nowiki>$title.png</nowiki></code>, and if that doesn't exist, a "no image" placeholder is used instead.
===Food infobox===
It just made sense to me to split off item subtypes into their own infoboxes, seeing as we already do that. And this way I don't need twelve million optional lines that make the infobox slow to load.
{{User:Veerserif/Sandbox/Food infobox
| title=Turnip
| image=
| stackable=64
| edible=Yes, raw or cooked
| satiety=100
| category=vegetable
| ingredient=Yes, for meals and pies
| FreshTime=21 days
| TransitionTime=4 days
| TransitionRatio=0.5
}}
<pre>
{{User:Veerserif/Sandbox/Food infobox
| title=Turnip
| image=
| stackable=64
| edible=Yes, raw or cooked
| satiety=100
| category=vegetable
| ingredient=meals and pies
| FreshTime=21 days
| TransitionTime=4 days
| TransitionRatio=0.5
}}
</pre>

Revision as of 16:05, 30 August 2023

This is my sandbox so I don't catastrophically break the wiki.


Infobox trials

Dry grass
Grid Dry Grass.png
Stackable

64

Fuel

600°C, 4 seconds

{{User:Veerserif/Sandbox/Infobox
| title=Dry grass
| image=Grid_Dry_Grass.png
| stackable=64
| temperature=600
| duration=4
| notes = this is a test
}}

Dry grass is an item that is harvested from the world, using a knife, or more efficiently using a scythe. It is used for crafting, or as a source of food for large animals. See animal husbandry for more information.


Beeswax
Beeswax.png
Stackable

32

{{User:Veerserif/Sandbox/Infobox
| title=Beeswax
| image=
| stackable=32
}}

Images default to $title.png, and if that doesn't exist, a "no image" placeholder is used instead.

Food infobox

It just made sense to me to split off item subtypes into their own infoboxes, seeing as we already do that. And this way I don't need twelve million optional lines that make the infobox slow to load.

Turnip
No image.png
Stackable

64

Edible

Yes, raw or cooked

Satiety

100 vegetable

Ingredient

Yes (Yes, for meals and pies)

Fresh for

21 days, turns into 0.5x rot over 4 days

{{User:Veerserif/Sandbox/Food infobox
| title=Turnip
| image=
| stackable=64
| edible=Yes, raw or cooked
| satiety=100
| category=vegetable
| ingredient=meals and pies
| FreshTime=21 days
| TransitionTime=4 days
| TransitionRatio=0.5
}}