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