Revision as of 11:05, 25 November 2006 editDocu (talk | contribs)97,802 edits change to div to repair layout (see talk)← Previous edit |
Revision as of 04:22, 27 November 2006 edit undoAndrwsc (talk | contribs)Extended confirmed users74,784 edits changing it back. The new (old) edit breaks about 3000 pages in the Olympics WikiProjectNext edit → |
Line 1: |
Line 1: |
|
<div class="NavFrame" style="clear:both" style="collapsible {{{STATE|autocollapse}}}"> |
|
{| class="navbox collapsible {{{STATE|autocollapse}}}" |
|
|
|- |
|
<div class="NavHead" style="z-index: 0; {{ #if: {{{COLOR|}}} | background: {{{COLOR}}} }}">{{{TITLE}}}</div> |
|
! {{#if:{{{COLOR|}}}|style="background-color: {{{COLOR}}}"}} | {{{TITLE}}} |
|
<div class="NavContent" style="font-size: 90%;"> |
|
|
|
|- |
|
{{{CONTENT}}} |
|
| {{{CONTENT}}} |
|
</div> |
|
|
⚫ |
|}<noinclude><pre>Parameter: |
|
<div class="NavEnd"> </div> |
|
⚫ |
</div><noinclude><pre>Parameter: |
|
|
TITLE = heading of the navigation box |
|
TITLE = heading of the navigation box |
|
CONTENT = contents of the navigation box. Use <nowiki>&#124;</nowiki> to separate links. |
|
CONTENT = contents of the navigation box. Use <nowiki>&#124;</nowiki> to separate links. |
|
It is not possible to include a pipe ("|") in the contents |
|
It is not possible to include a pipe ("|") in the contents |
|
as this symbol is used to separate parameters. |
|
as this symbol is used to separate parameters. |
|
STATE = (currently not available) Optional parameter (defaults to autocollapse): if set |
|
STATE = Optional parameter (defaults to autocollapse): if set |
|
to collapsed the navigation box will always start out |
|
to collapsed the navigation box will always start out |
|
in a collapsed state. |
|
in a collapsed state. |