Help: Navigatie

Uit MediaWikiGids
Versie door Bmulckhu (Overleg | bijdragen) op 20 mrt 2017 om 21:08

(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Ga naar: navigatie, zoeken

Navigatie Secties

Het is mogelijk om de inhoud van deze secties te wijzigen via de systeemberichten en de zichtbaarheid te besturen via de {{#tweekihide:}} parser function en configuratie opties.

Voorbeeld: Wanneer je de inhoud van de rechtse 'sidebar' wilt aanpassen, bewerk dan MediaWiki:tweeki-sidebar-right.

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


navbar

De hoofd navigatie aan de bovenkant van de pagina.

In this demo installation op tweeki 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).

Het bestaat uit drie onderdelen, waarvan de inhoud aangepast kan worden via de systeemberichten ('system messages'):

navbar-brand, navbar-left en navbar-right
subnav

The subnavigation, using Bootstrap's .nav classes.

Pills


Tabs

sidebar-left

De linker 'sidebar' is standaard leeg.

sidebar-right

De rechter sidebar bevat standaard de edit knop en de inhoudsopgave.

footer

De 'footer' kan geheel aangepast worden. Zie Footer Voorbeelden voor een overzicht. Standaard is de inhoud:

  • 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

De inhoud van dit element kan niet direct aangepast worden, maar kan wel op gewenste pagina's of voor zekere gebruikersgroepen verborgen worden.

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.

 TALK

A link to the talk page or the main page if you already are on the talk page.

 TOOLBOX

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

 VIEWS

MediaWiki standard views: read, edit, history.

 ACTIONS

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

 PERSONAL

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

 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.