Cms/mediawiki/広告挿入
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 05:11時点における127.0.0.1 (トーク)による版 (ページの作成:「==記事上に広告を入れる== *skins/Vector/VectorTemplate.php <?php $this->html( 'prebodyhtml' ) ?> <<nowiki />div id="bodyContent" class="mw-body-content">...」)
記事上に広告を入れる
- skins/Vector/VectorTemplate.php
<?php $this->html( 'prebodyhtml' ) ?> <div id="bodyContent" class="mw-body-content"> <!-- ここに広告を入れる --> <?php if ( $this->data['isarticle'] ) {
記事下に広告を入れる
- skins/Vector/VectorTemplate.php
<div class="visualClear"></div> <?php $this->html( 'debughtml' ); ?> <!-- ここに広告を入れる --> </div>