Template:Mobdesc: Difference between revisions

From Yogstation-13
Jump to navigation Jump to search
No edit summary
(Added includeonly-tags. Fixed typo in code (bgcolor2-default value including semicolon))
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="border:3px solid {{{bordercolour|#170B3B}}};" cellpadding="2" cellspacing="0" width=650  
<includeonly>{| style="border:3px solid {{{bordercolor|#170B3B}}};" cellpadding="2" cellspacing="0" width=650  
  |
  |


{|width = "100%" cellspacing="0" cellpadding="2" width=650
{|width = "100%" cellspacing="0" cellpadding="2" width=650
|align=center width="120" style="background-color:{{{bgcolor2|#bbbbbb}}};"|'''{{{name|<UNDEFINED>}}}'''
|align=center width="120" style="background-color:{{{bgcolor|#bbbbbb}}};"|'''{{{name|<UNDEFINED>}}}'''
[[File:{{{image|undefined.png}}}]]<br>
[[File:{{{image|undefined.png}}}]]<br>
|  '''Trinomial name: '''
|  '''Trinomial name: '''
Line 10: Line 10:
{{{sciclass|<UNDEFINED>}}}
{{{sciclass|<UNDEFINED>}}}
|-
|-
{|width = "100%" cellspacing="0" cellpadding="2" width=195
|  '''Mob names'''
| style="background-color:{{{bgcolor2|#bbbbbb;}}}" |'''Disposition:'''
{{{namedmobs|N/A}}}
|-
{|width = "100%" cellspacing="0" cellpadding="2" width=300
| style="background-color:{{{bgcolor2|#bbbbbb}}};" |'''Disposition:'''
|{{{disposition|<UNDEFINED>.}}}<br>
|{{{disposition|<UNDEFINED>.}}}<br>
|}
|}
{|width = "100%" cellspacing="0" cellpadding="2" width=245
{| style="border:3px solid #FFDD66" cellpadding="2" cellspacing="0" width=650
| style="background-color:{{{bgcolor2|#bbbbbb}}};" |'''Behaviour:'''
{|width = "100%" cellspacing="0" cellpadding="2" width=650
|{{{behaviour|<UNDEFINED>.}}}
| style="background-color:{{{bgcolor2|#bbbbbb}}};" |'''Behaviour'''
|-
|{{{behaviour|<UNDEFINED>}}}
|-
|-
{| style="border:3px solid #FFDD66" cellpadding="2" cellspacing="0" width=650  
{| style="border:3px solid #FFDD66" cellpadding="2" cellspacing="0" width=650  
Line 24: Line 29:
|{{{description|<UNDEFINED>}}}
|{{{description|<UNDEFINED>}}}
|}
|}
|}<noinclude>
|}</includeonly><noinclude>
{{Needs revision
|reason = Where is this template used? Maybe it should get repurposed / removed? There are still details missing in the documentation.
|user = [[User:Helpful Herbert|Helpful Herbert]] ([[User talk:Helpful Herbert|talk]]) 20:19, 24 April 2020 (UTC)
}}
 
== About ==
A basic template for mob descriptions.
 
== Parameter-Usage ==
{| class="wikitable"
!Parameter
!Default
!Description
|-
!bordercolor
|#170B3B
|
|-
!bgcolor
|#bbbbbb
|
|-
!name
|<UNDEFINED>
|
|-
!image
|undefined.png
|
|-
!trinname
|<UNDEFINED>
|Trinomial name
|-
!sciclass
|<UNDEFINED>
|Scientific classification
|-
!namedmobs
|N/A
|Mob names
|-
!bgcolor2
|#bbbbbb
|
|-
!disposition
|<UNDEFINED>
|Disposition - '''TODO:''' Add details
|-
!behaviour
|<UNDEFINED>
|Behaviour - '''TODO:''' Add details
|-
!description
|<UNDEFINED>
|Description - '''TODO:''' Add details
|-
!
|
|
|}
 
== Examples ==
=== Bare ===
<pre>{{Mobdesc}}</pre>
{{Mobdesc}}
 
=== Normal ===
TODO: Missing


A basic template for mob descriptions</noinclude>
[[Category:Templates]]
</noinclude>

Latest revision as of 20:19, 24 April 2020


Pen.png This page needs revising!

The following page is out of date and/or needs to be revised. If the page's guide needs revision, see here for an example.
The revision reason is: "Where is this template used? Maybe it should get repurposed / removed? There are still details missing in the documentation."
Marked by: "Helpful Herbert (talk) 20:19, 24 April 2020 (UTC)"



About

A basic template for mob descriptions.

Parameter-Usage

Parameter Default Description
bordercolor #170B3B
bgcolor #bbbbbb
name <UNDEFINED>
image undefined.png
trinname <UNDEFINED> Trinomial name
sciclass <UNDEFINED> Scientific classification
namedmobs N/A Mob names
bgcolor2 #bbbbbb
disposition <UNDEFINED> Disposition - TODO: Add details
behaviour <UNDEFINED> Behaviour - TODO: Add details
description <UNDEFINED> Description - TODO: Add details

Examples

Bare

{{Mobdesc}}
<UNDEFINED>

Undefined.png

Trinomial name:

<UNDEFINED>

Scientific classification:

<UNDEFINED>

Mob names

N/A

Disposition: <UNDEFINED>.
Behaviour
<UNDEFINED>
Description
<UNDEFINED>

Normal

TODO: Missing