Template:Navbox: Difference between revisions
Jump to navigation
Jump to search
UmbraNight (talk | contribs) No edit summary Tag: Reverted |
UmbraNight (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#invoke:Navbox|navbox}} | |||
<noinclude> | |||
{{Navbox | |||
| navbar = off | |||
| bodystyle = width: 80%; margin: auto; margin-top: 5px; margin-bottom: 5px; | |||
| titlestyle = background: #BBBBBB; text-align: center; width: 1000px; | |||
| liststyle = font-size: .8em; border: 0px; padding: 5px; | |||
| belowstyle = background: #BBBBBB; padding: 5px; text-align: center; font-size: .8em; width: 100%; | |||
| below = -----BELOW----- | |||
| title = -----TITLE----- | |||
| list1 = | |||
<div class="mw-collapsed mw-collapsible mw-collapsible-content"> | |||
{{Navbox | |||
| liststyle = border: 0px; padding: 5px; | |||
| groupstyle = background: #EEEEEE; text-align: left; padding: 5px; width: 15%; | |||
<!-- | |||
------------------------------ | |||
-- ACTUAL CONTENT GOES HERE -- | |||
------------------------------ | |||
--> | |||
}} | |||
</div> | |||
}} | |||
<pre> | |||
{{Navbox | |||
| navbar = off | |||
| bodystyle = width: 80%; margin: auto; margin-top: 5px; margin-bottom: 5px; | |||
| titlestyle = background: #BBBBBB; text-align: center; width: 1000px; | |||
| liststyle = font-size: .8em; border: 0px; padding: 5px; | |||
| belowstyle = background: #BBBBBB; padding: 5px; text-align: center; font-size: .8em; width: 100%; | |||
| below = -----BELOW----- | |||
| title = -----TITLE----- | |||
| list1 = | |||
<div class="mw-collapsed mw-collapsible mw-collapsible-content"> | |||
{{Navbox | |||
| liststyle = border: 0px; padding: 5px; | |||
| groupstyle = background: #EEEEEE; text-align: left; padding: 5px; width: 15%; | |||
<!-- | |||
-ACTUAL CONTENT GOES HERE - | |||
--> | |||
}} | |||
</div> | |||
}} | |||
</pre> | |||
</noinclude> | |||
Latest revision as of 04:12, 13 November 2023
| |||||||||||
{{Navbox
| navbar = off
| bodystyle = width: 80%; margin: auto; margin-top: 5px; margin-bottom: 5px;
| titlestyle = background: #BBBBBB; text-align: center; width: 1000px;
| liststyle = font-size: .8em; border: 0px; padding: 5px;
| belowstyle = background: #BBBBBB; padding: 5px; text-align: center; font-size: .8em; width: 100%;
| below = -----BELOW-----
| title = -----TITLE-----
| list1 =
<div class="mw-collapsed mw-collapsible mw-collapsible-content">
{{Navbox
| liststyle = border: 0px; padding: 5px;
| groupstyle = background: #EEEEEE; text-align: left; padding: 5px; width: 15%;
<!--
-ACTUAL CONTENT GOES HERE -
-->
}}
</div>
}}