07/12/01 19:57:01
>>309 >>314
1. 表示:以下のh5要素を削除します
MonoBook.php
<div id="p-cactions" class="portlet">
<h5><?php $this->msg('views') ?></h5>
languages/messages/Messages.Ja.php
'views' => '表示',
5.「"記事URL" より作成」:$outの行をコメントアウトします。
SkinTemplate.php
$printfooter = "<div class=\"printfooter\">\n" . $this->printSource() . "</div>\n";
#$out->mBodytext .= $printfooter ;
Skin.php
function printSource() {
global $wgTitle;
$url = htmlspecialchars( $wgTitle->getFullURL() );
return wfMsg( 'retrievedfrom', '<a href="'.$url.'">'.$url.'</a>' );
}
languages/messages/Messages.Ja.php
'retrievedfrom' => ' "$1" より作成',
システムメッセージに関する公式サイトの資料は次のページにあります。
URLリンク(www.mediawiki.org)()
URLリンク(meta.wikimedia.org)