Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F15811
MediaWikiLinksConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
857 B
Referenced Files
None
订阅者
None
MediaWikiLinksConfigOptions.php
View Options
<?php
/**
* @license http://www.apache.org/licenses/ Apache License 2.0
*/
final
class
MediaWikiLinksConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'MediaWiki Links'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure MediaWiki Links URLs.'
);
}
public
function
getIcon
()
{
return
'fa-links'
;
}
public
function
getGroup
()
{
return
'utilities'
;
}
public
function
getOptions
()
{
return
[
$this
->
newOption
(
'mediawikilinks.base'
,
'string'
,
null
)
->
addExample
(
'https://www.mediawiki.org/wiki/'
,
pht
(
'MediaWiki wiki'
)
)
->
addExample
(
'https://meta.miraheze.org/wiki/'
,
pht
(
'Miraheze Meta'
)
)
->
setDescription
(
pht
(
'URL prefix of where Wikitext-style links go to. The page will '
.
'be appended to the URL.'
)
),
];
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 9 Tue, 5:40 AM (7 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5303
默认替代文本
MediaWikiLinksConfigOptions.php (857 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment