Difference between revisions of "Template:Pet Info"

From Dungeon Defenders 2 Wiki
Jump to: navigation, search
(Test #3)
(Adding some margin)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="display: inline-table; width:fit-content;"
+
<includeonly><div style="flex: 0 0 33%; margin: 5px 0;"><!---
|[[{{{1|{{{icon|File:Miscellaneous Enemy Icon.png}}}}}}|66px]] '''[[{{{2|{{{name|Pet Name}}}}}}]]''' - <!---
+
--->[[{{{ 1 | {{{icon|File:Miscellaneous Enemy Icon.png}}} }}}|66px]] '''[[{{{ 2 | {{{name|Pet Name?}}} }}}]]''' - <!---
--->{{#switch: {{{3|{{{rarity|}}}}}}
+
--->{{#switch: {{{ 3 | {{{rarity|}}} }}}
 
     | Powerful  = <span style="color:#008000"> [[File:Powerful Icon.png|18px]] Powerful </span>
 
     | Powerful  = <span style="color:#008000"> [[File:Powerful Icon.png|18px]] Powerful </span>
 
     | Epic      = <span style="color:#3366ff"> [[File:Epic Icon.png|18px]] Epic </span>
 
     | Epic      = <span style="color:#3366ff"> [[File:Epic Icon.png|18px]] Epic </span>
Line 8: Line 8:
 
     | #default  = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Rarity? </span>
 
     | #default  = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Rarity? </span>
 
     }}
 
     }}
|}<!--
+
</div></includeonly><noinclude>
--><noinclude>
 
 
 
 
===Parameters===
 
===Parameters===
{| border="1" style="border-collapse:collapse;"
+
{| border="1" class="wikitable TemplateDocumentation"
! Parameter !! Description
+
! Parameter !! Required !! Description !! Default
 
|-
 
|-
| icon || The icon for the pet. <code>File:Miscellaneous Enemy Icon.png</code> will be used if this parameter is not set.
+
| icon || {{yes}} || The icon for the pet. || <code>File:Miscellaneous Enemy Icon.png</code>
 
|-
 
|-
| name || Name of the pet.
+
| name || {{yes}} || Name of the pet. || Pet Name?
 
|-
 
|-
| rarity || Rarity of the pet.
+
| rarity || {{yes}} || Rarity of the pet. || Rarity?
 
|}
 
|}
  
 
===Example===
 
===Example===
{| style="width:80%;"
+
{| style="width:95%;" cellpadding="20"
 
! style="font-size:150%; width: 50%;" | Wiki Text
 
! style="font-size:150%; width: 50%;" | Wiki Text
 
! style="font-size:150%; width: 50%;" | Result
 
! style="font-size:150%; width: 50%;" | Result
 
|-
 
|-
|<div style="display: flex; justify-content: center;"><!---
+
|<code class="tempdoc-code-block"><nowiki>
---><code style="display: table; white-space: pre-wrap;"><!---
+
    {{Pet Info | File:Purrlin icon.png | Purrlin | Powerful}}
     ---><nowiki>
+
</nowiki></code>
 
+
|
            {{Pet Info  
+
<div style="display: flex; justify-content: center;">
            | icon = File:Purrlin icon.png        
+
     {{Pet Info | File:Purrlin icon.png | Purrlin | Powerful}}
            | name = Purrlin
 
            | rarity = Powerful
 
            }}
 
 
 
        </nowiki><!---
 
---></code>
 
 
</div>
 
</div>
|<div style="display: flex; justify-content: center;">
+
|-
 +
|<code class="tempdoc-code-block"><nowiki>
 +
    {{Pet Info
 +
    | icon = File:Purrlin icon.png         
 +
    | name = Purrlin
 +
    | rarity = Powerful
 +
    }}
 +
</nowiki></code>
 +
|
 +
<div style="display: flex; justify-content: center;">
 
     {{Pet Info  
 
     {{Pet Info  
 
     | icon = File:Purrlin icon.png
 
     | icon = File:Purrlin icon.png
 
     | name = Purrlin
 
     | name = Purrlin
 
     | rarity = Powerful
 
     | rarity = Powerful
    }}
 
    {{Pet Info | File:Purrlin icon.png | Purrlin | Powerful
 
 
     }}
 
     }}
 
</div>
 
</div>
 
|}
 
|}
  
 +
__NOEDITSECTION__
 
</noinclude>
 
</noinclude>
__NOEDITSECTION__
 

Latest revision as of 15:07, 7 April 2025

Parameters

Parameter Required Description Default
icon TickGreen.png The icon for the pet. File:Miscellaneous Enemy Icon.png
name TickGreen.png Name of the pet. Pet Name?
rarity TickGreen.png Rarity of the pet. Rarity?

Example

Wiki Text Result
{{Pet Info | File:Purrlin icon.png | Purrlin | Powerful}}
Purrlin icon.png Purrlin - Powerful Icon.png Powerful
{{Pet Info | icon = File:Purrlin icon.png | name = Purrlin | rarity = Powerful }}
Purrlin icon.png Purrlin - Powerful Icon.png Powerful