Template:Infobox: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Text replacement - "userpage" to "user page")
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{|style="border:solid 2px #A9A9A9; -moz-border-radius:10px; float:right;" width="30%"
<!-- COPY THIS CODING BELOW TO CREATE A NEW INFOBOX TEMPLATE -->
{|class="infobox" style="border-color:#A9A9A9" width="350px"
|-
|-
|colspan="2" style="text-align:center; color:black; background:#A9A9A9; -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em;"|<big>'''{{{boxtitile}}}'''</big>
|colspan="2" style="text-align:center; color:black; background:#A9A9A9; border-top-left-radius:0.5em; border-top-right-radius:0.5em"|<big>'''{{{boxtitle}}}'''</big>
|-
|-
|colspan="2" style="text-align:center"|{{{image}}}
|colspan="2" style="text-align:center"|{{{image}}}
|-
|-
|colspan="2" style="text-align:center; color:black; background:#A9A9A9"|'''{{{boxtitile}}}'''
|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{{{option1}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option2}}}
|style="background:#A9A9A9"|{{{option2}}}
|style="background:#A9A9A9"|{{{info2}}}
|style="background:#A9A9A9"|{{{info2}}}
|- class{{{option2}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option3}}}
|style="background:#A9A9A9"|{{{option3}}}
|style="background:#A9A9A9"|{{{info3}}}
|style="background:#A9A9A9"|{{{info3}}}
|- class{{{option3}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option4}}}
|style="background:#A9A9A9"|{{{option4}}}
|style="background:#A9A9A9"|{{{info4}}}
|style="background:#A9A9A9"|{{{info4}}}
|- class{{{option4}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option5}}}
|style="background:#A9A9A9"|{{{option5}}}
|style="background:#A9A9A9"|{{{info5}}}
|style="background:#A9A9A9"|{{{info5}}}
|- class{{{option5}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option6}}}
|style="background:#A9A9A9"|{{{option6}}}
|style="background:#A9A9A9"|{{{info6}}}
|style="background:#A9A9A9"|{{{info6}}}
|- class{{{option6}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option7}}}
|style="background:#A9A9A9"|{{{option7}}}
|style="background:#A9A9A9"|{{{info7}}}
|style="background:#A9A9A9"|{{{info7}}}
|- class{{{option7}}}="hiddenStructure"
|-  
|style="background:#A9A9A9"|{{{option7}}}
|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"|{{{option10}}}
|style="background:#A9A9A9; border-bottom-left-radius:0.5em"|{{{option10}}}
|style="background:#A9A9A9"|{{{info10}}}
|style="background:#A9A9A9; border-bottom-right-radius:0.5em"|{{{info10}}}
|-
|colspan="2" style="text-align:center; color:black; background:#A9A9A9; -moz-border-radius-bottomleft: 1em; -moz-border-radius-bottomright: 1em;"|<big>'''{{{boxtitle}}}'''</big>
|}
|}
 
<!-- 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.
*Aside from the usual information, you may additional variables to the infobox.
*You may input as much as 10 additional variables. If there are none, leave them blank.


==Usage==
When copying the coding of this Template to create a new Infobox template:
Syntax:<br>
*Delete codings that are not needed.
{| style="float: bottom;"
*The bottommost coding is the recommended bottommost part for the Infobox
|
<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}}]]
You may also use it to create a KHWiki Infobox in your user page. Advanced help is recommended.
[[Category:Infoboxes|{{PAGENAME}}]]
{{delete|unused}}
</noinclude>
[[Category:Templates]]
[[Category:Infoboxes]]</noinclude>

Latest revision as of 02:54, 31 December 2021

{{{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 user page. Advanced help is recommended.

All worlds begin in darkness, and all so end.
Ansem 7★ KHUX.png
This page has been nominated for deletion for: unused.

If you believe it should remain, please state why on KHWiki:Pages for deletion.

You may continue editing this page, but this notice must not be removed until discussions regarding it have closed.