Extension |
This is preliminary documentation and is subject to change.
The ExtensionInfo type exposes the following members.
Name | Description | |
---|---|---|
ExtensionInfo | Initializes a new instance of the ExtensionInfo class |
Name | Description | |
---|---|---|
Author | The author or authors as a comma-delimited string. | |
Credits | ||
Description | User-friendly description of the extension. (MediaWiki 1.24+) | |
DescriptionMessage | The system message name for the user-friendly description of the extension. This can be emitted in conjunction with the description. | |
License | ||
LicenseName | ||
Name | The class name of the extension. | |
NameMessage | The system message name for the user-friendly name of the extension. | |
Type | The extension type. | |
Url | The URL for the homepage of the extension. | |
VcsDate | (Git only) The date of the latest version. | |
VcsSystem | Which version control system is in use for the extension, if any. | |
VcsUrl | The URL of the repository. | |
VcsVersion | The version number of the extension in the version control system. | |
Version |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
The same extension can be registered in more than one type, in which case the results will be repeated for each different type. See Type for more information.