モジュール:Find sources/config
表示
このLuaモジュールは150,000以上のページで使われています。 余計な混乱やサーバーへの負荷を避けるために、どんな変更でも最初はモジュールのサンドボックス・サブページ、テストケース・サブページで試すべきです。そうすれば、試した変更を1度の編集でこのモジュールに加えることができます。しかし、最初にあなたの提案した変更を、この項目のノートで議論するようにお願いします。 |
モジュール:Find sourcesで使用される設定モジュールです。
-- Configuration data for [[Module:Find sources]].
return {
-- Define the error message and category to be used if the module is used in
-- the main namespace and the template config doesn't set the
-- isUsedInMainspace key to true. The category is optional; if it is not
-- wanted, it can be removed.
['namespace-error'] = 'エラー: 記事にこのテンプレートを使用しないでください。',
['namespace-error-category'] = '誤った名前空間にテンプレートのあるページ',
-- The separator to be used if no separator is specified in the template
-- config.
['default-separator'] = mw.message.new('Dot-separator'):plain()
}