Extension:ParserFunctions/de-formal
![]() Release status: stableCategory:Stable extensions/de-formal |
|
---|---|
Implementation | Parser functionCategory:Parser function extensions/de-formal |
Description | Erweitert den Parser um Logische und Zeichenketten-Funktionen (engl. string functions) |
Author(s) | Tim StarlingDiskussion |
Latest version | Kontinuierliche Updates |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.25+Category:Extensions with manual MediaWiki version/de-formal |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | Category:Extensions in Wikimedia version control/de-formal README |
Help | |
|
|
Translate the ParserFunctions extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
Die Erweiterung ParserFunctions bereichert den Wikitext-Parser um hilfreiche Funktionen hauptsächlich im Bereich Logik- und Zeichenketten-Handhabung (string functions). Seit MediaWiki 1.15 hat ParserFunctions die allermeisten (aber nicht alle) der Funktionen der StringFunctions-Erweiterung aufgenommen, die wahlweise ein- oder ausgeschaltet werden können (lesen Sie dazu die unten stehenden Anweisungen).
Eine Anleitung, wie diese Erweiterung benutzt werden kann, steht auf den Seiten ParserFunctions help page und StringFunctions.
Installation
This extension comes with MediaWiki 1.18 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
Category:Extensions bundled with MediaWiki 1.18/de-formal
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
ParserFunctions
im Ordnerextensions/
ablegen.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
- Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'ParserFunctions' );
- Konfigurieren Sie nach Bedarf, zum Beispiel die enthaltenen Zeichenketten-Funktionen (string functions) hinter der vorherigen Zeile:
$wgPFEnableStringFunctions = true;
Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Konfiguration
$wgPFEnableStringFunctions
- Ermöglicht die Aktvierung der enthaltenen Zeichenketten-Funktionen (siehe dazu string functions ). Der Standardwert ist
false
. $wgPFStringLengthLimit
- Legt die maximal erlaubte Zeichenketten-Länge fest, auf der die Zeichenketten-Funktionen angewendet werden. Der Standardwert ist
1000
.
Help pages
Siehe auch
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
![]() | This extension is included in the following wiki farms/hosts and/or packages:
|
Category:All extensions/de-formal
Category:Extensions available as Debian packages/de-formal
Category:Extensions bundled with MediaWiki 1.18/de-formal
Category:Extensions in Wikimedia version control/de-formal
Category:Extensions included in BlueSpice/de-formal
Category:Extensions included in Canasta/de-formal
Category:Extensions included in Fandom/de-formal
Category:Extensions included in Miraheze/de-formal
Category:Extensions included in MyWikis/de-formal
Category:Extensions included in ProWiki/de-formal
Category:Extensions included in ShoutWiki/de-formal
Category:Extensions included in Telepedia/de-formal
Category:Extensions included in WikiForge/de-formal
Category:Extensions included in semantic::core/de-formal
Category:Extensions included in wiki.gg/de-formal
Category:Extensions used on Wikimedia/de-formal
Category:Extensions with manual MediaWiki version/de-formal
Category:GPL licensed extensions/de-formal
Category:ParserFirstCallInit extensions/de-formal
Category:ParserTestGlobals extensions/de-formal
Category:Parser function extensions/de-formal
Category:ScribuntoExternalLibraries extensions/de-formal
Category:Stable extensions/de-formal