User:Alphachimpbot/function2
Appearance
<?xml version="1.0"?> <AutoWikiBrowserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="3.0.6.1"> <Project>wikipedia</Project> <LanguageCode>en</LanguageCode> <CustomProject /> <List> <ListSource>Articles to be merged</ListSource> <Source>Category</Source> <ArticleList /> </List> <FindAndReplace> <Enabled>true</Enabled> <IgnoreSomeText>true</IgnoreSomeText> <AppendSummary>false</AppendSummary> <Replacements> <Replacement> <Find>{{Merge\|(.*?|)}}</Find> <Replace>{{Merge|$1|date=December 2006}}</Replace> <IsRegex>true</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>{{Mergeto\|(.*?|)}}</Find> <Replace>{{Mergeto|$1|date=December 2006}}</Replace> <IsRegex>true</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>{{Mergefrom\|(.*?|)}}</Find> <Replace>{{Mergefrom|$1|date=December 2006}}</Replace> <IsRegex>true</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>\{\{Mergefrom-multiple\\\|\(\.\*\?\|\)}}</Find> <Replace>{{Mergefrom-multiple|$1|date=December 2006}}</Replace> <IsRegex>false</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>\{\{Mergesection\\\|\(\.\*\?\|\)}}</Find> <Replace>{{Mergesection|$1|date=December 2006}}</Replace> <IsRegex>false</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>\{\{Mergesections\\\|\(\.\*\?\|\)}}</Find> <Replace>{{Mergesections|$1|date=December 2006}}</Replace> <IsRegex>false</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> <Replacement> <Find>\{\{Merging\\\|\(\.\*\?\|\)}}</Find> <Replace>{{Merging|$1|date=December 2006}}</Replace> <IsRegex>false</IsRegex> <Enabled>true</Enabled> <RegularExpressinonOptions>IgnoreCase</RegularExpressinonOptions> </Replacement> </Replacements> <AdvancedReps /> <SubstTemplates /> </FindAndReplace> <Editprefs> <GeneralFixes>false</GeneralFixes> <Tagger>false</Tagger> <Unicodify>false</Unicodify> <Recategorisation>0</Recategorisation> <NewCategory /> <ReImage>0</ReImage> <ImageFind /> <Replace /> <AppendText>false</AppendText> <Append>true</Append> <Text /> <AutoDelay>5</AutoDelay> <QuickSave>false</QuickSave> <SuppressTag>true</SuppressTag> <RegexTypoFix>false</RegexTypoFix> </Editprefs> <General> <SelectedSummary>BOT - updating merge tag</SelectedSummary> <Summaries> <string>clean up</string> <string>re-categorisation per [[WP:CFD|CFD]]</string> <string>clean up and re-categorisation per [[WP:CFD|CFD]]</string> <string>removing category per [[WP:CFD|CFD]]</string> <string>[[Wikipedia:Template substitution|subst:'ing]]</string> <string>[[Wikipedia:WikiProject Stub sorting|stub sorting]]</string> <string>[[WP:AWB/T|Typo fixing]]</string> <string>bad link repair</string> <string>Fixing [[Wikipedia:Disambiguation pages with links|links to disambiguation pages]]</string> <string>Unicodifying</string> </Summaries> <PasteMore> <string /> <string /> <string /> <string /> <string /> <string /> <string /> <string /> <string /> <string /> </PasteMore> <FindText /> <FindRegex>false</FindRegex> <FindCaseSensitive>false</FindCaseSensitive> <WordWrap>true</WordWrap> <ToolBarEnabled>false</ToolBarEnabled> <BypassRedirect>true</BypassRedirect> <NoAutoChanges>false</NoAutoChanges> <OnLoadAction>0</OnLoadAction> <Minor>true</Minor> <Watch>false</Watch> <TimerEnabled>false</TimerEnabled> <SortInterwikiOrder>false</SortInterwikiOrder> <AddIgnoredToLog>false</AddIgnoredToLog> <EnhancedDiff>true</EnhancedDiff> <ScrollDown>true</ScrollDown> <DiffFontSize>120</DiffFontSize> <TextBoxSize>10</TextBoxSize> <TextBoxFont>Courier New</TextBoxFont> <LowThreadPriority>false</LowThreadPriority> <FlashAndBeep>true</FlashAndBeep> </General> <Skipoptions> <SkipNonexistent>true</SkipNonexistent> <SkipWhenNoChanges>true</SkipWhenNoChanges> <SkipDoes>true</SkipDoes> <SkipDoesNot>false</SkipDoesNot> <SkipDoesText>date=</SkipDoesText> <SkipDoesNotText /> <Regex>false</Regex> <CaseSensitive>false</CaseSensitive> <SkipNoFindAndReplace>true</SkipNoFindAndReplace> <SkipNoRegexTypoFix>false</SkipNoRegexTypoFix> <GeneralSkip>0</GeneralSkip> </Skipoptions> <Module> <Enabled>false</Enabled> <Language>0</Language> <Code> public string ProcessArticle(string ArticleText, string ArticleTitle, int Namespace, out string Summary, out bool Skip) { Skip = false; Summary = "test"; ArticleText = "test\r\n\r\n" + ArticleText; return ArticleText; }</Code> </Module> <Plugin /> </AutoWikiBrowserPreferences>