Template:Navbox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Navbox |bodyclass = |name = {{subst:PAGENAME}} |title = |titlestyle = |image = |above = |group1 = |list1 = |group2 = |list2 = ... |group20 = |list20 = |below = }}") |
UmbraNight (talk | contribs) No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{#invoke:Navbox|navbox}} | |||
<noinclude> | |||
{{Navbox | {{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>
}}