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:CharacterInfobox"

From SaGa Wiki
Jump to navigationJump to search
gkProtector Wind (talk)
gkMagma MK-II (talk)
(Infobox updated using the portable infobox migration tool)
Tag: Reverted
Line 1: Line 1:
{|border="1" cellpadding="2" cellspacing="0" style="-moz-border-radius:7px; float: right; font-size:90%; width:300px;"
<infobox>
|-
<title source="Name"><default>{{PAGENAME}}</default></title>
|colspan="2" style="-moz-border-radius-topright:7px; -moz-border-radius-topleft:7px; text-align:center; font-size:13.5px;"|'''{{{Name}}}'''
<image source="Image"/>
|-
<data source="First scenario"><label>'''First scenario'''</label></data>
|colspan=2 style="text-align: center;"|{{{Image}}}
<data source="Gender"><label>'''Gender'''</label></data>
|-
<data source="Age"><label>'''Age'''</label></data>
|- class{{{First scenario}}}="hiddenStructure"
</infobox>
|'''First scenario'''
|{{{First scenario}}}
|- class{{{Gender}}}="hiddenStructure"  
|'''Gender'''
|{{{Gender}}}
|- class{{{Age}}}="hiddenStructure"  
|class="FFIVa"|'''Age'''
|class="FFIVb"|{{{Age}}}
|-
|colspan="2" style="text-align:center; font-size:13.5px; -moz-border-radius-bottomright:7px; -moz-border-radius-bottomleft:7px;"|[[SaGa Frontier 2|<font color="white">'''''SaGa Frontier 2'' Character'''</font>]]
|}
<noinclude>
<noinclude>
This template is used for playable characters from ''[[SaGa Frontier 2]]''.
== Usage & preview ==
Type in this:
 
<pre>
{{CharacterInfobox
|Name=
|Image=
|First scenario=
|Gender=
|Age=
}}
 
</pre>
 
to see this:
 
{{CharacterInfobox
|Name=This is a test
|Image=This is a test
|First scenario=This is a test
|Gender=This is a test
|Age=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>
</noinclude>

Revision as of 18:33, May 2, 2016

<infobox> <title source="Name"><default>CharacterInfobox</default></title> <image source="Image"/> <label>First scenario</label> <label>Gender</label> <label>Age</label> </infobox>

Usage & preview

Type in this:

{{CharacterInfobox
|Name=
|Image=
|First scenario=
|Gender=
|Age=
}}

to see this:

<infobox> <title source="Name"><default>CharacterInfobox</default></title> <image source="Image"/> <label>First scenario</label> <label>Gender</label> <label>Age</label> </infobox>


Click here to refresh the preview above