Interwiki |
This is preliminary documentation and is subject to change.
The InterwikiEntry type exposes the following members.
Name | Description | |
---|---|---|
InterwikiEntry | Obsolete. Initializes a new instance of the InterwikiEntry class |
Name | Description | |
---|---|---|
AllowsTransclusion | Whether transcluding pages from this wiki is allowed. Note that this has no effect unless crosswiki transclusion is enabled on the current wiki. | |
IsLocal | Whether the interwiki prefix points to a site belonging to the current wiki farm. The value is read straight out of the iw_local column of the interwiki table. | |
IsLocalInterwiki | Whether the interwiki link points to the current wiki, based on Manual:$wgLocalInterwikis. | |
IsProtocolRelative | Whether the value of URL can be treated as protocol-relative. (MediaWiki 1.24+) Note, however, that the Url actually returned will always include the current protocol. | |
LanguageAutonym | Autonym of the language, if the interwiki prefix is a language code defined in Language::fetchLanguageNames() from $wgExtraLanguageNames, | |
Prefix | The prefix of the interwiki link; this is used the same way as a namespace is used when editing. | |
SiteName | If the interwiki prefix is an extra language link, this will contain the friendly site name used in the tooltip text of the links. (MediaWiki 1.24+) | |
Url | The URL of the wiki, with "$1" as a placeholder for an article name. | |
WikiId | The internal name of the database. Not filled in by default; it may be missing for you. The value is read straight out of the iw_wikiid column of the interwiki table. |
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) |