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.

User:Walpo/Sandbox/Template:Infobox npc: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
Tag: Manual revert
No edit summary
Line 12:
{{!}}-
{{!}} class="infobox-texttitle" style="padding-right: 10px" {{!}} [[NPCs|Type]]:
{{!}} colspan="2" class="infobox-text" {{!}} {{ucfirst: {{lc: {{{type|}}} }} }}
}}
{{#if:{{{location|}}}
Line 24:
{{!}}-
{{!}} class="infobox-texttitle" style="padding-right: 10px" {{!}} Hostile:
{{!}} colspan="2" class="infobox-text" {{!}} {{ucfirst: {{lc: {{{aggressive|}}} }} }}
}}
{{#if:{{{damage|}}}
Line 39:
{{!}}-
{{!}} class="infobox-texttitle" {{!}} Voxel Model
{{!}} colspan="2" class="infobox-text" {{!}} [[{{{vox|}}} Vox Model]]
}}
{{#if:{{{config|}}}
Line 45:
{{!}}-
{{!}} class="infobox-texttitle" {{!}} Entity Config
{{!}} colspan="2" class="infobox-text" {{!}} [[{{{config|}}} Config]]
}}
|}
Line 52:
<templatedata>
{
"format": "block",
"description": "This template displays an infobox about NPCs entities.",
"params": {
"type": {
Line 60 ⟶ 62:
"location": {
"label": "Location : Forest, Jungle, Taiga, Tundra, Arctic, Desert, Savannah, World",
"description": "Follow the biome page to find their location",
"example": "Jungle",
"suggested": true,
"description": "Follow the biome page to find their location"
},
"aggressive": {
"label": "Aggressive : Yes or No",
"type": "string",
"required": true
},
"damage": {
"label": "Damage",
"example": "10",
"type": "number",
"suggested": true
},
"vox": {
"type": "url",
"suggested": true
},
"config": {
"type": "url",
"suggested": true
}
},
"format": "block",
"paramOrder": [
"type",

Revision as of 17:34, 10 February 2023

File:Veloren Template:Infobox npc.png
Template:Infobox npc
Statistics
Technical Information


This template displays an infobox about NPCs entities.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Type : Wildlife or Villager or Minion (dungeons) or Boss or Mini-Bosstype

Follow the NPCs page to find their type.

Unknownsuggested
Location : Forest, Jungle, Taiga, Tundra, Arctic, Desert, Savannah, Worldlocation

Follow the biome page to find their location

Example
Jungle
Unknownsuggested
Aggressive : Yes or Noaggressive

no description

Stringoptional
Damagedamage

no description

Example
10
Numberoptional
voxvox

no description

URLoptional
configconfig

no description

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