Welcome to Yoshipedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
Template:Enemy infobox: Difference between revisions
From Yoshipedia
Jump to navigationJump to search
no edit summary
Yoshifandom>Shadow Dedede No edit summary |
Yoshifandom>Shadow Dedede No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><infobox | <includeonly><infobox> | ||
<title source="title"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | |||
<data source="caption"/> | |||
</image> | |||
<data source="abilities"><label>'''Abilities'''</label></data> | |||
<data source="species"><label>'''Species'''</label></data> | |||
<data source="affiliation"><label>'''Affiliation(s)'''</label></data> | |||
<data source="enemies"><label>'''Enemies'''</label></data> | |||
<data source="subspecies"><label>'''Subspecies'''</label></data> | |||
<data source="notable"><label>'''Notable member(s)'''</label></data> | |||
<data source="games"><label>'''Games'''</label></data> | |||
<data source="firstappearance"><label>'''First appearance'''</label></data> | |||
<data source="latestappearance"><label>'''Latest appearance'''</label></data> | |||
</infobox></includeonly> | |||
<noinclude> | |||
== Usage & preview == | |||
Type in this: | |||
<pre> | |||
{{Enemy infobox | |||
|title= | |||
|image= | |||
|caption= | |||
|abilities= | |||
|species= | |||
|affiliation= | |||
|enemies= | |||
|subspecies= | |||
|notable= | |||
|games= | |||
|firstappearance= | |||
|latestappearance= | |||
}} | |||
</pre> | |||
to see this: | |||
{{Enemy infobox | |||
|title=This is a test | |||
|image=This is a test | |||
|caption=This is a test | |||
|abilities=This is a test | |||
|species=This is a test | |||
|affiliation=This is a test | |||
|enemies=This is a test | |||
|subspecies=This is a test | |||
|notable=This is a test | |||
|games=This is a test | |||
|firstappearance=This is a test | |||
|latestappearance=This is a test | |||
}} | |||
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above] | |||
</noinclude> |