Manual:ImportTextFile.php/ja

Category:MediaWiki deprecated or obsolete features/ja#ImportTextFile.php Category:MediaWiki deprecated or obsolete features/ja#ImportTextFile.php Category:MediaWiki code/ja#ImportTextFile.php

詳細

MediaWiki バージョン:
1.23

importTextFile.php file is a maintenance script to create or edit pages using the contents of a text file.

使用法

php importTextFile.php <options> <filename>

オプション

オプション/パラメーター 説明
<ファイル名> Path to the file containing page content to import
--title <ページ名> Title for the new page; default is to use the filename as a base
--user <利用者名> 編集に関連付ける利用者
--comment <コメント> 編集の要約
--nooverwrite Don't overwrite existing content
--norc 「最近の更新」を更新しない
--help この情報を表示
Category:Maintenance scripts/ja#ImportTextFile.php
Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:MediaWiki code pages without class names/ja Category:MediaWiki deprecated or obsolete features/ja