Editing Template:Infobox entity

Template page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<!--------- Infobox -------
--><includeonly>
{{Infobox|
|bodyclass = mw-collapsible floatright
|image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|{{#ifexist: File:{{PAGENAME}}.gif|[[File:{{PAGENAME}}.gif|400px]]|[[File:{{PAGENAME}}.png|400px]]}}}}
|imagerowclass1 = infobox-image


<!-- title -->
Main menu
|header1 = {{{name|{{PAGENAME}}}}}
|rowclass1 = infobox-title


|label3 = Behavior
Stardust Labs Wiki
|data3 = {{{behavior|Passive}}}
Search Stardust Labs Wiki
|rowclass3 = data-type infobox-data infobox-col1
Search
English
Create account
Log in


|label4 = Classification
Personal tools
|data4 = {{{class|}}}
View source for Template:Entity
|rowclass4 = data-type infobox-data infobox-col1
Template
Discussion
Read
View source
View history


|header5 = {{#if:{{{health|}}}{{{armor|}}}{{{speed|}}}|Stats}}
Tools
|rowclass5 = infobox-header
← Template:Entity
You do not have permission to edit this page, for the following reason:


<!-- Health -->
You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.
|label6 = Health points
|data6 = {{{hp|1}}}
|rowclass6 = data-type infobox-data infobox-col1


<!-- Armor -->
You can view and copy the source of this page.
|label7 = Armor
|data7 = {{{armor|0}}}
|rowclass7 = data-type infobox-data infobox-col1


|header8 = {{#if:{{{biome|}}}{{{structure|}}}|Spawn}}
{{#seo:|image=File:{{#if:{{{pageimage|}}}|{{{pageimage}}}|{{PAGENAME}}.png}}}}
|rowclass8 = infobox-header
{{#invoke:infobox|infobox
| invimage = none
| rows =
{{infobox row|label='''Base mob'''|field={{#if: {{{basemob|}}} | <span class="plainlinks">[https://minecraft.wiki/w/{{{basemob}}} {{{basemob}}}]</span> | ? }} }}
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Health_points Health points]</span>'''|field={{#if: {{{health|}}} | {{{health}}} | ? }} }}
{{ #if: {{{armor|}}} | {{Infobox row|'''Armor'''|{{{armor}}} }} }}
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Spawn Spawn]</span>'''|field={{#if: {{{spawn|}}} | {{{spawn}}} | ? }} }}
{{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Mob#Behavior Behavior]</span>'''|field={{#if: {{{behavior|}}} | {{{behavior}}} | ? }} }}
{{ #if: {{{damage|}}} | {{Infobox row|'''Attack<br/>strength'''|{{{damage}}} }} }}
{{ #if: {{{speed|}}} | {{Infobox row|'''<span class="plainlinks">[https://minecraft.wiki/w/Attribute#movementSpeed Speed]</span>'''|{{{speed}}} }} }}
{{ #if: {{{equipment|}}} | {{Infobox row|'''Natural<br/>equipment'''|{{{equipment}}} }} }}
{{ #if: {{{effects|}}} | {{Infobox row|'''Effects'''|{{{effects}}} }} }}
{{ #if: {{{drops|}}} | {{Infobox row|'''[[{{PAGENAME}}#Loot|Drops]]'''|{{{drops}}} }} }}
{{#if: {{{command|}}} | {{Infobox row|label='''Command'''|field=<div style="max-height:100px; overflow-y: scroll; border: 1px solid #ccc; padding: 5px; max-width:200px; word-wrap: break-word">{{{command|}}}</div>}} }}
{{#if: {{{notes|}}} | {{Infobox row|label='''Notes'''|field={{{notes|}}} }} }}
}}
<noinclude>
<templatedata>
{
"params": {
"health": {
"description": "The total health of the entity",
"example": "{{hp|10}}",
"required": true
},
"armor": {
"description": "The total armor points of the entity.",
"example": "{{Armor|5}",
"suggested": true
},
"behavior": {
"description": "The behavior of the entity. Can it, and why can it attack you.",
"example": "Passive/Neutral/Hostile",
"required": true
},
"damage": {
"description": "How much damage in hearts can it inflict you",
"example": "Easy : {{hp|2}} to {{hp|10}}<br>Normal : {{hp|4}} to {{hp|012}}<br>Hard : {{hp|6}} to {{hp|14}}",
"default": "Easy : {{hp|0}} to {{hp|0}}<br>\nNormal : {{hp|0}} to {{hp|0}}<br>\nHard : {{hp|0}} to {{hp|0}}",
"suggested": true
},
"spawn": {
"description": "List of where or how the entity can appear.",
"example": "{{Link|...}}<br>{{Link|...}}<br>",
"required": true
},
"notes": {
"description": "Additional notes about the entity"
},
"drops": {
"description": "List of what the entity can drop.",
"example": "{{Link|...}}<br>{{Link|...}}<br>",
"suggested": true
},
"speed": {
"description": "Speed value of the entity, leave empty if unknown",
"example": "0.55",
"suggested": true
},
"equipment": {
"description": "Armor or item the entity is equipped with.",
"example": "{{Link|...}}<br>{{Link|...}}<br>"
},
"effects": {
"description": "Permanent potion effects of the entity.",
"example": "{{EffectLink|id=effect_name|Effect link|Effect name}}<br>{{EffectLink|id=effect_name|Effect link|Effect name}}"
},
"basemob": {
"description": "Vanilla mob the custom entity is using",
"example": "Piglin",
"required": true
},
"pageimage": {
"description": "Forced .png or .gif set to appear for the page popup and SEO. Obligatory if \" ; \" is used in the \"image\" string."
},
"image": {
"description": "Forces an image not based on the title of the page, useful for putting a GIF. You can also create a diaporama by putting \";\" between the images names."
},
"command": {
"description": "Summon function command for the entity if available",
"suggested": true
}
},
"description": "Use this template for Entities/Mobs and their info/stats. Do not add a string for unknown info.",
"paramOrder": [
"image",
"pageimage",
"basemob",
"health",
"armor",
"spawn",
"behavior",
"damage",
"speed",
"equipment",
"effects",
"drops",
"command",
"notes"
]
}
</templatedata></noinclude>


<!-- Biome -->
Templates used on this page:
|label9 = Biome
|data9 = {{L2MCW|{{{biome|None}}}}}
|rowclass9 = data-type infobox-data infobox-col1


<!-- Structure -->
Template:Infobox row (view source)
|label11 = Structure
Module:Infobox (view source)
|data11 = {{{structure|None}}}
Module:ProcessArgs (view source)
|rowclass11 = data-type infobox-data infobox-col1
Return to Template:Entity.


<!-- Usable items -->
Privacy policy
|label10 = Usable items
About Stardust Labs Wiki
|data10 = {{{items|}}}
Disclaimers
|rowclass10 = data-type infobox-data infobox-col1
Terms of Use
}}
Donate to Miraheze
</includeonly><!-------------------
Mobile view
Short description
Hosted by MirahezePowered by MediaWiki
{CLASS>TYPE} {LOCATIONTYPE} in the {SYSTEM} system
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
-----------------
--><includeonly>{{Short description|{{{name|{{PAGENAME}}}}} is a {{{behavior|}}} mob on {{SITENAME}}.}}</includeonly><!-- Categories
--><includeonly>[[Category:Mobs]]</includeonly>
<includeonly>{{#if:{{{behavior|}}}|[[Category:{{{behavior}}} mobs]]}}</includeonly><!---
SEO
---
--><includeonly>{{#vardefine:infoboxseo|1}}{{#seo:
|title = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} Mob - {{SITENAME}}
|site_name = {{SITENAME}}
|type = article
|locale = {{PAGELANGUAGE}}
|image = {{#if:{{{image|}}}|{{{image}}}|{{PAGENAME}}.png}}
}}</includeonly><noinclude>{{/doc}}</noinclude>
Please note that all contributions to WoopMC may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WoopMC:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: