「テンプレート:ユニット情報」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「<table class="infobox unit" style="width:22em"> <caption class="breed">{{{name}}}</caption> <tbody> <tr> <td colspan="2" style="text-align:center">…」) |
|||
| 40行目: | 40行目: | ||
{ | { | ||
"params": { | "params": { | ||
| − | "name": {}, | + | "name": { |
| − | "rarity": {}, | + | "label": "名前", |
| − | "title": {}, | + | "description": "○○Ver.まで含めてください。", |
| − | "title_kana": {}, | + | "example": "シャノン/シャノン(ドラフェスVer.)", |
| − | "weapon_type": {}, | + | "type": "string", |
| − | "unit_type": {}, | + | "required": true, |
| − | "link_ex": {}, | + | "suggested": true |
| − | "ex": {}, | + | }, |
| − | " | + | "rarity": { |
| − | + | "label": "初期レア度", | |
| − | + | "example": "3~5", | |
| − | + | "type": "number", | |
| − | + | "suggested": true | |
| − | "remarks": { | + | }, |
| − | + | "title": { | |
| − | + | "label": "二つ名", | |
| − | + | "description": "漢字かな交じり(字が大きい方)", | |
| + | "example": "聖人の護り手", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "title_kana": { | ||
| + | "label": "二つ名(カタカナ)", | ||
| + | "description": "ルビ(よみがな)の部分です", | ||
| + | "example": "プレゼントガーディアン", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "weapon_type": { | ||
| + | "label": "武器種", | ||
| + | "description": "剣/刀/短剣/斧/槍/弓/ロッド/杖/銃 からひとつ", | ||
| + | "example": "刀", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "unit_type": { | ||
| + | "label": "タイプ", | ||
| + | "description": "攻撃/防御/補助/回復 からひとつ", | ||
| + | "example": "補助", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "link_ex": { | ||
| + | "label": "リンクExスキル", | ||
| + | "description": "マナサークル50時点(召喚でのキャラ紹介説明文)での効果を記載してください", | ||
| + | "example": "【火】連撃:連撃でバフスキル時間+15%", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "ex": { | ||
| + | "label": "Exスキル", | ||
| + | "description": "マナサークル50時点(召喚の説明文)での効果を記載してください。", | ||
| + | "example": "OD特効&ゲージブレイクⅧ", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "element": { | ||
| + | "label": "属性", | ||
| + | "description": "火/水/風/光/闇 からひとつ", | ||
| + | "example": "火", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "remarks": { | ||
| + | "label": "備考", | ||
| + | "description": "特に説明しておきたいこと。特殊モーションありとか。", | ||
| + | "type": "unbalanced-wikitext", | ||
| + | "suggested": true | ||
| + | } | ||
}, | }, | ||
"description": "ユニットページに追加する「プレイアブルキャラクター」の性能に関する情報を記述してください。", | "description": "ユニットページに追加する「プレイアブルキャラクター」の性能に関する情報を記述してください。", | ||
| 67行目: | 119行目: | ||
"weapon_type", | "weapon_type", | ||
"unit_type", | "unit_type", | ||
| + | "ex", | ||
"link_ex", | "link_ex", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"remarks" | "remarks" | ||
] | ] | ||
2021年2月2日 (火) 23:18時点における版
<tbody>
</tbody>
[[File:Icon-{{{name}}}|{{{64px}}}|alt={{{name}}}|{{{name}}}]]
{{{name}}}
|
|
| テンプレート:Title | |
| 初期レア | テンプレート:Rarity |
| 属性 | テンプレート:Element |
| 武器種 | テンプレート:Weapon type |
| タイプ | テンプレート:Unit type |
<a href="/wiki/%E3%82%A4%E3%83%8C" title="イヌ">イヌ</a> (Canis lupus familiaris) |
|
ユニットページに追加する「プレイアブルキャラクター」の性能に関する情報を記述してください。
| 引数 | 説明 | 型 | 状態 | |
|---|---|---|---|---|
| 名前 | name | ○○Ver.まで含めてください。
| 文字列 | 必須 |
| 二つ名 | title | 漢字かな交じり(字が大きい方)
| 文字列 | 推奨 |
| 二つ名(カタカナ) | title_kana | ルビ(よみがな)の部分です
| 文字列 | 推奨 |
| 初期レア度 | rarity | 説明なし
| 数値 | 推奨 |
| 属性 | element | 火/水/風/光/闇 からひとつ
| 文字列 | 推奨 |
| 武器種 | weapon_type | 剣/刀/短剣/斧/槍/弓/ロッド/杖/銃 からひとつ
| 文字列 | 推奨 |
| タイプ | unit_type | 攻撃/防御/補助/回復 からひとつ
| 文字列 | 推奨 |
| Exスキル | ex | マナサークル50時点(召喚の説明文)での効果を記載してください。
| 文字列 | 推奨 |
| リンクExスキル | link_ex | マナサークル50時点(召喚でのキャラ紹介説明文)での効果を記載してください
| 文字列 | 推奨 |
| 備考 | remarks | 特に説明しておきたいこと。特殊モーションありとか。 | ウィキテキストの一部 | 推奨 |