User:Veerserif/Sandbox: Difference between revisions

From Vintage Story Wiki
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is my sandbox so I don't catastrophically break the wiki.
This is my sandbox so I don't catastrophically break the wiki.


== Navbox draft ==
== Scratchpad ==


__NOTOC__
'''Notes to self'''
<div style="clear:both;"></div>
* Probably can't rely on {{tl|Messagebox}}, will need to copy its source and modify for better collapse toggle alignment
{| class="wikitable gameplaynavbox" style="text-align: left; margin:0px; width: 90%; font-size:80%;"
* Should be considered an "in-line" template therefore do not center it
|-
! style = "text-align: center;" colspan = "2" | <span style="font-size:120%;">NAVBOX NAME</span>
|-
| style="text-align: center;" colspan = "2" | <span style="font-size:100%;">above</span>
|-
| style = "width: 10px; white-space: nowrap; padding: 0.2em 0.4em;" | '''group1''' || list1
|-
| '''group2''' || list2
|-  
| '''group3''' || list3
|-
| style="text-align: center;" colspan = "2"|<span style="font-size:100%;">below</span>
|}


=== Food/cooking navbox planning ===
Testing spoilers:


__NOTOC__
<code><nowiki>{{User:Veerserif/Sandbox/Spoiler|This sentence should be hidden until expanded}}</nowiki></code>
<div style="clear:both;"></div>
{| class="wikitable gameplaynavbox" style="text-align: left; margin:0px; width: 90%; font-size:80%;"
|-
! style = "text-align: center;" colspan = "2" | <span style="font-size:120%;">Food</span>
|-
| style="text-align: center;" colspan = "2" | <span style="font-size:100%;">[[Cooking]] · [[Farming]] · [[Foraging]]</span>
|-
| style = "width: 10px; white-space: nowrap; padding: 0.2em 0.4em;" | '''(Basic foods?)''' || (Charred meats? Firepit cooking?)
|-
| '''(Advanced foods?)''' || [[Cheese]] · (separate page/s for cooking pot foodstuffs?)
|-
| '''(Tools?)''' || [[Firepit]] · [[Clay Oven]] · [[Cooking pot]] ·
|-
| style="text-align: center;" colspan = "2"|<span style="font-size:100%;">[[Food preservation]] · [[Greenhouse]] · [[Satiety]]</span>
|}


== Template translation testing ==
{{User:Veerserif/Sandbox/Spoiler|This sentence should be hidden until expanded}}
<languages />
 
<translate><!--T:3--> some text <tvar|sc>{{tnt|SneakClick|asdf}}</> some more text</translate>
<code><nowiki>{{User:Veerserif/Sandbox/Spoiler|Curabitur nulla dolor, fermentum vitae risus sit amet, viverra tincidunt turpis. Ut leo nisl, congue vel commodo consequat, iaculis at nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam fringilla, mauris sed auctor laoreet, nibh purus ultrices sem, non consequat tortor nisl sed lectus. Nunc tempor turpis ut lorem dapibus lobortis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent sit amet pretium tortor. In nec purus consectetur, venenatis felis quis, laoreet enim. Integer feugiat quam non scelerisque finibus. Morbi vel nunc sit amet odio vulputate facilisis. Fusce ultricies mattis velit in viverra.}}</nowiki></code>
 
{{User:Veerserif/Sandbox/Spoiler|Curabitur nulla dolor, fermentum vitae risus sit amet, viverra tincidunt turpis. Ut leo nisl, congue vel commodo consequat, iaculis at nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam fringilla, mauris sed auctor laoreet, nibh purus ultrices sem, non consequat tortor nisl sed lectus. Nunc tempor turpis ut lorem dapibus lobortis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent sit amet pretium tortor. In nec purus consectetur, venenatis felis quis, laoreet enim. Integer feugiat quam non scelerisque finibus. Morbi vel nunc sit amet odio vulputate facilisis. Fusce ultricies mattis velit in viverra.}}
 
== Infobox trials ==
 
{{User:Veerserif/Sandbox/Infobox
| title=Dry grass
| image=Grid_Dry_Grass.png
| stackable=64
| temperature=600
| duration=4
| notes = this is a test
}}
 
<pre>
{{User:Veerserif/Sandbox/Infobox
| title=Dry grass
| image=Grid_Dry_Grass.png
| stackable=64
| temperature=600
| duration=4
| notes = this is a test
}}
</pre>
 
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.
 
 
{{User:Veerserif/Sandbox/Infobox
| title=Beeswax
| image=
| stackable=32
}}
 
<pre>
{{User:Veerserif/Sandbox/Infobox
| title=Beeswax
| image=
| stackable=32
}}
</pre>
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=meals, 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, pies
| FreshTime=21 days
| TransitionTime=4 days
| TransitionRatio=0.5
}}
</pre>

Latest revision as of 13:31, 16 August 2024

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

Scratchpad

Notes to self

  • Probably can't rely on {{Messagebox}}, will need to copy its source and modify for better collapse toggle alignment
  • Should be considered an "in-line" template therefore do not center it

Testing spoilers:

{{User:Veerserif/Sandbox/Spoiler|This sentence should be hidden until expanded}}

Book-normal-brickred.png
Spoilers hidden here!

This sentence should be hidden until expanded

{{User:Veerserif/Sandbox/Spoiler|Curabitur nulla dolor, fermentum vitae risus sit amet, viverra tincidunt turpis. Ut leo nisl, congue vel commodo consequat, iaculis at nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam fringilla, mauris sed auctor laoreet, nibh purus ultrices sem, non consequat tortor nisl sed lectus. Nunc tempor turpis ut lorem dapibus lobortis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent sit amet pretium tortor. In nec purus consectetur, venenatis felis quis, laoreet enim. Integer feugiat quam non scelerisque finibus. Morbi vel nunc sit amet odio vulputate facilisis. Fusce ultricies mattis velit in viverra.}}

Book-normal-brickred.png
Spoilers hidden here!

Curabitur nulla dolor, fermentum vitae risus sit amet, viverra tincidunt turpis. Ut leo nisl, congue vel commodo consequat, iaculis at nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam fringilla, mauris sed auctor laoreet, nibh purus ultrices sem, non consequat tortor nisl sed lectus. Nunc tempor turpis ut lorem dapibus lobortis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent sit amet pretium tortor. In nec purus consectetur, venenatis felis quis, laoreet enim. Integer feugiat quam non scelerisque finibus. Morbi vel nunc sit amet odio vulputate facilisis. Fusce ultricies mattis velit in viverra.

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 (meals, 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, pies
| FreshTime=21 days
| TransitionTime=4 days
| TransitionRatio=0.5
}}