Template:Infobox: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<!-- 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; -moz-border-radius:10px; float:right;" width="30%"
|-
|-
Line 6: Line 7:
|-
|-
|colspan="2" style="text-align:center; color:black; background:#A9A9A9"|'''{{{boxtitle}}}'''
|colspan="2" style="text-align:center; color:black; background:#A9A9A9"|'''{{{boxtitle}}}'''
|- class{{{option1}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option1}}}
|style="background:#A9A9A9"|{{{option1}}}
|style="background:#A9A9A9"|{{{info1}}}
|style="background:#A9A9A9"|{{{info1}}}
|- class{{{option2}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option2}}}
|style="background:#A9A9A9"|{{{option2}}}
|style="background:#A9A9A9"|{{{info2}}}
|style="background:#A9A9A9"|{{{info2}}}
|- class{{{option3}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option3}}}
|style="background:#A9A9A9"|{{{option3}}}
|style="background:#A9A9A9"|{{{info3}}}
|style="background:#A9A9A9"|{{{info3}}}
|- class{{{option4}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option4}}}
|style="background:#A9A9A9"|{{{option4}}}
|style="background:#A9A9A9"|{{{info4}}}
|style="background:#A9A9A9"|{{{info4}}}
|- class{{{option5}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option5}}}
|style="background:#A9A9A9"|{{{option5}}}
|style="background:#A9A9A9"|{{{info5}}}
|style="background:#A9A9A9"|{{{info5}}}
|- class{{{option6}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option6}}}
|style="background:#A9A9A9"|{{{option6}}}
|style="background:#A9A9A9"|{{{info6}}}
|style="background:#A9A9A9"|{{{info6}}}
|- class{{{option7}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option7}}}
|style="background:#A9A9A9"|{{{option7}}}
|style="background:#A9A9A9"|{{{info7}}}
|style="background:#A9A9A9"|{{{info7}}}
|- class{{{option8}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option8}}}
|style="background:#A9A9A9"|{{{option8}}}
|style="background:#A9A9A9"|{{{info8}}}
|style="background:#A9A9A9"|{{{info8}}}
|- class{{{option9}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option9}}}
|style="background:#A9A9A9"|{{{option9}}}
|style="background:#A9A9A9"|{{{info9}}}
|style="background:#A9A9A9"|{{{info9}}}
|- class{{{option10}}}="hiddenStructure"
|-  
|style="background:#A9A9A9; -moz-border-radius-bottomleft: 1em;"|{{{option10}}}
|style="background:#A9A9A9; -moz-border-radius-bottomleft: 1em;"|{{{option10}}}
|style="background:#A9A9A9; -moz-border-radius-bottomright: 1em;"|{{{info10}}}
|style="background:#A9A9A9; -moz-border-radius-bottomright: 1em;"|{{{info10}}}
|}
|}
 
<!-- COPY THIS CODING ABOVE TO CREATE A NEW INFOBOX TEMPLATE -->
<noinclude>
<noinclude>
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.
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 this Template to create the new Infobox template:
When copying the coding of this Template to create a new Infobox template:
*Delete codings that are not needed.
*Delete codings that are not needed.
*Option and Info parameters should be changed into their specific variables.
*The bottommost coding is the recommended bottommost part for the Infobox
*The line ''class{{{optionxx}}}="hiddenStructure"'' should be removed.


You may also use it to create a KHWiki Infobox in your userpage. Advanced help is recommended.
You may also use it to create a KHWiki Infobox in your userpage. Advanced help is recommended.
==Usage==
Syntax:<br>
{| style="float: bottom;"
|
<pre>
{{Infobox
|boxtitle=
|image=
|option1 = e.g. English voice actor
|info1 = e.g. John Doe
|option2 =
|info2 =
|option3 =
|info3 =
|option4 =
|info4 =
|option5 =
|info5 =
|option6 =
|info6 =
|option7 =
|info7 =
|option8 =
|info8 =
|option9 =
|info9 =
|option10 =
|info10 =
|}}
</pre>
|}


[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
[[Category:Infoboxes|{{PAGENAME}}]]
[[Category:Infoboxes|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 12:56, 18 January 2008

{{{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.