Difference between revisions of "Rules for Navbars"
From GhostBSD Wiki
(Created page with "{{welcome}} {{Navbar Wiki Contributor Page}} ==Intoduction== Navbars are lists to connect pages or lists of pages connected to each other. So you can navigate between differ...") |
(→Help Pages) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
==Rules== | ==Rules== | ||
− | # Use tables | + | # Use tables, <nowiki>background white, color code #FFFFFF, border solid, color code #008000</nowiki> |
# The number of lines and columns are your choice. | # The number of lines and columns are your choice. | ||
− | # The first line goes over all columns. | + | # The first line goes over all columns and contents a link to main page of the connected pages. |
+ | # The last line goes also over all columns and contains a link to the next higher page, the overall page, the superior page. | ||
+ | |||
+ | |||
+ | '''Example:'''<br/> | ||
+ | <nowiki>{|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text- align:center;padding: 10px" | ||
+ | |- | ||
+ | !colspan="2"|[[Wiki Contributor Page]] | ||
+ | |- | ||
+ | |[[Foo1]] | ||
+ | |[[Foo2]] | ||
+ | |- | ||
+ | !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Contribution]]'''Contribution''' | ||
+ | |||
+ | |}</nowiki> | ||
+ | |||
+ | It should look like: | ||
+ | {|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text-align:center;padding: 10px" | ||
+ | |- | ||
+ | !colspan="2"|[[Wiki Contributor Page]] | ||
+ | |- | ||
+ | |Foo1 | ||
+ | |Foo2 | ||
+ | |- | ||
+ | !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Contribution]]'''Contribution''' | ||
+ | |||
+ | |} | ||
+ | |||
+ | ==Help Pages== | ||
+ | |||
+ | * Tables: [https://www.mediawiki.org/wiki/Help:Tables Mediawiki Help Tables] | ||
+ | * Colors: [https://www.rapidtables.com/web/css/css-color.html Css color] | ||
+ | * Links: [https://www.mediawiki.org/wiki/Help:Links Mediawiki Help Links] | ||
Latest revision as of 11:52, 5 February 2020
Welcome to Rules for Navbars. |
Wiki Contributor Page | |
---|---|
Rules for Design | Rules for Content |
Rules for Maintenance | Special Pages |
Rules for Templates | Rules for Navbars |
Rules for Categories | Rules for Translation |
Syntax | To Do Page |
Back to Contribution |
Intoduction[edit]
Navbars are lists to connect pages or lists of pages connected to each other. So you can navigate between different pages easily.
Rules[edit]
- Use tables, background white, color code #FFFFFF, border solid, color code #008000
- The number of lines and columns are your choice.
- The first line goes over all columns and contents a link to main page of the connected pages.
- The last line goes also over all columns and contains a link to the next higher page, the overall page, the superior page.
Example:
{|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text- align:center;padding: 10px" |- !colspan="2"|[[Wiki Contributor Page]] |- |[[Foo1]] |[[Foo2]] |- !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Contribution]]'''Contribution''' |}
It should look like:
Wiki Contributor Page | |
---|---|
Foo1 | Foo2 |
Back to Contribution |
Help Pages[edit]
- Tables: Mediawiki Help Tables
- Colors: Css color
- Links: Mediawiki Help Links