Kiterjesztés:ParserFunctions
This extension comes with MediaWiki 1.18 and above. így nem kell újra letöltened. Az útmutató egyéb utasításait azonban továbbra is követned kell.
ParserFunctions Kiadási állapot: stabil |
|
---|---|
Megvalósítás | Parser function |
Leírás | Enhances the parser with logical and string functions |
Szerző(k) | Tim Starlingvitalap |
Legfrissebb verzió | Continuous updates |
Kompatibilitási irányelv | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.25+ |
Adatbázis-változtatások | Nem |
Licenc | GNU General Public License 2.0 or later |
Letöltés | README |
Help | |
|
|
Quarterly downloads | 323 (Ranked 10th) |
Public wikis using | 15,766 (Ranked 4th) |
Fordítsd le a(z) ParserFunctions kiterjesztést, ha elérhető a translatewiki.net oldalon | |
Problémák | Nyitott feladatok · Hibajelentés |
The ParserFunctions extension enhances the wikitext parser with helpful functions, mostly related to logic and string handling. Since MediaWiki 1.15, ParserFunctions has incorporated most (but not all) functions from the former StringFunctions extension, which may be enabled or disabled.
For instructions on how to use this extension, see the help pages.
Telepítés
- Töltsd le a kiterjesztés fájljait, és mentsd el az
extensions/
mappán belüliParserFunctions
könyvtárba.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions - Add hozzá az alábbi kódot a LocalSettings.php fájlod aljára:
wfLoadExtension( 'ParserFunctions' );
- Configure as required, e.g., if you want to use the integrated string function functionality, add just after that line:
$wgPFEnableStringFunctions = true;
- Kész – A Special:Version oldalon ellenőrizheted, hogy a kiterjesztés ténylegesen feltelepült-e.
Beállítás
$wgPFEnableStringFunctions
- Allows to activate the integrated string function functionality (see string functions ). The default value is
false
. $wgPFStringLengthLimit
- Defines the maximum length of a string that string functions can operate on. The default value is
1000
.
Help pages
Lásd még
Ezt a kiterjesztést egy vagy több Wikimédia-projekt használja. Ez valószínűleg azt jelenti, hogy stabil és nagy biztonsággal használható ilyen forgalmas oldalakon is. A kiterjesztést használó wikik pontos listáját a Wikimédia CommonSettings.php és InitialiseSettings.php konfigurációs fájljaiban a nevére keresve találhatod meg. Egy adott wikin telepített összes kiterjesztés listája a wiki Special:Version oldalán található. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |