Difference between revisions of "Navigation"

From Tweeki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 159: Line 159:
 
*#|Move
 
*#|Move
 
*#|Delete
 
*#|Delete
</btn> <span class="fa fa-arrows-h"></span> <btn icon="pen" class="btn-primary">
+
</btn> <span class="fa fa-arrows-alt-h mr-2"></span> <btn icon="pen" class="btn-primary">
 
#|Edit
 
#|Edit
 
</btn>
 
</btn>
Line 172: Line 172:
 
! <span class="fa fa-cube"></span>&nbsp;TALK
 
! <span class="fa fa-cube"></span>&nbsp;TALK
 
|
 
|
<btn>
+
<btn icon="comments">
 
Talk
 
Talk
</btn> <span class="fa fa-arrows-h"></span> <btn>
+
</btn> <span class="fa fa-arrows-alt-h mr-2"></span> <btn>
 
Page
 
Page
 
</btn>
 
</btn>
A link to the talk page or the main page if you already are on the talk page.
+
A link to the talk page or the page itself if you already are on it's talk page.
  
 
|-
 
|-
Line 215: Line 215:
 
</btn>
 
</btn>
 
MediaWiki standard views: read, edit, history.
 
MediaWiki standard views: read, edit, history.
 +
 +
|-
 +
! <span class="fa fa-cube"></span>&nbsp;HISTORY
 +
|
 +
<btn icon="history">
 +
History
 +
</btn> <span class="fa fa-arrows-alt-h mr-2"></span> <btn>
 +
Page
 +
</btn>
 +
A link to the page history or the page itself if you already are on the history page.
 +
  
 
|-
 
|-
Line 243: Line 254:
 
Icon to watch/unwatch page.
 
Icon to watch/unwatch page.
  
''Note that the [[Configuration_Options#Use Star Icon for Watchlist|$wgTweekiUseIconWatch]] configuration parameter has to be set to true for this to work.''
+
''Note that the [[Configuration_Options#Use Star Icon for Watchlist|$wgTweekiSkinUseIconWatch]] configuration parameter has to be set to true for this to work.''
  
 
|-
 
|-
Line 250: Line 261:
 
  <btn>
 
  <btn>
 
Log in
 
Log in
</btn> <span class="fa fa-arrows-h"></span> <btn>
+
</btn> <span class="fa fa-arrows-alt-h mr-2"></span> <btn>
 
#|<span class="fa fa-user"></span> User
 
#|<span class="fa fa-user"></span> User
 
*User
 
*User
Line 261: Line 272:
 
A link to the log in form for anonymous users, a dropdown with the personal tools if already logged in.
 
A link to the log in form for anonymous users, a dropdown with the personal tools if already logged in.
  
 +
''Note: PERSONAL by default is hidden via configuration settings. If you want the link to the log in form to show up, you need to add the following line to LocalSettings.php:<br> <code>$wgTweekiSkinHideAnon['PERSONAL'] = false;</code>''
 
|-
 
|-
 
! <span class="fa fa-cube"></span>&nbsp;PERSONAL-EXT
 
! <span class="fa fa-cube"></span>&nbsp;PERSONAL-EXT
Line 308: Line 320:
 
|
 
|
 
the Logo as set via <code>$wgLogo</code> in LocalSettings.php. Use <code>#p-logo</code> to adapt the styling.
 
the Logo as set via <code>$wgLogo</code> in LocalSettings.php. Use <code>#p-logo</code> to adapt the styling.
 +
 +
''Note: This is to place the logo in one of the navigational sections. To put a logo in <code>navbar-brand</code> follow the [[How-Tos#Logo|How-To]].''
 
|}
 
|}

Latest revision as of 19:20, 7 September 2023


see also Navigation examples


Navigational Sections

You can change the content of these via system messages and control the visibility via the {{#tweekihide:}} parser function and configuration options.

Example: If you want to change the content of the right sidebar edit MediaWiki:tweeki-sidebar-right.

navbar
sidebar-
left
subnav sidebar-
right
main content
(including firstHeading)
footer


navbar

The main navigation on the top of the page. In this demo installation it is hidden for anonymous users. It can scroll with the page or it can be fixed and always visible (configure it via MediaWiki:Tweeki-navbar-class).

It consists of three parts whose contents can be changed via system messages: navbar-brand, navbar-left, and navbar-right

subnav

The subnavigation, using Bootstrap's .nav classes.

Pills


Tabs

sidebar-left

The left sidebar is empty by default.

sidebar-right

The right sidebar contains the edit button and the table of contents by default.

footer

The footer is fully customizable. See Footer Examples for an overview. It's default contents are

  • footer-info („This page was last modified at … by …“, „This page was viewed … times“),
  • footer-places (Privacy policy, About, Disclaimers),
  • footer-custom, and
  • footer-icons (MediaWiki etc.).
firstHeading

This element's content can not be changed directly but it can be hidden on certain pages or for certain users.

footer-info

footer-info-lastmod, footer-info-viewcount

footer-places

footer-places-privacy, footer-places-about, footer-places-disclaimer

footer-custom

fully customizable via MediaWiki:Tweeki-footer-custom – Shows a login link by default and is hidden for logged-in users.

footer-icons

footer-poweredbyico

Navigational Elements

These are some standard building blocks for the navigation. Use these elements to define content for the navigational sections above and add your own custom items using button markup. You can also define your own building blocks, so called Special Navigational Elements.

And you can always link to internal or external pages or build semantic dropdowns using Tweeki's Button syntax.

 EDIT

A simple "Edit" button for the current page

 EDIT-EXT

A split dropdown with "Edit Page" and the other ACTIONS in the dropdown menu. For users or contexts in which EDIT-EXT-special is hidden via configuration setting, hook or parser function the button will be reduced to the appearance of EDIT.

Note that the standard configuration hides EDIT-EXT for users who don't explicitly opt in to see „advanced features“ (see the $wgTweekiSkinHideNonAdvanced configuration parameter).

Also note: in order to completely hide the edit button for non-advanced users (e.g. anonymous users) you have to use EDIT-EXT in the respective parser function or configuration option.

 TALK

A link to the talk page or the page itself if you already are on it's talk page.

 TOOLBOX

The tools (depending on context): page information, special pages, upload file, related changes, what links here

 TOOLBOX-EXT

The tools (depending on context): page information, special pages, upload file, related changes, what links here PLUS recent changes (for the whole site)

 VIEWS

MediaWiki standard views: read, edit, history.

 HISTORY

A link to the page history or the page itself if you already are on the history page.


 ACTIONS

MediaWiki standard actions like purge, watch, move, delete.

 WATCH

Link to watch/unwatch page.

 ICONWATCH

Icon to watch/unwatch page.

Note that the $wgTweekiSkinUseIconWatch configuration parameter has to be set to true for this to work.

 PERSONAL

A link to the log in form for anonymous users, a dropdown with the personal tools if already logged in.

Note: PERSONAL by default is hidden via configuration settings. If you want the link to the log in form to show up, you need to add the following line to LocalSettings.php:
$wgTweekiSkinHideAnon['PERSONAL'] = false;

 PERSONAL-EXT

Same as PERSONAL but using LOGIN-EXT's dropdown.

 LOGIN

A link to the log in form for anonymous users, empty if already logged in.

 LOGIN-EXT

A dropdown to allow logging in while staying on the same page.

 SIDEBAR

The original content of the sidebar for Mediawiki's standard skins as defined in Mediawiki:Sidebar.

 LANGUAGES

Select different languages if your wiki supports it.

 SEARCH

The standard search box including autocomplete.

 FIRSTHEADING

You can place the first heading in any navigational section. Note that you can control the visibility of this element with FIRSTHEADING and the original heading in the content with firstHeading, i.e. it is case sensitive.

 TOC

Table of contents, if placed in the sidebar it makes use of Bootstrap's scrollspy feature.

 LOGO

the Logo as set via $wgLogo in LocalSettings.php. Use #p-logo to adapt the styling.

Note: This is to place the logo in one of the navigational sections. To put a logo in navbar-brand follow the How-To.