=== MediaWiki 管理者の集い 第2版 ===at PHP
=== MediaWiki 管理者の集い 第2版 === - 暇つぶし2ch316:nobodyさん
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)


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch