User:CzechOut/Sandbox13: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
(Replaced content with "<dpl> titleregexp=.*/doc namespace=Template </dpl>")
Line 1: Line 1:
fixes['timeline'] = {
<dpl>
    'regex': True,
titleregexp=.*/doc
    'msg':{
namespace=Template
        'en':u'de-linking timeline pages in preparation for their deletion'
</dpl>
        },
    'replacements':[
        (r'(\[\[Eighth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Eighth Doctor - Timeline\|Eighth Doctor\]\]', r'Eighth Doctor'),
        (r'(\[\[Eleventh Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Eleventh Doctor - Timeline\|Eleventh Doctor\]\]', r'Eleventh Doctor'),
        (r'(\[\[Fifth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Fifth Doctor - Timeline\|Fifth Doctor\]\]', r'Fifth Doctor'),
        (r'(\[\[First Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[First Doctor - Timeline\|First Doctor\]\]', r'First Doctor'),
        (r'(\[\[Fourth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Fourth Doctor - Timeline\|Fourth Doctor\]\]', r'Fourth Doctor'),
        (r'(\[\[Irving Braxiatel - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Irving Braxiatel - Timeline\|Irving Braxiatel\]\]', r'Irving Braxiatel'),
        (r'(\[\[Jack Harkness - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Jack Harkness - Timeline\|.*?Jack.*?\]\]', r'Jack Harkness'),
        (r'(\[\[The Master - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[The Master - Timeline\|[Tt]he Master\]\]', r'the Master'),
        (r'(\[\[Ninth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Ninth Doctor - Timeline\|Ninth Doctor\]\]', r'Ninth Doctor'),
        (r'(\[\[River Song - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[River Song - Timeline\|River Song\]\]', r'River Song'),
        (r'(\[\[Sarah Jane Smith - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Sarah Jane Smith - Timeline\|Sarah Jane.*?\]\]', r'Sarah Jane'),
        (r'(\[\[Second Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Second Doctor - Timeline\|Second Doctor\]\]', r'Second Doctor'),
        (r'(\[\[Seventh Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Seventh Doctor - Timeline\|Seventh Doctor\]\]', r'Seventh Doctor'),
        (r'(\[\[Sixth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Sixth Doctor - Timeline\|Sixth Doctor\]\]', r'Sixth Doctor'),
        (r'(\[\[Tenth Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Tenth Doctor - Timeline\|Tenth Doctor\]\]', r'Tenth Doctor'),
        (r'(\[\[Third Doctor - Timeline\|Timeline\]\]', r'Timeline'),
        (r'\[\[Third Doctor - Timeline\|Third Doctor\]\]', r'Third Doctor'),
 
        ]
    }

Revision as of 13:12, 18 May 2012