User:Barrowisp/Reference: Difference between revisions

From Vintage Story Wiki
(Created page with "== Hyperlinks == Use Template:Localized_link for all of your links inside Vintage Story Wiki. Example: <code><nowiki>{{ll|Crucible}}</nowiki></code> or <code><nowiki>{{ll|Starter Guide|How to play}}</nowiki></code> == Game version == <nowiki>{{GameVersion|1.18.15}}</nowiki> before <nowiki><languages/></nowiki> == Crafting Grid == Template:Grid/Crafting == Outline for new item/block pages == Item/Block pages can use veerserif's templates Help:How_to_help#Hel...")
 
(added section)
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:


== Game version ==
== Game version ==
<nowiki>{{GameVersion|1.18.15}}</nowiki>
<nowiki>{{GameVersion|1.19.5}}</nowiki>
before <nowiki><languages/></nowiki>
before <nowiki><languages/></nowiki>
<!--This is how to enter comments that will only be visible in Edit mode.-->


== Crafting Grid ==
== Crafting Grid ==
Line 15: Line 16:


== Outline for new entity pages ==
== Outline for new entity pages ==
<blockquote>
<pre>


{{GameVersion|1.19.5}}
{{WIP}}
<translate>
'''Descriptor''' with a one-sentence intro.
</translate>
<div style="float:right;">
{{Entity infobox
|see below for details
}}
</div>
== Spawning ==
=== Worldgen spawn conditions ===
See table outline below.
=== Runtime spawn conditions ===
== Variants ==
Animal tabs, for example
== Behavior ==
=== Prey ===
== Domestication ==
=== Harvesting ===
== History ==
== Notes ==
== Gallery ==
== See also ==
== References ==
<references />
{{Game navbox}}
</pre>
</blockquote>


== Outline for new process/topic pages ==
== Outline for new process/topic pages ==
<nowiki>
<blockquote>
{{GameVersion|1.19.0}
<pre>
{{GameVersion|1.19.5}}
{{WIP}}
{{WIP}}
<translate>
<translate>
'''Basic''' blurb.
'''Descriptor''' with a one-sentence intro.
</translate>
</translate>


<div style="float:right;">
<div style="float:right;">
{{Entity infobox
{{any relevant infobox
|<translate>Name</translate>
|see below for details
|image.png
|type={{ll|Land|<translate>Habitat</translate>}}
|behavior={{ll|:Category:Passive_creatures|<translate>Passive</translate>}}
}}
OR
{{Block
|Name=<translate>Name</translate>
|Image=File:image.png
|Material=
|Stackable=
|Drops=
}}
OR
{{Item
|Name=<translate>Name</translate>
|Image=File:image.png
|Material=
|Stackable=
}}
}}
</div>
</div>


== Obtaining/Creation ==
== Obtaining/Creation ==
Line 67: Line 93:


{{Game navbox}}
{{Game navbox}}
</nowiki>
</pre>
</blockquote>


== InfoBoxes ==
== InfoBoxes ==


'''Entity/creature'''
'''Entity/creature'''
<nowiki>{{Entity infobox
<blockquote>
<pre>
{{Entity infobox
|<translate>Name</translate>
|<translate>Name</translate>
|image.png
|image.png
|type={{ll|Land|<translate>Habitat</translate>}}
|type={{ll|Land|<translate>Habitat</translate>}}
|behavior={{ll|:Category:Passive_creatures|<translate>Passive</translate>}}
|behavior={{ll|:Category:Passive_creatures|<translate>Passive</translate>}}
}}</nowiki>
}}</pre>
</blockquote>
<br>
<br>
'''Block/BlockEntity'''
'''Block/BlockEntity'''
<nowiki>{{Block
<blockquote>
<pre>
{{Block
|Name=<translate>Name</translate>
|Name=<translate>Name</translate>
|Image=File:image.png
|Image=File:image.png
Line 86: Line 118:
|Stackable=
|Stackable=
|Drops=
|Drops=
}}</nowiki>
}}</pre>
</blockquote>
<br>
<br>
'''Item'''
'''Item'''
<nowiki>{{Item
<blockquote>
<pre>
{{Item
|Name=<translate>Name</translate>
|Name=<translate>Name</translate>
|Image=File:image.png
|Image=File:image.png
|Material=
|Material=
|Stackable=
|Stackable=
}}</nowiki>
}}</pre>
</blockquote>


== Tables ==
== Tables ==
<nowiki>:{| class="wikitable mw-collapsible mw-collapsed" style="width: 75%;"
<blockquote>
<pre>
:{| class="wikitable mw-collapsible mw-collapsed" style="width: 75%;"
|+ '''Collapse prompt will go in table header rather than column header'''
|+ '''Collapse prompt will go in table header rather than column header'''
|-
|-
Line 103: Line 141:
|-
|-
|First column || Second column  
|First column || Second column  
|}</nowiki>
|}
</pre>
</blockquote>
<br>
<blockquote>
<pre>
=== Worldgen spawn conditions ===
Tries per chunk etc.
:{| class="wikitable sortable mw-collapsible" style="width: 75%;" style="text-align: center;"
|+ Regional conditions
! width: 200px |  Variant
! width: 200px |  MinTemp
! width: 200px |  MaxTemp
! width: 200px | [[Weather#Precipitation| MinRain]]
! width: 200px | [[World_generation#Tree_Generation| MinForest]]
|-
| 1st [[File:1stimage.png|100px]]
| 1stLow
| 1stHigh
| 1stRain
| 1stForest
|-
| 2nd [[File:2ndimage.png|100px]]
| 2ndLow
| 2ndHigh
| 2ndRain
| 2ndForest
|-
| 3rd [[File:3rdimage.png|100px]]
| 3rdLow
| 3rdHigh
| 3rdRain
| 3rdForest
|-
| 4th [[File:4thimage.png|100px]]
| 4thLow
| 4thHigh
| 4thRain
| 4thForest
|-
| 5th [[File:5thimage.png|100px]]
| 5thLow
| 5thHigh
| 5thRain
| 5thForest
|}
</pre>
</blockquote>
 
== Callouts ==
{{Messagebox
|title= Note
|text= Msg
}}


{{Protip
|Icon=Pickaxe-iron.png
|Mining in a vertical shaft is more effective because ores exist in "disc" shaped deposits.
To find out at which height specific ores might spawn, check the Ore Deposits Page linked above.}}


== Style Guide ==
== Style Guide ==
Line 110: Line 205:


== Translation reminders ==
== Translation reminders ==
[[Vintage_Story_Wiki:How_to_translate_the_wiki|How_to_translate_the_wiki]]
<nowiki><languages/></nowiki> should get added manually later.<br>
<nowiki><languages/></nowiki> should get added manually later.<br>
Make sure to leave in the <nowiki><!--T:-></nowiki> marks.
Make sure to leave in the <nowiki><!--T:-></nowiki> marks.

Latest revision as of 02:40, 16 July 2024

Hyperlinks

Use Template:Localized_link for all of your links inside Vintage Story Wiki. Example: {{ll|Crucible}} or {{ll|Starter Guide|How to play}}

Game version

{{GameVersion|1.19.5}} before <languages/>

Crafting Grid

Template:Grid/Crafting

Outline for new item/block pages

Item/Block pages can use veerserif's templates Help:How_to_help#new pages for items or blocks

Outline for new entity pages


{{GameVersion|1.19.5}}
{{WIP}}
'''Descriptor''' with a one-sentence intro.

<div style="float:right;">
{{Entity infobox
|see below for details
}}
</div>

== Spawning ==
=== Worldgen spawn conditions ===
See table outline below.
=== Runtime spawn conditions ===

== Variants ==
Animal tabs, for example

== Behavior ==
=== Prey ===

== Domestication ==
=== Harvesting ===

== History ==

== Notes ==

== Gallery ==

== See also ==

== References ==
<references />

{{Game navbox}}

Outline for new process/topic pages

{{GameVersion|1.19.5}}
{{WIP}}
'''Descriptor''' with a one-sentence intro.

<div style="float:right;">
{{any relevant infobox
|see below for details
}}
</div>

== Obtaining/Creation ==
Crafting grid

== Usage ==

== History ==

== Notes ==

== Gallery ==

== See also ==

== References ==
<references />

{{Game navbox}}

InfoBoxes

Entity/creature

{{Entity infobox
|Name
|image.png
|type={{ll|Land|Habitat}}
|behavior={{ll|:Category:Passive_creatures|Passive}}
}}


Block/BlockEntity

{{Block
|Name=Name
|Image=File:image.png
|Material=
|Stackable=
|Drops=
}}


Item

{{Item
|Name=Name
|Image=File:image.png
|Material=
|Stackable=
}}

Tables

:{| class="wikitable mw-collapsible mw-collapsed" style="width: 75%;"
|+ '''Collapse prompt will go in table header rather than column header'''
|-
| First column || Second column 
|-
|First column || Second column 
|}


=== Worldgen spawn conditions === 
Tries per chunk etc.
:{| class="wikitable sortable mw-collapsible" style="width: 75%;" style="text-align: center;"
|+ Regional conditions
! width: 200px |  Variant
! width: 200px |  MinTemp
! width: 200px |  MaxTemp
! width: 200px | [[Weather#Precipitation| MinRain]]
! width: 200px | [[World_generation#Tree_Generation| MinForest]]
|-
| 1st [[File:1stimage.png|100px]] 
| 1stLow
| 1stHigh
| 1stRain 
| 1stForest
|-
| 2nd [[File:2ndimage.png|100px]] 
| 2ndLow
| 2ndHigh
| 2ndRain 
| 2ndForest
|-
| 3rd [[File:3rdimage.png|100px]] 
| 3rdLow
| 3rdHigh
| 3rdRain 
| 3rdForest
|-
| 4th [[File:4thimage.png|100px]] 
| 4thLow
| 4thHigh
| 4thRain 
| 4thForest
|-
| 5th [[File:5thimage.png|100px]] 
| 5thLow
| 5thHigh
| 5thRain
| 5thForest
|}

Callouts

Note
Msg


Pickaxe-iron.png Protip:
Mining in a vertical shaft is more effective because ores exist in "disc" shaped deposits.
To find out at which height specific ores might spawn, check the Ore Deposits Page linked above.


Style Guide

Help:Style_guide

Translation reminders

How_to_translate_the_wiki <languages/> should get added manually later.
Make sure to leave in the <!--T:-> marks.

To Do

Community_noticeboard