Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Difference between revisions of "Template:Infobox Monster"

From SaGa Wiki
Jump to navigationJump to search
gkNaglfar94 (talk)
Tag: sourceedit
gkMagma MK-II (talk)
(Infobox updated using the portable infobox migration tool)
Tag: Reverted
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px;"
<infobox>
|-
<title source="name"><default>{{PAGENAME}}</default></title>
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
<image source="image"/>
|- style="text-align:center;"
<data source="hp"><label>'''HP'''</label></data>
| colspan="2" style="padding:0.5em;" | [[{{{image|Image:Placeholder person.png}}}|{{{imagewidth|250}}}px]]<br/>''{{{caption| }}}''
<data source="type"><label>'''Type'''</label></data>
|-
<data source="lp"><label>'''LP'''</label></data>
! colspan="2" style="background-color:#3366CC; color:#ffffff;" | Vital statistics
<data source="weak to"><label>'''Weak To'''</label></data>
|-
<data source="game appearances"><label>'''Game Appearances'''</label></data>
| style="width:30%;" | '''HP'''
</infobox>
| style="width:70%;" | {{{hp}}}
<noinclude>
|-
== Usage & preview ==
| '''Type'''
Type in this:
| {{{type}}}
 
|-
<pre>
| '''LP'''
{{Infobox Monster
| {{{lp}}}
|name=
|-
|image=
| '''Weak To'''
|imagewidth=
| {{{weak to}}}
|caption=
|-
|hp=
|'''Game Appearances'''
|type=
|{{{game appearances}}}
|lp=
|-
|weak to=
|
|game appearances=
|}<noinclude><br style="clear:both;" />
}}
{{documentation}}</noinclude>
 
</pre>
 
to see this:
 
{{Infobox Monster
|name=This is a test
|image=This is a test
|imagewidth=This is a test
|caption=This is a test
|hp=This is a test
|type=This is a test
|lp=This is a test
|weak to=This is a test
|game appearances=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>

Revision as of 18:34, May 2, 2016

<infobox> <title source="name"><default>Infobox Monster</default></title> <image source="image"/> <label>HP</label> <label>Type</label> <label>LP</label> <label>Weak To</label> <label>Game Appearances</label> </infobox>

Usage & preview

Type in this:

{{Infobox Monster
|name=
|image=
|imagewidth=
|caption=
|hp=
|type=
|lp=
|weak to=
|game appearances=
}}

to see this:

<infobox> <title source="name"><default>Infobox Monster</default></title> <image source="image"/> <label>HP</label> <label>Type</label> <label>LP</label> <label>Weak To</label> <label>Game Appearances</label> </infobox>


Click here to refresh the preview above