Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Hilfe:Seitenstatusindikatoren

From mediawiki.org
This page is atranslated version of the pageHelp:Page status indicators and the translation is 19% complete.
Outdated translations are marked like this.
Languages:

Page status indicators are icons (or short text snippets) displayed outside of the main content that provide quick information about the status of the article (for example whether the page isprotected or whether it is afeatured article).

They are also variously called top icons, page icons, heading icons or title icons.

This functionality was added toMediaWiki 1.25 inGerrit change 162609 to solveT25796 and replace the numerous ad-hoc solutions to this problem, such as the English Wikipedia's‘top icon’ template.

Anzeige von Seitenstatusindikatoren

Vector skin screenshot with indicator area marked.

Page status indicators are usually displayed in the top-right corner of the page, outside of the main content, or right before page title.Their exact location depends on theskin.

Hinzufügen von Seitenstatusindikatoren

Use the following syntax to add indicators to a page, changing thename attribute and contents of the tag to suit your tastes.

It is strongly recommended to create atemplate for each indicator type you're going to need, instead of including the tag syntax directly in articles.

Wikitext syntax:

<indicatorname="foo">[[File:Foo.svg|20px]]</indicator>

Lua module syntax:

mw.getCurrentFrame():extensionTag{name="indicator",content='[[File:Foo.svg|20px]]',args={name="foo"}}

Beachte:

  • When using a caption on the image, the caption automatically becomes atitle attribute with the contents of the caption.
  • Any wikitext can be added, not just images.(TemplateStyles is only supported starting withMediaWiki 1.39, seeT188443.)
  • Every indicator must have a unique identifier (name).It's not possible to have several indicators with the same name – in case of duplicates, the latest occurrence of the tag wins.
  • Indicators are displayed ordered by their names (case-sensitive) and not in order of their occurrence.This ensures consistency across pages and provides a simple means of ordering or grouping them.
  • Indicators are not tracked.They are intended to merely reflect the content or metadata that is already present on the page, and not be data themselves.You should be able to use the appropriatetracking category, templatetransclusions list,special page report, or other means to list pages that include a given indicator.

Known problems

Anpassen der Anzeige in deinem Wiki

If the skin you're using supports page status indicators (all default skins do), you can adjust their display usingsite and user CSS.The CSS classes to style are.mw-indicators (for the entire containing block) and.mw-indicator (for each separate indicator).

Each indicator is also given an ID of#mw-indicator-name, wherename is the name assigned to the indicator using the<indicatorname="foo"> syntax.

Zusätzliche Hilfen für Indikatoren in bestimmten Benutzeroberflächen

SieheHandbuch:SkinMustache.php.

Benutzung von Indikatoren im PHP

Access theOutputPage object and call itssetIndicators() method, passing an ID and the HTML string you want displayed.If you're adding a help link to documentation, call itsaddHelpLink() method, also implemented bySpecialPage and other classes.This puts a help link in the indicators area; for example, seeSpecial:WhatLinksHere.

Retrieved from "https://www.mediawiki.org/w/index.php?title=Help:Page_status_indicators/de&oldid=6091924"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp