「テンプレート:重複/doc」の版間の差分
ナビゲーションに移動
検索に移動
細
→テンプレートデータ: TemplateDataの説明を拡充
細 (1版 をインポートしました) |
mediawiki>Wint7 細 (→テンプレートデータ: TemplateDataの説明を拡充) |
||
34行目: | 34行目: | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": {}, | ||
"description": " | "date": { | ||
"type": " | "description": "タグの貼り付け日付", | ||
"example": " | "type": "date", | ||
" | "required": true, | ||
"example": "2021年1月", | |||
"label": "日付" | |||
}, | }, | ||
"dupe": { | "dupe": { | ||
"description": " | "description": "重複している記事内容が存在する記事または節の参照リンク先を指定する。", | ||
"type": " | "type": "line", | ||
"example": "記事名 | "example": "記事名", | ||
"suggested": true, | |||
"label": "重複先" | |||
}, | }, | ||
"dupe2": { | "dupe2": { | ||
"description": "dupeと同じだが、追加として、重複する記事や節参照リンク先をもうひとつ指定できる。", | "description": "dupeと同じだが、追加として、重複する記事や節参照リンク先をもうひとつ指定できる。", | ||
"type": " | "type": "line", | ||
"example": "記事名#節名" | "example": "記事名#節名", | ||
"label": "重複先2" | |||
}, | }, | ||
" | "section": { | ||
"description": " | "description": "文面の「記事」を「節」に置き替えて、「この節は…重複しています…」という文面に変える(デフォルトだと「この記事は…」)", | ||
"type": " | "type": "boolean", | ||
" | "example": "1", | ||
" | "label": "節を対象にするか" | ||
} | } | ||
}, | }, | ||
"description": " | "description": "ある記事・節の内容が、他の記事と重複しているか冗長的である場合、その整合(クリーナップ)を促すタグを貼るテンプレート。", | ||
"paramOrder": [ | |||
"date", | |||
"dupe", | |||
"dupe2", | |||
"section", | |||
"1" | |||
], | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> |