Reference:ParserFunctions and Setup:Installation Guide/Advanced/Maintenance scripts: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{BSExtensionInfobox
*[[mediawikiwiki:Manual:CreateAndPromote.php|createAndPromote.php]]:  <br /><span style="color: rgb(32, 33, 34); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password.</span> ----
|desc=Enhance parser with logical functions
*[[mediawikiwiki:Manual:DumpBackup.php|dumpBackup.php]]:    <br />creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. ----
|status=stable
*[[mediawikiwiki:Manual:ImportDump.php|importDump.php]]:    <br />imports  XML dump files produced from ''Special:Export'' or ''dumpBackup.php'' and saves them into the current wiki. ----
|developer=Tim Starling
*[[mediawikiwiki:Manual:ImportImages.php|importImages.php]]:  <br /><span style="color: rgb(32, 33, 34); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">uploads images to MediaWiki from the same computer where the wiki is configured. It does a remote upload if configuration parameter</span> [[mediawikiwiki:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]] <span style="color: rgb(32, 33, 34); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">is configured correctly.</span> ----
|type=MediaWiki
*[[Setup:Installation Guide/Advanced/Maintenance scripts/executeTransfer|executeTransfer:]]  <br />transfer files from one wiki to another. Dependent on the extension [[Reference:ContentTransfer|ContentTransfer]]  ----
|edition=BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud
|compatible=BlueSpice
|category=Rich Articles
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:ParserFunctions
|features=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) of the functions from the [https://www.mediawiki.org/wiki/Extension:StringFunctions StringFunctions] extension, which may be enabled or disabled.
|active=Yes
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web, Authoring tool
|wcagTestdate=2022-08-05
|wcagLevel=AA
|wcagSupport=supports
|wcagComments=parser functions are usually added in source edit mode.


Output is mostly simple text strings.
* contentStabilization{{Bsvs|bsvFrom=4.3|bsvTo=|bsvFeature=}}: <br />changes the page status of pages.
|extensionType=core
|extensionFocus=reader
}}

Revision as of 15:55, 21 April 2023

  • createAndPromote.php:
    creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password. ----
  • dumpBackup.php:
    creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. ----
  • importDump.php:
    imports XML dump files produced from Special:Export or dumpBackup.php and saves them into the current wiki. ----
  • importImages.php:
    uploads images to MediaWiki from the same computer where the wiki is configured. It does a remote upload if configuration parameter $wgForeignFileRepos is configured correctly. ----
  • executeTransfer:
    transfer files from one wiki to another. Dependent on the extension ContentTransfer ----
  • contentStabilization  v4.3+:
    changes the page status of pages.
No categories assignedEdit

Discussions