Template:Infobox: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
m (Text replacement - "userpage" to "user page")
 
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| class="infobox" style="border: 2px #FFD700 solid; -moz-border-radius: 10px; background:#FAFAD2; float: right; padding: 7px; width:290px;"
<!-- COPY THIS CODING BELOW TO CREATE A NEW INFOBOX TEMPLATE -->
<!-- saving for character infobox space
{|class="infobox" style="border-color:#A9A9A9" width="350px"
|+ colspan="2" style="font-size: larger;"|'''{{{boxtitle}}}'''
|-
|-
|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"|'''{{{boxtitle}}}'''
|colspan="2" style="text-align:center; background:#FFD700"|'''<font color="black">{{{boxtitle}}}</font>'''
|-  
|-
|style="background:#A9A9A9"|{{{option1}}}
|valign="top" style=" background:#FFD700; width:110px"|'''<font color="black">{{{option1}}}</font>'''
|style="background:#A9A9A9"|{{{info1}}}
|style="background:#FFFFFF"|{{{info1}}}
|-  
|-
|style="background:#A9A9A9"|{{{option2}}}
|valign="top" style=" background:#FFD700; width:110px"|'''<font color="black">{{{option2}}}</font>'''
|style="background:#A9A9A9"|{{{info2}}}
|style="background:#FFFFFF"|{{{info2}}}
|-  
|-
|style="background:#A9A9A9"|{{{option3}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option3}}}</font>'''
|style="background:#A9A9A9"|{{{info3}}}
|style="background:#FFFFFF"|{{{info3}}}
|-  
|-
|style="background:#A9A9A9"|{{{option4}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option4}}}</font>'''
|style="background:#A9A9A9"|{{{info4}}}
|style="background:#FFFFFF"|{{{info4}}}
|-  
|-
|style="background:#A9A9A9"|{{{option5}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option5}}}</font>'''
|style="background:#A9A9A9"|{{{info5}}}
|style="background:#FFFFFF"|{{{info5}}}
|-  
|-
|style="background:#A9A9A9"|{{{option6}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option6}}}</font>'''
|style="background:#A9A9A9"|{{{info6}}}
|style="background:#FFFFFF"|{{{info6}}}
|-  
|-
|style="background:#A9A9A9"|{{{option7}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option7}}}</font>'''
|style="background:#A9A9A9"|{{{info7}}}
|style="background:#FFFFFF"|{{{info7}}}
|-  
|-
|style="background:#A9A9A9"|{{{option8}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option8}}}</font>'''
|style="background:#A9A9A9"|{{{info8}}}
|style="background:#FFFFFF"|{{{info8}}}
|-  
|-
|style="background:#A9A9A9"|{{{option9}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option9}}}</font>'''
|style="background:#A9A9A9"|{{{info9}}}
|style="background:#FFFFFF"|{{{info9}}}
|-  
|-
|style="background:#A9A9A9; border-bottom-left-radius:0.5em"|{{{option10}}}
|valign="top" style="background:#FFD700"|'''<font color="black">{{{option10}}}</font>'''
|style="background:#A9A9A9; border-bottom-right-radius:0.5em"|{{{info10}}}
|style="background:#FFFFFF"|{{{info10}}}
|}
|}
<!-- COPY THIS CODING ABOVE TO CREATE A NEW INFOBOX TEMPLATE --><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.


<noinclude>
When copying the coding of this Template to create a new Infobox template:
==Usage==
*Delete codings that are not needed.
Syntax:<br>
*The bottommost coding is the recommended bottommost part for the Infobox
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''boxtitle  = <br />
'''|'''image  = <br />
'''|'''option1  = <br />
'''|'''info1  = <br />
'''|'''option2  = <br />
'''|'''info2  = <br />
'''|'''option3  = <br />
'''|'''info3  = <br />
'''|'''option4  = <br />
'''|'''info4  = <br />
'''|'''option5  = <br />
'''|'''info5  = <br />
'''|'''option6  = <br />
'''|'''info6  = <br />
'''|'''option7  = <br />
'''|'''info7  = <br />
'''|'''option8  = <br />
'''|'''info8  = <br />
'''|'''option9  = <br />
'''|'''info9  = <br />
'''|'''option10  = <br />
'''|'''info10  = <br />
'''<nowiki>}}</nowiki>'''</code>


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