X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fmagicword.txt;h=6b4d37ee3e2505e3b72cbf523495fe5322419d9c;hb=a07be58a411527b823b4b570ba41aa4ad244ee98;hp=1d9bf7d4661ab0ecdfd33e07a1c9f042e3b6c745;hpb=944e196c02efbe6838827d4cf1e332a7919e5cdb;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/magicword.txt b/docs/magicword.txt index 1d9bf7d466..6b4d37ee3e 100644 --- a/docs/magicword.txt +++ b/docs/magicword.txt @@ -86,10 +86,10 @@ function wfGetCustomMagicWordValue( &$parser, $var1, $var2 ){ return "custom: var1 is $var1, var2 is $var2"; } -Note: the 'ParserFirstCallInit' hook is only aviable since 1.12. To work with +Note: the 'ParserFirstCallInit' hook is only available since 1.12. To work with an older version, you'll need to use an extension function. Online documentation (contains more informations): -Magic words: http://www.mediawiki.org/wiki/Manual:Magic_words -Variables: http://www.mediawiki.org/wiki/Manual:Variable -Parser functions: http://www.mediawiki.org/wiki/Manual:Parser_functions \ No newline at end of file +Magic words: https://www.mediawiki.org/wiki/Manual:Magic_words +Variables: https://www.mediawiki.org/wiki/Manual:Variable +Parser functions: https://www.mediawiki.org/wiki/Manual:Parser_functions