Toggle menu
1.3K
1.7K
703
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox ingredient base: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{| class="infobox floatright .skin-citizen-dark"
<onlyinclude>{{Navbox}}
{| class="infobox floatright .skin-citizen-dark"
| colspan="2" | [[Image:Veloren_{{PAGENAME}}.png|120px|class=infobox-image|link=]]
| colspan="2" | [[Image:Veloren_{{PAGENAME}}.png|120px|class=infobox-image|link=]]
|-
|-
Line 11: Line 12:
|-
|-
| class="infobox-texttitle" | In-Game Sprite
| class="infobox-texttitle" | In-Game Sprite
| class="infobox-text" | {{{sprite|}}}
| class="infobox-text" | (coming soon, until we solve page with broken link)
|-
|-
| class="infobox-texttitle" | Type
| class="infobox-texttitle" | Type
| class="infobox-text" | {{{type|}}}
| class="infobox-text" | [[Ingredients_Lists#{{{type|}}}|{{{type|}}}]]
|-
|-
| class="infobox-texttitle" | [[Quality]]
| class="infobox-texttitle" | [[Quality]]
Line 39: Line 40:
|}
|}
<includeonly>
<includeonly>
[[Category:Base Ingredients]]
[[Category:Ingredients]]
</includeonly>
</includeonly>
</onlyinclude>
</onlyinclude>
Line 52: Line 53:
"type": "string",
"type": "string",
"autovalue": "\"\"",
"autovalue": "\"\"",
"required": true
},
"in-game sprite": {
"label": "In-Game Sprite",
"description": "The inventory sprite for the item.",
"example": "image.png",
"type": "wiki-file-name",
"default": "image.png",
"required": true
"required": true
},
},
"type": {
"type": {
"label": "Type",
"label": "The type of ingredient (from [[Ingredients_Lists]]): ",
"description": "Choose one of its subcategory : Animal Materials, Raw Meats, Feathers, Fibers, Vines, Miscs, Hides, Logs, Plants, Flowers, Ores, Gems, Cheese, Dishes, Drinks, Cooked Meats, Sticks, Leathers, Ingots, Potions, Textiles",
"description": "The type of consumable.",
"example": "Basic",
"example": "Drinks",
"type": "string",
"type": "string",
"autovalue": "",
"autovalue": "",
Line 111: Line 104:
"description": "The link to the line of code in the sprite manifest",
"description": "The link to the line of code in the sprite manifest",
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L2217 sprite_mani2217 beehive #2217]",
"example": "[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L2217 sprite_mani2217 beehive #2217]",
"suggested": true
},
"sprite": {
"label": "In-Game Sprite",
"description": "The image of the in game sprite.",
"suggested": true
"suggested": true
}
}
Line 121: Line 109:
"description": "A modified infobox for ingredients that doesn't have the 50px limitation on the image..",
"description": "A modified infobox for ingredients that doesn't have the 50px limitation on the image..",
"paramOrder": [
"paramOrder": [
"in-game sprite",
"description",
"description",
"type",
"type",
Line 129: Line 116:
"ron",
"ron",
"manifest",
"manifest",
"spawnrules",
"spawnrules"
"sprite"
],
],
"format": "block"
"format": "block"

Latest revision as of 16:37, 19 October 2022

Infobox ingredient base
Statistics
In-Game Sprite (coming soon, until we solve page with broken link)
Type [[Ingredients_Lists#|]]
Quality
Craftable
Technical Information
.vox File
.ron File
Sprite Manifest
Spawn Rules


A modified infobox for ingredients that doesn't have the 50px limitation on the image..

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Descriptiondescription

The description of the ingredient as given on the tooltip when you hover over it. Place it in " ".

Example
"From a beehive."
Auto value
""
Stringrequired
The type of ingredient (from [[Ingredients_Lists]]): type

Choose one of its subcategory : Animal Materials, Raw Meats, Feathers, Fibers, Vines, Miscs, Hides, Logs, Plants, Flowers, Ores, Gems, Cheese, Dishes, Drinks, Cooked Meats, Sticks, Leathers, Ingots, Potions, Textiles

Example
Drinks
Auto value
Stringrequired
Qualityquality

The quality colour of the consumable.

Example
{{Common}}
Auto value
{{}}
Templaterequired
Craftablecraftable

Is this item craftable. Yes or No.

Example
Yes
Auto value
Booleanrequired
.vox Filevox

The file link as linked on gitlab.com/veloren/veloren. Place the link in the [[]] and add a space after the url with the text you want to display in the infobox.

Example
[[www.veloren.net Veloren]]
Auto value
[[]]
URLsuggested
.ron Fileron

The gitlab link to the .ron file. Place the url in the [[]] with a space after the text. Then add what you want to show in the infobox.

Example
[[www.veloren.net Veloren]]
Auto value
[[]]
URLsuggested
Sprite Manifestmanifest

The link to the line of code in the sprite manifest

Example
[https://gitlab.com/veloren/veloren/-/blob/master/assets/voxygen/voxel/sprite_manifest.ron#L2217 sprite_mani2217 beehive #2217]
Unknownsuggested
Spawn Rulesspawnrules

The link to the line in world/src/layer/scatter.rs

Unknownsuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.