Template:Tab: Difference between revisions

From Pixar Cars Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="font-weight:bold; text-align:center; margin:0 0 10px 0; border-bottom:1px solid #ccc">
<div class="tab" style="font-weight:bold; text-align:center; margin:0 0 10px 0; border-bottom:1px solid #ccc">
{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}| <!-- main page -->
{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}| <!-- main page -->
<div class="tab-top" style="min-width:{{{minwidth|5.0}}}em; max-width:{{{maxwidth|12}}}em; float:left; border:1px solid #ccc; margin-bottom:-1px; background:#9C1A18; border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; padding: 3px">
<div class="tab-top" style="min-width:{{{minwidth|5.0}}}em; max-width:{{{maxwidth|12}}}em; float:left; border:1px solid #ccc; margin-bottom:-1px; background:#9C1A18; border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; padding: 3px">
Line 5: Line 5:
<td style="vertical-align:center; color:white">{{{tab1}}}</td></tr></table></div>
<td style="vertical-align:center; color:white">{{{tab1}}}</td></tr></table></div>
|
|
<div class="tab-top" style="min-width:{{{minwidth|5.0}}}em; max-width:{{{maxwidth|12}}}em; float:left; border:1px solid #ccc; margin-bottom:-1px; background:#9C1A18; border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; padding: 3px">
<div class="tab-top" id="t-top" style="min-width:{{{minwidth|5.0}}}em; max-width:{{{maxwidth|12}}}em; float:left; border:1px solid #ccc; margin-bottom:-1px; background:#9C1A18; border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; padding: 3px">
<table style="height:100%;width:100%;"><tr>
<table style="height:100%;width:100%;"><tr>
<td style="vertical-align:center; color:white">[[{{NAMESPACE}}:{{BASEPAGENAME}}{{!}}{{{tab1}}}]]</td>
<td style="vertical-align:center; color:white">[[{{NAMESPACE}}:{{BASEPAGENAME}}{{!}}{{{tab1}}}]]</td>
Line 104: Line 104:
</tr></table></div>
</tr></table></div>
}}
}}
}}<br style="clear:both;" /></div><noinclude>
}}<div class="desktop-only"><br style="clear:both;" /></div></div><noinclude>
 
==Documentation==
This is used at the very top of articles, to provide easy navigation between any sub-pages that exist for it.
 
Parameters example (up to 9)
<pre>{{tab|tab1=|tab2=|tab3=}}</pre>
<code>tab1=</code> will always link to the base article page: Therefore, the text you input determines only what the link text will say. For all other parameters, the inputted text must match the existing sub-page you wish to link to. For instance, if wanting to link to [[Doug Crankel/Merchandise]], add <code>|tab2=Merchandise</code>.
 
[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Latest revision as of 23:42, 7 April 2024

{{{tab1}}}

Documentation

This is used at the very top of articles, to provide easy navigation between any sub-pages that exist for it.

Parameters example (up to 9)

{{tab|tab1=|tab2=|tab3=}}

tab1= will always link to the base article page: Therefore, the text you input determines only what the link text will say. For all other parameters, the inputted text must match the existing sub-page you wish to link to. For instance, if wanting to link to Doug Crankel/Merchandise, add |tab2=Merchandise.