モジュール:Find sources/config

    提供:ManyoWiki
    2020年9月27日 (日) 21:22時点におけるwikipedia>ネイによる版 (「モジュール:Find sources/config」の保護レベルを変更しました: 影響が特に大きいテンプレート: 使用数155,000 ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限)))
    (差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

    このモジュールについての説明文ページを モジュール:Find sources/config/doc に作成できます

    -- 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()
    
    }