How can I find all of the pages that use a magicword created by a custom extension?
(Is there a way to do a full text (regex?) search of the raw wikitext?)
Am 17.02.2010 08:54, schrieb Jim Tittsler:
(Is there a way to do a full text (regex?) search of the raw wikitext?)
http://www.mediawiki.org/wiki/Extension:Replace_Text
it searches strings and lists them (before it replaces)
*Replace Text* is an extension to MediaWiki that provides a special page to allow administrators to do a global string find-and-replace on both the text and titles of the wiki's content pages.
Personally, I'd like to see this as a core feature of MediaWiki: given a parser extension tag or function, list all articles that use it. I wish for this feature all the time.
Regex search is hard to make accurate. It will catch "<nowiki><my tag></nowiki>" when you don't want it to.
DanB
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Jim Tittsler Sent: Wednesday, February 17, 2010 2:55 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Finding pages using a custom magic word?
How can I find all of the pages that use a magicword created by a custom extension?
(Is there a way to do a full text (regex?) search of the raw wikitext?)
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org