Manual:importTextFile.php
Appearance
この機能は、バージョン 1.24.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については edit.php を参照してください。 |
この機能は、バージョン 1.24.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については importTextFiles.php を参照してください。 |
MediaWiki ファイル: importTextFile.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
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 | この情報を表示 |