49 public function __construct( $prefix =
null, $url =
'', $api =
'', $wikiId =
'', $local = 0,
52 $this->mPrefix = $prefix;
55 $this->mWikiID = $wikiId;
56 $this->mLocal = (bool)$local;
57 $this->mTrans = (bool)$trans;
69 return MediaWikiServices::getInstance()->getInterwikiLookup()->isValidInterwiki( $prefix );
80 public static function fetch( $prefix ) {
81 return MediaWikiServices::getInstance()->getInterwikiLookup()->fetch( $prefix );
91 MediaWikiServices::getInstance()->getInterwikiLookup()->invalidateCache( $prefix );
104 return MediaWikiServices::getInstance()->getInterwikiLookup()->getAllPrefixes( $local );
116 public function getURL( $title =
null ) {
118 if ( $title !==
null ) {
119 $url = str_replace(
"$1",
wfUrlencode( $title ), $url );
169 $msg =
wfMessage(
'interwiki-name-' . $this->mPrefix )->inContentLanguage();
171 return !$msg->exists() ?
'' : $msg->text();
180 $msg =
wfMessage(
'interwiki-desc-' . $this->mPrefix )->inContentLanguage();
182 return !$msg->exists() ?
'' : $msg->text();
wfUrlencode( $s)
We want some things to be included as literal characters in our title URLs for prettiness,...
Value object for representing interwiki records.
string $mURL
The URL of the wiki, with "$1" as a placeholder for an article name.
string $mWikiID
The name of the database (for a connection to be established with wfGetLB( 'wikiid' ))
__construct( $prefix=null, $url='', $api='', $wikiId='', $local=0, $trans=0)
string $mPrefix
The interwiki prefix, (e.g.
getDescription()
Get a description for this interwiki.
isLocal()
Is this a local link from a sister project, or is it something outside, like Google.
static isValidInterwiki( $prefix)
Check whether an interwiki prefix exists.
getName()
Get the name for the interwiki site.
getWikiID()
Get the DB name for this wiki.
bool $mTrans
Whether interwiki transclusions are allowed.
static fetch( $prefix)
Fetch an Interwiki object.
string $mAPI
The URL of the file api.php.
static getAllPrefixes( $local=null)
Returns all interwiki prefix definitions.
getURL( $title=null)
Get the URL for a particular title (or with $1 if no title given)
static invalidateCache( $prefix)
Purge the cache (local and persistent) for an interwiki prefix.
isTranscludable()
Can pages from this wiki be transcluded? Still requires $wgEnableScaryTransclusion.
getAPI()
Get the API URL for this wiki.
bool $mLocal
Whether the wiki is in this project.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services