Template:Infobox minions: Difference between revisions

Template page
Content added Content deleted
(Created page with "<templatestyles src="https://wiki.veloren.net/wiki/User:Ajima/MyStyle.css" /> <div> {|class="wikitable" |- |colspan="2" class="infobox-title" style="font-size: 125%"|{{{title}}} |- |colspan="2"|[[File:Veloren_{{{title}}}.png|alt={{{title}}}|180px|link={{{title}}}]] |- |colspan="2"| [[File:Veloren_{{{item1}}}.png|alt={{{item1}}}|30px|link={{{item1}}}]] [[File:Veloren_{{{item2}}}.png|alt={{{item2}}}|30px|link={{{item2}}}]] File:Veloren_{{{item3}}}.png|alt={{{item3}}}|30...")
 
mNo edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="https://wiki.veloren.net/wiki/User:Ajima/MyStyle.css" />
<templatestyles src="https://wiki.veloren.net/wiki/User:Ajima/MyStyle.css" />
<div class="card">

{|class="wikitable" style="width: 230px;"
<div>
{|class="wikitable"
|-
|-
|colspan="2" class="infobox-title" style="font-size: 125%"|{{{title}}}
|colspan="4" class="infobox-title" style="font-size: 125%"|{{{title}}}
|-
|-
|colspan="2"|[[File:Veloren_{{{title}}}.png|alt={{{title}}}|180px|link={{{title}}}]]
|colspan="4"|[[File:Veloren_{{{title}}}.png|alt={{{title}}}|200px|link={{{title}}}]]
|-
|-
|colspan="2"| [[File:Veloren_{{{item1}}}.png|alt={{{item1}}}|30px|link={{{item1}}}]] [[File:Veloren_{{{item2}}}.png|alt={{{item2}}}|30px|link={{{item2}}}]] [[File:Veloren_{{{item3}}}.png|alt={{{item3}}}|30px|link={{{item3}}}]] [[File:Veloren_{{{item4}}}.png|alt={{{item4}}}|30px|link={{{item4}}}]]
|colspan="4"| [[File:Veloren_{{{item1}}}.png|alt={{{item1}}}|30px|link={{{item1}}}]] [[File:Veloren_{{{item2}}}.png|alt={{{item2}}}|30px|link={{{item2}}}]] [[File:Veloren_{{{item3}}}.png|alt={{{item3}}}|30px|link={{{item3}}}]] [[File:Veloren_{{{item4}}}.png|alt={{{item4}}}|30px|link={{{item4}}}]]
|-
|-
|style="font-size:100%; text-align:center;"|{{{health|}}} &#10084;&#65039;
|style="font-size:90%; text-align:center; width:25%;"|{{{health|}}} &#10084;&#65039;
|style="font-size:100%; text-align:center;"|{{{sp|}}} &#9889;
|style="font-size:90%; text-align:center; width:25%;"|{{{sp|}}} &#9889;
|style="font-size:90%; text-align:center; width:25%;"|{{{armor|}}}% &#128737;
|style="font-size:90%; text-align:center; width:25%;"|{{{crit|}}}% &#128165;
|-
|-
|style="font-size:100%; text-align:center;"|{{{Armor|}}} &#10084;&#65039;
|style="font-size:90%; text-align:center; width:25%;" | {{{speed|}}} &#127939;
|style="text-align:center;" | {{{speed|}}} &#127939;
|style="font-size:90%; text-align:center; width:25%;" | {{{stun|}}} &#128296;
|style="font-size:90%; text-align:center; width:25%;"| {{{stealth|}}} &#128065;&#65039;
|style="font-size:90%; text-align:center; width:25%;"| {{{empty|}}}
|}
|}
</div>
</div><noinclude>
<templatedata>
{
"params": {
"title": {
"label": "Name of the creature",
"type": "string",
"suggested": true
},
"item1": {
"type": "string",
"autovalue": "Empty",
"suggested": true
},
"item2": {
"type": "string",
"autovalue": "Empty",
"suggested": true
},
"item3": {
"type": "string",
"autovalue": "Empty",
"suggested": true
},
"item4": {
"type": "string",
"autovalue": "Empty",
"suggested": true
},
"health": {
"label": "Health Point",
"suggested": true,
"type": "number",
"autovalue": "{{unknown}}"
},
"sp": {
"label": "Stamina Point",
"type": "number",
"suggested": true,
"autovalue": "{{unknown}}"
},
"speed": {
"label": "Speed of the creature",
"type": "number",
"suggested": true,
"autovalue": ""
},
"armor": {
"label": "Damage reduction",
"type": "number",
"suggested": true,
"autovalue": "{{unknown}}"
},
"stun": {
"label": "Stun resilance",
"type": "number",
"autovalue": "{{unknown}}",
"suggested": true
},
"stealth": {
"type": "number",
"autovalue": "{{unknown}}",
"suggested": true,
"label": "Stealth"
},
"crit": {
"label": "Weapon's Crit Chance",
"type": "number",
"autovalue": "{{unknown}}",
"suggested": true
},
"empty": {
"label": "Let it empty for now until another stats is added"
}
},
"paramOrder": [
"title",
"health",
"sp",
"armor",
"crit",
"empty",
"stun",
"speed",
"stealth",
"item1",
"item2",
"item3",
"item4"
],
"description": "The creature's name will automaticaly add or create the required image. If there is missing informations, just let the field with their autovalue : Empty and Unknow",
"format": "inline"
}</templatedata>
[[Category:Templates]]</noinclude>

Latest revision as of 11:47, 6 October 2022

{{{title}}}
[[File:Veloren_{{{title}}}.png|alt={{{title}}}|200px|link={{{title}}}]]
[[File:Veloren_{{{item1}}}.png|alt={{{item1}}}|30px|link={{{item1}}}]] [[File:Veloren_{{{item2}}}.png|alt={{{item2}}}|30px|link={{{item2}}}]] [[File:Veloren_{{{item3}}}.png|alt={{{item3}}}|30px|link={{{item3}}}]] [[File:Veloren_{{{item4}}}.png|alt={{{item4}}}|30px|link={{{item4}}}]]
❤️ % 🛡 % 💥
🏃 🔨 👁️

The creature's name will automaticaly add or create the required image. If there is missing informations, just let the field with their autovalue : Empty and Unknow

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Name of the creaturetitle

no description

Stringsuggested
Health Pointhealth

no description

Auto value
{{unknown}}
Numbersuggested
Stamina Pointsp

no description

Auto value
{{unknown}}
Numbersuggested
Damage reductionarmor

no description

Auto value
{{unknown}}
Numbersuggested
Weapon's Crit Chancecrit

no description

Auto value
{{unknown}}
Numbersuggested
Let it empty for now until another stats is addedempty

no description

Unknownoptional
Stun resilancestun

no description

Auto value
{{unknown}}
Numbersuggested
Speed of the creaturespeed

no description

Auto value
Numbersuggested
Stealthstealth

no description

Auto value
{{unknown}}
Numbersuggested
item1item1

no description

Auto value
Empty
Stringsuggested
item2item2

no description

Auto value
Empty
Stringsuggested
item3item3

no description

Auto value
Empty
Stringsuggested
item4item4

no description

Auto value
Empty
Stringsuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.