Template:Navbar3: Difference between revisions
Jump to navigation
Jump to search
(Created navbar where the parameters can be plain text and can be omitted without breaking the page.) |
(<hr> -> <div>. Now headlines following a navbar will no longer disappear!) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<onlyinclude><includeonly><!-- | <onlyinclude><includeonly><!-- | ||
-->< | --><div style="clear:both; height:0.5em;"></div> | ||
---- | |||
<div style="width:{{#if: {{{width|}}} | {{{width}} | | <div style="width:{{#if:{{{width|}}} | {{{width}}} | 40em }}; border-bottom:1px solid #6FA0FF; margin:12px auto; text-align:center;"> | ||
<div style="font-size:. | <div style="font-size:.8em; font-weight:bold;">{{{2|}}}</div> | ||
<div style="text-align:left;width:50%;float:left;margin-bottom:12px;">{{#if: {{{1|}}} | ← {{{1}}} }}</div> | <div style="text-align:left; width:50%; float:left; margin-bottom:12px;">{{#if: {{{1|}}} | ← {{{1}}} }}</div> | ||
<div style="text-align:right;width:50%;float:right;margin-bottom:12px;">{{#if: {{{3|}}} | {{{3}}} →}}</div> | <div style="text-align:right; width:50%; float:right; margin-bottom:12px;">{{#if: {{{3|}}} | {{{3}}} →}}</div> | ||
</div><!-- | </div><!-- | ||
--></includeonly></onlyinclude> | --></includeonly></onlyinclude> | ||
{{documentation|Template:Navbar/doc}} | {{documentation|Template:Navbar/doc}} |