| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「MediaWiki」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
2行目: 2行目:
 
*[https://www.mediawiki.org/wiki/Help:Formatting/ja 書式]
 
*[https://www.mediawiki.org/wiki/Help:Formatting/ja 書式]
 
*[https://www.mediawiki.org/wiki/Help:Links リンク]
 
*[https://www.mediawiki.org/wiki/Help:Links リンク]
 +
 +
==ヘッダーとフッター==
 +
===Header===
 +
*[[MediaWiki:Sitenotice]]
 +
===Footer===
 +
*以下HTMLの骨格を編集
 +
/skins/Vector/includes/templates/index.mustache
  
 
== TIPS ==  
 
== TIPS ==  

2020年7月24日 (金) 02:42時点における版

書式

ヘッダーとフッター

Header

Footer

  • 以下HTMLの骨格を編集

/skins/Vector/includes/templates/index.mustache

TIPS

サイトマップを作成

  • LocalSettings.php が存在するディレクトリに、sitemap ディレクトリを作成
  • 以下のコマンドを実行
php maintenance/generateSitemap.php --memory-limit=50M --fspath=/{LocalSettings.phpが存在するディレクトリ}/sitemap/ --identifier={識別子} --urlpath=/sitemap/ --server=https://{対象のドメイン} --compress=yes