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 formatting inside quotes to preserve appearance)
Line 15: Line 15:


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


{{GameVersion|1.19.0}
{{WIP}}
<translate>
'''Descriptor''' with a one-sentence intro.
</translate>
<div style="float:right;">
{{Entity infobox
|see below for details
}}
</div>
== Spawning ==
=== Worldgen spawn conditions ==
== 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>
<pre>
{{GameVersion|1.19.0}
{{GameVersion|1.19.0}
{{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 91:


{{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 116:
|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 139:
|-
|-
|First column || Second column  
|First column || Second column  
|}</nowiki>
|}
</pre>
</blockquote>




Line 110: Line 148:


== 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.

Revision as of 18:46, 18 January 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.18.15}} 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.0}
{{WIP}}
'''Descriptor''' with a one-sentence intro.

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

== Spawning ==
=== Worldgen spawn conditions ==
== 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.0}
{{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 
|}


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