Jump to: navigation, search

Difference between revisions of "Template:Infobox"

 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="float: right; clear: right; margin: 0 0 1em 1em; width: 275px; font-size: 90%; border: 1px solid #69A0F3; box-shadow: -3px 3px 5px #000;"
+
{| style="float: right; margin: 10px -10px 1em 1em; width: 240px; font-size: 80%; border: 1px solid #69A0F3; box-shadow: -3px 3px 5px #000;"
 
|-
 
|-
! "text-align:center; background:#69A0F3; font-size=120%" | <center>'''{{{NAME}}}'''</center>
+
! "text-align:center; background:#69A0F3; font-size=110%" | <center>'''{{{NAME}}}'''</center>
 
|-
 
|-
|style="text-align: center; font-size: 90%;"| [[{{{IMAGE}}}]]
+
| style="text-align: center;"| [[{{{IMAGE}}}]]
 +
|-
 +
|style="text-align: center; font-size: 90%;"|{{#if: {{{CAPTION|}}} | {{{CAPTION}}}<br /><br /> }}
 
|-
 
|-
 
|
 
|
{| style="background: none; width: 100%; margin: 0px 5px;"
+
{| style="background: none; margin: 0px 5px; vertical-align: top;"
 +
|-
 +
| -  style="vertical-align: top; width: 90px;" |'''Portrayed by''' 
 +
| style="vertical-align: top;" | {{{ACTOR}}}
 
|-
 
|-
|- style="vertical-align: top; margin: 0px 10px 5px 5px ;" || style="vertical-align: top; margin: 0px 5px 5px 10px ;"
+
| - style="vertical-align: top;" |'''Appearances'''   
|'''Portrayed by'''  ||  {{{ACTOR}}}
+
| style="vertical-align: top;" | {{{APPEARANCE}}}
|- style="vertical-align: top;"
+
|'''Appearances'''  ||  {{{APPEARANCE}}}
+
|}
+
 
|}
 
|}
 +
|-
 +
|style="text-align: center; font-size: 90%;"|{{#if: {{{PROVINCE-IMAGE|}}} | [[{{{PROVINCE-IMAGE}}}]] <br />{{{PROVINCE-NAME}}} }}
 +
|}<noinclude>
 +
This template is used for generating info boxes on specific pages. To use on a page paste the following code and fill in the fields requested.
 +
 +
<div style="width: 50%;">
 +
<pre>{{Infobox|
 +
|NAME=Character Name
 +
|IMAGE=Character Image
 +
|CAPTION=Image Caption if needed
 +
|ACTOR=Actors Portraying Character
 +
|APPEARANCE=Appearances of Character
 +
|PROVINCE-IMAGE=
 +
|PROVINCE-NAME=
 +
}}</pre></div>
  
<noinclude>[[Category: Templates]]</noinclude>
+
[[Category: Templates]]</noinclude>

Latest revision as of 05:51, 25 May 2021

{{{NAME}}}
[[{{{IMAGE}}}]]
Portrayed by {{{ACTOR}}}
Appearances {{{APPEARANCE}}}

This template is used for generating info boxes on specific pages. To use on a page paste the following code and fill in the fields requested.

{{Infobox|
|NAME=Character Name
|IMAGE=Character Image
|CAPTION=Image Caption if needed
|ACTOR=Actors Portraying Character
|APPEARANCE=Appearances of Character
|PROVINCE-IMAGE=
|PROVINCE-NAME=
}}