Hello.. I have been playing with the magic word {{DISPLAYTITLE:title}} and I was supplying values of "title" that included brackets such as: {{DISPLAYTITLE:Me[admin]}}
As you might expect, this resulted in the page automatically being categorized as "Pages with ignored display titles".. which is clear to me now why.
I have since fixed the wiki-text of the magic word to be a valid title (e.g. {{DISPLAYTITLE:Me, admin}} , However.. the page will not remove itself from the "Pages with ignored display titles" category.
How does one "fix" or "repair" the list of valid and ignored titles. Is there a maintenance script for this?
Thank you -Rich
You probably have $wgRestrictDisplayTitle = true; (default). If you want to be able to use any arbitrary text as the DISPLAYTITLE you'll need to disable that setting.
See https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle.
-- Legoktm
On 11/06/2017 10:16 AM, Evans, Richard K. (GRC-H000) wrote:
Hello.. I have been playing with the magic word {{DISPLAYTITLE:title}} and I was supplying values of "title" that included brackets such as: {{DISPLAYTITLE:Me[admin]}}
As you might expect, this resulted in the page automatically being categorized as "Pages with ignored display titles".. which is clear to me now why.
I have since fixed the wiki-text of the magic word to be a valid title (e.g. {{DISPLAYTITLE:Me, admin}} , However.. the page will not remove itself from the "Pages with ignored display titles" category.
How does one "fix" or "repair" the list of valid and ignored titles. Is there a maintenance script for this?
Thank you -Rich
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Why is this setting default to off btw? It seems so backwards.
-Chad
On Mon, Nov 6, 2017 at 10:45 AM Kunal Mehta legoktm@member.fsf.org wrote:
You probably have $wgRestrictDisplayTitle = true; (default). If you want to be able to use any arbitrary text as the DISPLAYTITLE you'll need to disable that setting.
See https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle.
-- Legoktm
On 11/06/2017 10:16 AM, Evans, Richard K. (GRC-H000) wrote:
Hello.. I have been playing with the magic word {{DISPLAYTITLE:title}}
and I was supplying values of "title" that included brackets such as: {{DISPLAYTITLE:Me[admin]}}
As you might expect, this resulted in the page automatically being
categorized as "Pages with ignored display titles".. which is clear to me now why.
I have since fixed the wiki-text of the magic word to be a valid title
(e.g. {{DISPLAYTITLE:Me, admin}} , However.. the page will not remove itself from the "Pages with ignored display titles" category.
How does one "fix" or "repair" the list of valid and ignored titles. Is
there a maintenance script for this?
Thank you -Rich
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org