프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Image | int | ||
ImageTalk | int | ||
Mainspace | int |
메소드 | 설명 | |
---|---|---|
Determine ( string articleTitle ) : int |
Deduces the namespace number from the input article title.
|
|
IsImportant ( int key ) : bool |
Tests title to make sure it is either main, image, category or template namespace.
|
|
IsImportant ( string articleTitle ) : bool |
Tests title to make sure it is either main, image, category or template namespace.
|
|
IsMainSpace ( int ns ) : bool |
Tests title to make sure it is main space
|
|
IsMainSpace ( string articleTitle ) : bool |
Tests title to make sure it is main space
|
|
IsSpecial ( int ns ) : bool |
Returns true if the given namespace is non-editable, i.e. Special or Media
|
|
IsTalk ( int key ) : bool |
Tests title to make sure it is a talk page (article talk, user talk etc.).
|
|
IsTalk ( string articleTitle ) : bool |
Tests title to make sure it is a talk page.
|
|
IsUserPage ( string articleTitle ) : bool |
|
|
IsUserSpace ( string articleTitle ) : bool |
returns true if current page is a userpage
|
|
IsUserTalk ( string articleTitle ) : bool |
|
|
Normalize ( string ns, int nsId ) : string |
Normalizes a namespace string, but does not changes it to default namespace name
|
|
VerifyNamespaces ( string>.Dictionary |
Checks if given namespaces are sufficient for AWB to function properly and that their format is expected.
|
메소드 | 설명 | |
---|---|---|
Namespace ( ) : System |
public static Determine ( string articleTitle ) : int | ||
articleTitle | string | |
리턴 | int |
public static IsImportant ( string articleTitle ) : bool | ||
articleTitle | string | The title. |
리턴 | bool |
public static IsMainSpace ( string articleTitle ) : bool | ||
articleTitle | string | The title. |
리턴 | bool |
public static IsTalk ( string articleTitle ) : bool | ||
articleTitle | string | The title. |
리턴 | bool |
public static IsUserPage ( string articleTitle ) : bool | ||
articleTitle | string | Title of the article |
리턴 | bool |
public static IsUserSpace ( string articleTitle ) : bool | ||
articleTitle | string | |
리턴 | bool |
public static IsUserTalk ( string articleTitle ) : bool | ||
articleTitle | string | Title of the article |
리턴 | bool |
public static Normalize ( string ns, int nsId ) : string | ||
ns | string | |
nsId | int | |
리턴 | string |
public static VerifyNamespaces ( string>.Dictionary |
||
namespaces | string>.Dictionary | namespaces to verify |
리턴 | bool |