「テンプレート:アイコン-ユニット」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「<noinclude> <templatedata> { "params": { "size": { "label": "アイコンのサイズ", "description": "必要な場合は数字を入れてください。",…」) |
|||
(同じ利用者による、間の6版が非表示) | |||
20行目: | 20行目: | ||
"autovalue": "シャノン", | "autovalue": "シャノン", | ||
"required": true, | "required": true, | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "rarity": { | ||
+ | "label": "レア度(☆の数)", | ||
+ | "description": "省略可能です。必要なときは半角数字(3-5)で入れてください。", | ||
+ | "example": "4", | ||
+ | "type": "number", | ||
+ | "default": "5", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
− | "description": " | + | "description": "ユニットのアイコンを表示します。", |
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
− | "size" | + | "size", |
+ | "rarity" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
− | </noinclude><includeonly>{{#ifexist: Image:ユニット-{{{name}}}.png | [[Image:ユニット-{{{name}}}.png|{{{size}}}px|alt={{{name}}}|{{{name}}}]] | | + | </noinclude><includeonly>{{#ifexist: Image:ユニット-{{{name}}}r{{#if:{{{rarity|}}}|{{{rarity}}}|5}}.png | [[Image:ユニット-{{{name}}}r{{#if:{{{rarity|}}}|{{{rarity}}}|5}}.png|{{#if:{{{size|}}}|{{{size}}}|48}}px|link=ユニット-{{{name}}}|alt={{{name}}}|{{{name}}}]] | [[Image:ユニット-画像なし.png|{{#if:{{{size|}}}|{{{size}}}|48}}px|link=ユニット-{{{name}}}|alt={{{name}}}|{{{name}}}]] }}</includeonly> |
2021年2月11日 (木) 17:39時点における最新版
ユニットのアイコンを表示します。
引数 | 説明 | 型 | 状態 | |
---|---|---|---|---|
名称 | name | ユニットの名称を入れてください。
| 文字列 | 必須 |
アイコンのサイズ | size | 必要な場合は数字を入れてください。
| 数値 | 推奨 |
レア度(☆の数) | rarity | 省略可能です。必要なときは半角数字(3-5)で入れてください。
| 数値 | 推奨 |