프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LastKnownGoodRedirects | string | ||
MainRegex | |||
OurMenuItem | |||
PreferredTemplateNameRegex | |||
PreferredTemplateNameRegexCreator | |||
SecondChanceRegex | |||
Template | |||
TheArticle |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PluginBase | System | ||
PluginBase | System | ||
ReadXMLRedirects | void | ||
ReqPhoto | void | ||
TemplateWritingAndPlacement | void | ||
WriteXMLRedirects | void | ||
ourmenuitem_CheckedChanged | void |
메소드 | 설명 | |
---|---|---|
AddAndLogNewParamWithAYesValue ( string paramName ) : void | ||
AddEmptyParam ( string paramName ) : void | ||
AddNewParamWithAYesValue ( string paramName ) : void | ||
BotModeChanged ( bool botMode ) : void | ||
ConvertRedirectsToString ( List |
||
GetRedirects ( string target ) : List |
Load the redirects for a template from Wikipedia
|
|
GotNewAlternateNamesString ( string alternateNames, bool senderIsGenericTemplateForm = false ) : void |
Called when we have a new Redirects list (at startup, from Wikipedia, or from the user in the case of generic templates)
|
|
GotTemplateNotPreferredName ( string templateName ) : void | ||
ImportanceParameter ( Importance importance ) : void | ||
Initialise ( ) : void | ||
InitialiseBase ( ) : void | ||
MatchEvaluator ( Match match ) : string | ||
PluginCheckTemplateName ( string templateName ) : void | ||
PreferredTemplateNameWikiMatchEvaluator ( Match match ) : string | ||
ProcessArticleFinish ( ) : void | ||
ProcessArticleFinishNonStandardMode ( Classification classification, Importance importance, bool forceNeedsInfobox, bool forceNeedsAttention, bool removeAutoStub ) : void | ||
ProcessTalkPage ( |
||
ProcessTalkPage ( |
||
ReadXML ( |
||
Reset ( ) : void | ||
ShowHideOurObjects ( bool visible ) : void | ||
SkipIfContains ( ) : bool | ||
StubClass ( ) : void | ||
TemplateFound ( ) : bool |
Send the template to the plugin for preinspection
|
|
TemplateNotFound ( ) : void | ||
WriteOutParameterToHeader ( string paramName ) : string | ||
WriteTemplateHeader ( ) : string | ||
WriteXML ( |
메소드 | 설명 | |
---|---|---|
PluginBase ( bool iamAGenericTemplate ) : System | ||
PluginBase ( string defaultRegexpmiddle ) : System | ||
ReadXMLRedirects ( |
||
ReqPhoto ( ) : void | ||
TemplateWritingAndPlacement ( ) : void | ||
WriteXMLRedirects ( |
||
ourmenuitem_CheckedChanged ( object sender, |
protected AddAndLogNewParamWithAYesValue ( string paramName ) : void | ||
paramName | string | |
리턴 | void |
protected AddEmptyParam ( string paramName ) : void | ||
paramName | string | |
리턴 | void |
protected AddNewParamWithAYesValue ( string paramName ) : void | ||
paramName | string | |
리턴 | void |
protected static ConvertRedirectsToString ( List |
||
redirects | List |
|
리턴 | string |
protected static GetRedirects ( string target ) : List |
||
target | string | Template name |
리턴 | List |
protected GotNewAlternateNamesString ( string alternateNames, bool senderIsGenericTemplateForm = false ) : void | ||
alternateNames | string | |
senderIsGenericTemplateForm | bool | |
리턴 | void |
protected GotTemplateNotPreferredName ( string templateName ) : void | ||
templateName | string | |
리턴 | void |
protected ImportanceParameter ( Importance importance ) : void | ||
importance | Importance | |
리턴 | void |
protected PluginCheckTemplateName ( string templateName ) : void | ||
templateName | string | |
리턴 | void |
protected PreferredTemplateNameWikiMatchEvaluator ( Match match ) : string | ||
match | Match | |
리턴 | string |
protected ProcessArticleFinishNonStandardMode ( Classification classification, Importance importance, bool forceNeedsInfobox, bool forceNeedsAttention, bool removeAutoStub ) : void | ||
classification | Classification | |
importance | Importance | |
forceNeedsInfobox | bool | |
forceNeedsAttention | bool | |
removeAutoStub | bool | |
리턴 | void |
protected ProcessTalkPage ( |
||
article | ||
classification | Classification | |
importance | Importance | |
forceNeedsInfobox | bool | |
forceNeedsAttention | bool | |
removeAutoStub | bool | |
processTalkPageMode | ProcessTalkPageMode | |
addReqPhotoParm | bool | |
리턴 | bool |
protected ProcessTalkPage ( |
||
article | ||
addReqPhotoParm | bool | |
리턴 | bool |
protected abstract ReadXML ( |
||
reader | ||
리턴 | void |
protected abstract ShowHideOurObjects ( bool visible ) : void | ||
visible | bool | |
리턴 | void |
protected WriteOutParameterToHeader ( string paramName ) : string | ||
paramName | string | |
리턴 | string |
protected abstract WriteXML ( |
||
writer | ||
리턴 | void |
protected Regex,System.Text.RegularExpressions MainRegex | ||
리턴 |
protected ToolStripMenuItem,System.Windows.Forms OurMenuItem | ||
리턴 |
protected Regex,System.Text.RegularExpressions PreferredTemplateNameRegex | ||
리턴 |
protected static Regex,System.Text.RegularExpressions PreferredTemplateNameRegexCreator | ||
리턴 |
protected Regex,System.Text.RegularExpressions SecondChanceRegex | ||
리턴 |