Difference between revisions of "Template:Navibox"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<includeonly><table border="0" {{#if:{{{state|}}}|class="collapsible {{{state|}}}"|class="collapsible"}} width="100%" cellpadding="3" cellspacing="0" style="margin: 1em 1em 1em 0; background: {{{boxbg|#f9f9f9}}}; border: 1px #aaa solid; border-collapse: collapse;" ><!-- Header --><tr style="background: {{{headerbg|}}}"><th colspan="2">{{{box-header|}}}</th></tr><!-- Groups -->{{#if:{{{group-title1|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title1|}}}</td><td style="background:{{{linksbg1|}}}; font-size:80%">{{{group-links1|}}}</td></tr>|}}{{#if:{{{group-title2|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title2|}}}</td><td style="background:{{{linksbg2|}}}; font-size:80%">{{{group-links2|}}}</td></tr>|}}{{#if:{{{group-title3|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title3|}}}</td><td style="background:{{{linksbg3|}}}; font-size:80%">{{{group-links3|}}}</td></tr>|}}{{#if:{{{group-title4|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title4|}}}</td><td style="background:{{{linksbg4|}}}; font-size:80%">{{{group-links4|}}}</td></tr>|}}{{#if:{{{group-title5|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title5|}}}</td><td style="background:{{{linksbg5|}}}; font-size:80%">{{{group-links5|}}}</td></tr>|}}</table></includeonly><noinclude>Basic template for the navigation boxes. See example of using it [[:Template:Sa-navi|there]] and [[:Template:GTA4-navi|there]]</noinclude>
+
<includeonly><table border="2" {{#if:{{{state|}}}|class="collapsible {{{state|}}}"|class="collapsible"}} width="100%" cellpadding="3" cellspacing="0" style="margin: 1em 1em 1em 0; background: {{{boxbg|#f9f9f9}}}; border: 3px white solid; border-collapse: collapse;" ><!-- Header --><tr style="background: {{{headerbg|}}}"><th colspan="2">{{{box-header|}}}</th></tr><!-- Groups -->{{#if:{{{group-title1|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title1|}}}</td><td style="background:{{{linksbg1|}}}; font-size:80%">{{{group-links1|}}}</td></tr>|}}{{#if:{{{group-title2|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title2|}}}</td><td style="background:{{{linksbg2|}}}; font-size:80%">{{{group-links2|}}}</td></tr>|}}{{#if:{{{group-title3|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title3|}}}</td><td style="background:{{{linksbg3|}}}; font-size:80%">{{{group-links3|}}}</td></tr>|}}{{#if:{{{group-title4|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title4|}}}</td><td style="background:{{{linksbg4|}}}; font-size:80%">{{{group-links4|}}}</td></tr>|}}{{#if:{{{group-title5|}}}|<tr><td width="110px" style="background:{{{groupbg|}}}; font-size:80%; text-align:right">{{{group-title5|}}}</td><td style="background:{{{linksbg5|}}}; font-size:80%">{{{group-links5|}}}</td></tr>|}}</table></includeonly><noinclude>Basic template for the navigation boxes. See example of using it [[:Template:Sa-navi|there]] and [[:Template:GTA4-navi|there]]</noinclude>

Revision as of 11:03, 28 January 2009

Basic template for the navigation boxes. See example of using it there and there