Template:Power Shot infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "; background:" to ";background:") |
mNo edit summary |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="width:240px | <templatestyles src="Power Shot infobox/styles.css"/> | ||
! colspan="2 | {| id="power-shot" class="infobox" style="width:240px" | ||
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}} | |||
|- | |- | ||
| | | colspan="2" style="text-align:center" | {{{image|}}} | ||
|- | |- | ||
| '''Used by''' | {{#if:{{{used_by|}}}| | ||
{{!}} '''Used by''' | |||
|- | {{!}} {{{used_by}}} | ||
}} | |||
|- | |||
|- | {{#if:{{{type|}}}| | ||
| ''' | {{!}} '''Type''' | ||
{{!}} {{{type}}} | |||
|- | }} | ||
|- | |||
{{#if:{{{appears_in|}}}| | |||
|}<noinclude> | {{!}} '''Appears in''' | ||
{{br}} | {{!}} {{{appears_in}}} | ||
}} | |||
|- | |||
{{#if:{{{ps_points|}}}| | |||
{{!}} '''PS Points''' | |||
{{!}} {{{ps_points}}} | |||
}} | |||
|}<noinclude>{{br}} | |||
==Usage== | ==Usage== | ||
{|border=1 style=border-collapse:collapse;width:70%;float:right;margin | {|border=1 style="border-collapse:collapse;width:70%;float:right;margin:0 0 1em 1em" cellpadding=3 | ||
!colspan=2|Syntax | !colspan=2|Syntax | ||
|- | |||
||title= | |||
|The shot name, if different from the article title. | |||
|- | |- | ||
||image= | ||image= | ||
|An image of the shot | |An image of the shot. | ||
|- | |- | ||
|| | ||used_by= | ||
|The character(s) that use the shot. | |The character(s) that use the shot. | ||
|- | |- | ||
|| | ||type= | ||
|The type of Power Shot (eg. Pitch, Offensive Power Shot) | |The type of Power Shot (eg. Pitch, Offensive Power Shot) | ||
|- | |- | ||
|| | ||appears_in= | ||
|The game(s) that the shot appears in. | |||
|- | |||
||ps_points= | |||
|The amount of PS Points used to unlock the shot. Only used on ''[[Mario Tennis: Power Tour]]'' articles. | |The amount of PS Points used to unlock the shot. Only used on ''[[Mario Tennis: Power Tour]]'' articles. | ||
|} | |} | ||
<pre> | <pre> | ||
{{ | {{Power Shot infobox | ||
|title= | |||
|image= | |image= | ||
| | |used_by= | ||
|type= | |type= | ||
| | |appears_in= | ||
| | |ps_points= | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 11:58, June 6, 2024
Power Shot infobox | |
---|---|
Usage
Syntax | |
---|---|
|title= | The shot name, if different from the article title. |
|image= | An image of the shot. |
|used_by= | The character(s) that use the shot. |
|type= | The type of Power Shot (eg. Pitch, Offensive Power Shot) |
|appears_in= | The game(s) that the shot appears in. |
|ps_points= | The amount of PS Points used to unlock the shot. Only used on Mario Tennis: Power Tour articles. |
{{Power Shot infobox |title= |image= |used_by= |type= |appears_in= |ps_points= }}