Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Template:Navbox Subitem"

From Prime-Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 34: Line 34:
 
}}
 
}}
 
</pre>
 
</pre>
[[Category:Navboxes| Subitem]]</noinclude><includeonly>{|
+
[[Category:Navboxes| Subitem]]</noinclude><includeonly>{| style="border-collapse:collapse; margin-left:-2px; margin-top:2px;"
| style="width:180px; background-color:SkyBlue; height=100%; font-weight:bold;" |{{{1}}}
+
| class="color-NavBox" style="width:12em; padding-left:5px; height=100%; font-weight:bold;" |{{{1}}}
| {{Hlist|{{{2}}}}}
+
| style="padding-left:5px;" | {{Hlist|{{{2}}}}}
 
|}</includeonly>
 
|}</includeonly>

Latest revision as of 08:42, 26 July 2021

Creates a subitem in a Navbox Main:

Parameter

  • title
  • list of subitems/links

Example

{{Navbox Subitem
| Examples
|*[[Examples]]
*[[:Category:Templates|Templates]]
*[[Prime]]
*[[Main Page]]
}}
Examples

Template

{{Navbox Subitem
| <title>
| <itemlist>
}}