Template:Smash trophy: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
m (Your turn espyo)
mNo edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" style="max-width: 1000px; min-width: 600px;"
{| class="wikitable" style="max-width: 1000px; min-width: 600px;"
| rowspan = "{{#if:{{{usdesc|}}}|2|1}}" | [[File:{{{image|}}}|150x150px]]
| rowspan="{{#if:{{{usdesc|}}}|2|1}}" style="width: 150px; text-align: center;" | [[File:{{{image|}}}|150x150px]]
| {{#if:{{{usdesc|}}} | [[File:NAFlag.png|24px]] '''US description:'''
| colspan="{{#if:{{{box|}}}|3|2}}" | {{#if:{{{usdesc|}}} | {{US}} '''US description:'''
:{{transcript|{{{usdesc}}}}} | '''Description:'''
{{transcript|{{{usdesc}}}|block=y|indent=y}} | '''Description:'''
:{{transcript|{{{desc}}}}} }}
{{transcript|{{{desc}}}|block=y|indent=y}} }}
|-
|-
{{#if:{{{usdesc|}}} | {{!}} [[File:EuropeFlag.png|24px]] '''EU description:'''
{{#if:{{{usdesc|}}} | {{!}} colspan="{{#if:{{{box|}}}|3|2}}" {{!}} {{EU}} '''EU description:'''
:{{transcript|{{{eudesc}}}}}
{{transcript|{{{eudesc}}}|block=y|indent=y}}
{{!}}-}}
{{!}}-}}
{{#if: {{{type|}}} }} | width="50%"| '''Type:'''  
| colspan="2" | '''How to obtain:''' {{{obtain}}}
{{#if: {{{exhibit|}}} }} | width="50%"| '''Trophy Box:'''
| style="width:20%" | '''Type:''' {{{type}}}{{#if:{{{box|}}} |
{{!}}-
{{!!}} style="width:20%" {{!}} '''Trophy Box:''' {{{box}}} }}
| colspan = "2" | '''How to obtain:''' {{{obtain}}}
|}<noinclude>
|}<noinclude>


Line 34: Line 33:
! obtain
! obtain
| '''Yes''' ||  || A quick explanation on how the trophy is obtained. If there are no particular tasks needed to unlock it, just type "Random appearance.".
| '''Yes''' ||  || A quick explanation on how the trophy is obtained. If there are no particular tasks needed to unlock it, just type "Random appearance.".
|-
! type
| '''Yes''' ||  || The type of trophy, as organized by the in-game trophy gallery. Examples: Fighter, Series Related, Stage.
|-
|-
! box
| No ||  || The Trophy Box it belongs to. Only applicable for ''[[Super Smash Bros. for Wii U]]''.
|}
|}


Line 39: Line 45:
<pre>
<pre>
{{smash trophy
{{smash trophy
| image  =
| image  =  
| desc  =
| desc  =  
| usdesc =
| usdesc =  
| eudesc =
| eudesc =  
| obtain =
| obtain =
| type  =
| box    =  
}}
}}
</pre>
</pre>


[[Category:Templates]]
[[Category:Templates]]</noinclude>
</noinclude>

Latest revision as of 20:27, March 13, 2021

[[File:|150x150px]] Description:
{{{desc}}}
How to obtain: {{{obtain}}} Type: {{{type}}}

Info

This template creates a table with information about a trophy in the Super Smash Bros. games.

Parameter Mandatory Default Detailed description
image Yes An image of the trophy.
desc No Description. Only use this parameter if the description is the same in the US and European regions.
usdesc No US version description. Only use this parameter if the description is different from the European one.
eudesc No European version description. Only use this parameter if the description is different from the US one.
obtain Yes A quick explanation on how the trophy is obtained. If there are no particular tasks needed to unlock it, just type "Random appearance.".
type Yes The type of trophy, as organized by the in-game trophy gallery. Examples: Fighter, Series Related, Stage.
box No The Trophy Box it belongs to. Only applicable for Super Smash Bros. for Wii U.

Skeleton

{{smash trophy
| image  = 
| desc   = 
| usdesc = 
| eudesc = 
| obtain = 
| type   = 
| box    = 
}}