Jump to content

Manual:$wgPageCreationLog

From mediawiki.org
This page is a translated version of the page Manual:$wgPageCreationLog and the translation is 75% complete.
ロギング: $wgPageCreationLog
Special:Log/create で新規のページ作成記録を保持するかどうか。
導入されたバージョン:1.32.0 (Gerrit change 399897; git #9c387f50)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:true

詳細

新規のページ作成記録をSpecial:Log/createで保持するかどうか決めます。

The benefits of the page creation log over Special:Contributions (help) and Special:RecentChanges (help) filtered to page creations are its verbatim memorization of original page names regardless of later renaming, and no time limitation like in Special:RecentChanges.

true (既定値) を設定すると...

新規のページ作成は記録され、ユーザはご利用のウィキのSpecial:Log/createを開いて、新規ページ作成の記録を閲読できます。

false を設定すると...

新規のページ作成は記録されません。
Any existing page creation log entries created while it was on will not be deleted, however they will no longer be recognized, and hence will appear as Username page titleに未知の操作「create/create」を実行しました. If the setting is turned back on, the old page creation log entries will again display properly.