Template:Infobox: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(for now)
No edit summary
Line 1: Line 1:
<!-- COPY THIS CODING BELOW TO CREATE A NEW INFOBOX TEMPLATE -->
<!-- COPY THIS CODING BELOW TO CREATE A NEW INFOBOX TEMPLATE -->
{|style="border:solid 2px #A9A9A9; -moz-border-radius:10px; float:right;" width="30%"
{|style="border:solid 2px #A9A9A9; border-radius:10px; float:right;" width="30%"
|-
|-
|colspan="2" style="text-align:center; color:black; background:#A9A9A9; -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em;"|<big>'''{{{boxtitle}}}'''</big>
|colspan="2" style="text-align:center; color:black; background:#A9A9A9; border-top-left-radius: 1em; border-top-right-radius: 1em;"|<big>'''{{{boxtitle}}}'''</big>
|-
|-
|colspan="2" style="text-align:center"|{{{image}}}
|colspan="2" style="text-align:center"|{{{image}}}
Line 35: Line 35:
|style="background:#A9A9A9"|{{{info9}}}
|style="background:#A9A9A9"|{{{info9}}}
|-  
|-  
|style="background:#A9A9A9; -moz-border-radius-bottomleft: 1em;"|{{{option10}}}
|style="background:#A9A9A9; border-bottom-left-radius: 1em;"|{{{option10}}}
|style="background:#A9A9A9; -moz-border-radius-bottomright: 1em;"|{{{info10}}}
|style="background:#A9A9A9; border-bottom-right-radius: 1em;"|{{{info10}}}
|}
|}
<!-- COPY THIS CODING ABOVE TO CREATE A NEW INFOBOX TEMPLATE -->
<!-- COPY THIS CODING ABOVE TO CREATE A NEW INFOBOX TEMPLATE -->

Revision as of 11:37, 28 March 2012

{{{boxtitle}}}
{{{image}}}
{{{boxtitle}}}
{{{option1}}} {{{info1}}}
{{{option2}}} {{{info2}}}
{{{option3}}} {{{info3}}}
{{{option4}}} {{{info4}}}
{{{option5}}} {{{info5}}}
{{{option6}}} {{{info6}}}
{{{option7}}} {{{info7}}}
{{{option8}}} {{{info8}}}
{{{option9}}} {{{info9}}}
{{{option10}}} {{{info10}}}

This Template is the basis for all Infobox Templates in the KHWiki Mainspace. In short, Infobox templates should closely model this template's appearance with minimal variances.

When copying the coding of this Template to create a new Infobox template:

  • Delete codings that are not needed.
  • The bottommost coding is the recommended bottommost part for the Infobox

You may also use it to create a KHWiki Infobox in your userpage. Advanced help is recommended.