Template:Navbox: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
(based off of the original)
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
<div style="padding:5px;background:white;border:2px solid grey;">
<div style="padding:5px;background:white;border:2px solid grey;">
{| class="wikitable" style="width:100%;text-align:center;"
{| class="wikitable" style="width:100%;text-align:center;"
|+ <span style="padding:5px;background:{{{color}}};">{{{title}}}</span>
|+ <div style="padding:5px;background:{{{1}}};width:100%;">{{{2}}}</div>
|-
|-
| <span style="padding:5px;background:{{{color}}}80;">{{{above}}}</span>
| <div style="padding:5px;background:{{{1}}}80;width:100%;">{{{3}}}</div>
|}
|}
{| class="wikitable" style="width:100%;"
{| class="wikitable" style="width:100%;"
|-
|-
| <span style="padding:5px;background:{{{color}}}80;">{{{group1}}}</span> || {{{info1}}}
| {{{4}}} || {{{5}}}
|}
|}
{| class="wikitable" style="width:100%;text-align:center;"
{| class="wikitable" style="width:100%;text-align:center;"
Line 22: Line 22:
{| class="wikitable" style="width:100%;text-align:center;"
{| class="wikitable" style="width:100%;text-align:center;"
|-
|-
| <span style="padding:5px;background:{{{color}}};">{{{below}}}</span>
| <div style="padding:5px;background:{{{1}}};width:100%;">{{{6}}}</div>
|}
|}
<span>[[Template:{{PAGENAME}}|V]] • [[Template talk:{{PAGENAME}}|T]] • [[Special:EditPage/Template:{{PAGENAME}}|E]]</span>
</div>
</div>

Latest revision as of 22:36, 6 May 2025

notes:

repeat the | {{{group1}}} || {{{info1}}} | part to your liking when you make your special template

{{{color}}} MUST BE A HEX CODE with a hash TO WORK


{{{2}}}
{{{3}}}
{{{4}}} {{{5}}}
{{{6}}}

VTE