This site is supported by donations to The OEIS Foundation.

Category talk:Pages with math render errors

From OeisWiki
Jump to: navigation, search

Since the MediaWiki update, the String Functions are not supported anymore!

The MediaWiki extension StringFunctions is not shown anymore in Special:Version#Installed extensions

https://www.mediawiki.org/wiki/Extension:StringFunctions

whereas it was previously, and lots of templates (more than one hundred) use that extension, which is one reason why so many templates, including the {{Math}} template, don't work anymore!

On https://www.mediawiki.org/wiki/Extension:StringFunctions

This extension is obsolete. All of these functions are now integrated into the ParserFunctions extension, but are only available if an administrator sets $wgPFEnableStringFunctions = true; in LocalSettings.php.

Test: {{#replace:string|search term|replacement term}}

{{#replace: first prime number|prime|composite}} should yield

first composite number

but yields

first composite number

NOT SUPPORTED ANYMORE!

Test: {{#explode:string|delimiter|position}}

{{#explode: zero;one;two;three;four;five;|;|3}} should yield

three

but yields

three

NOT SUPPORTED ANYMORE!

Daniel Forgues 22:28, 16 February 2018 (EST)


Please continue this discussion on

User talk:Russ Cox#Since the MediaWiki update, the String Functions are not supported anymore!Daniel Forgues 22:34, 16 February 2018 (EST)

Test Jon Awbrey (talk) 09:34, 16 December 2019 (EST)