Kiterjesztés:ParserFunctions
Appearance
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 | |
|
|
| 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
Ezt a kiterjesztést a MediaWiki 1.18 és afölötti verziói már tartalmazzák, így nem kell újra letöltened. The remaining configuration instructions must still be followed.
- Töltsd le a kiterjesztés fájljait, és mentsd el az
extensions/mappán belüliParserFunctionskö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ó. |
| Ezt a kiterjesztést az alábbi wikifarmok/szerverek és/vagy csomagok használják: |
Categories:
- Stable extensions/hu
- Parser function extensions/hu
- GPL licensed extensions/hu
- Extensions in Wikimedia version control/hu
- ParserClearState extensions/hu
- ParserFirstCallInit extensions/hu
- ParserTestGlobals extensions/hu
- ScribuntoExternalLibraries extensions/hu
- All extensions/hu
- Extensions bundled with MediaWiki 1.18/hu
- Extensions used on Wikimedia/hu
- Extensions included in BlueSpice/hu
- Extensions included in Canasta/hu
- Extensions available as Debian packages/hu
- Extensions included in Fandom/hu
- Extensions included in Miraheze/hu
- Extensions included in MyWikis/hu
- Extensions included in ProWiki/hu
- Extensions included in semantic::core/hu
- Extensions included in ShoutWiki/hu
- Extensions included in Telepedia/hu
- Extensions included in wiki.gg/hu
