English Wikipedia @ Freddythechick:AutoWikiBrowser/Settings/Bracket reference conversion

From English Wikipedia @ Freddythechick

<syntaxhighlight lang="xml"> <?xml version="1.0"?> <AutoWikiBrowserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:space="preserve" Version="3.9.1.0">

 <Project>wikipedia</Project>
 <LanguageCode>en</LanguageCode>
 <CustomProject />
 <List>
   <ListSource />
   <Source>Category</Source>
   <ArticleList />
 </List>
 <FindAndReplace>
   <Enabled>false</Enabled>
   <IgnoreSomeText>false</IgnoreSomeText>
   <AppendSummary>true</AppendSummary>
   <AfterOtherFixes>false</AfterOtherFixes>
   <Replacements />
   <AdvancedReps>
     <IRule xsi:type="Rule">
       <enabled_>true</enabled_>
       <Name>Rule</Name>
       <ruletype_>OnWholePage</ruletype_>
       <replace_ />
       <with_ />
       <regex_>false</regex_>
       <regexOptions_>None</regexOptions_>
       <numoftimes_>1</numoftimes_>
       <ifContains_ />
       <ifNotContains_ />
       <ifIsRegex_>false</ifIsRegex_>
       <ifRegexOptions_>None</ifRegexOptions_>
     </IRule>
   </AdvancedReps>
   <SubstTemplates />
 </FindAndReplace>
 <Editprefs>
   <GeneralFixes>false</GeneralFixes>
   <Tagger>false</Tagger>
   <Unicodify>false</Unicodify>
   <Recategorisation>0</Recategorisation>
   <NewCategory />
   <NewCategory2 />
   <ReImage>0</ReImage>
   <ImageFind />
   <Replace />
   <SkipIfNoCatChange>false</SkipIfNoCatChange>
   <SkipIfNoImgChange>false</SkipIfNoImgChange>
   <AppendText>false</AppendText>
   <Append>true</Append>
   <Text />
   <AutoDelay>10</AutoDelay>
   <QuickSave>false</QuickSave>
   <SuppressTag>false</SuppressTag>
   <OverrideWatchlist>false</OverrideWatchlist>
   <RegexTypoFix>false</RegexTypoFix>
 </Editprefs>
 <General>
   <AutoSaveEdit>
     <Enabled>false</Enabled>
     <SavePeriod>60</SavePeriod>
     <SaveFile>Edit Box.txt</SaveFile>
   </AutoSaveEdit>
   <SelectedSummary>converting bracket references to cite and {{cite web}}</SelectedSummary>
   <Summaries>
     <string>clean up</string>
     <string>re-categorisation per CFD</string>
     <string>clean up and  re-categorisation per CFD</string>
     <string>removing category per CFD</string>
     <string>subst:'ing</string>
     <string>stub sorting</string>
     <string>clean up + typo fix</string>
     <string>bad link repair.  You can help!</string>
     <string>Fixing links to disambiguation pages</string>
     <string>Unicodifying</string>
     <string>converting bracket references to cite and {{cite web}}</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>false</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>false</FlashAndBeep>
   <Beep>false</Beep>
   <Flash>false</Flash>
   <Minimize>false</Minimize>
   <LockSummary>false</LockSummary>
   <SaveArticleList>false</SaveArticleList>
   <TimeOutLimit>30</TimeOutLimit>
   <IgnoreNoBots>false</IgnoreNoBots>
 </General>
 <SkipOptions>
   <SkipNonexistent>true</SkipNonexistent>
   <SkipWhenNoChanges>false</SkipWhenNoChanges>
   <SkipDoes>false</SkipDoes>
   <SkipDoesNot>false</SkipDoesNot>
   <SkipDoesText />
   <SkipDoesNotText />
   <Regex>false</Regex>
   <CaseSensitive>false</CaseSensitive>
   <SkipNoFindAndReplace>true</SkipNoFindAndReplace>
   <SkipNoRegexTypoFix>false</SkipNoRegexTypoFix>
   <SkipNoDisambiguation>false</SkipNoDisambiguation>
   <GeneralSkip>0</GeneralSkip>
 </SkipOptions>
 <Module>
   <Enabled>false</Enabled>
   <Language>0</Language>
           public string ProcessArticle(string ArticleText, string ArticleTitle, int wikiNamespace, out string Summary, out bool Skip)
       {
           Skip = false;
           Summary = "test";
           ArticleText = "test \r\n\r\n" + ArticleText;
           return ArticleText;
       }
 </Module>
 <Disambiguation>
   <Enabled>false</Enabled>
   <Link />
   <Variants />
   <ContextChars>20</ContextChars>
 </Disambiguation>
 <Plugin />

</AutoWikiBrowserPreferences> </syntaxhighlight>