「テンプレート:Infobox Game」の版間の差分
提供: MONACA Wiki
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
<onlyinclude><infobox layout="stacked">'''<title source="作品名">'''</title><image source="image"><default>[[ファイル:ジャケットなし.jpg]]</default></image><data source="ジャンル"><label>ジャンル</label></data><data source="対応機種"><label>対応機種</label></data><data source="発売元"><label>発売元</label></data><data source="開発元"><label>開発元</label></data><data source="発売日"><label>発売日</label></data><data source="配信日"><label>配信日</label></data><data source="音楽"><label>音楽</label></data></infobox></onlyinclude> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "ゲーム作品の基本情報を表示するインフォボックス。", | |||
"params": { | |||
"作品名": { "label": "作品名", "type": "string", "required": true }, | |||
"image": { "label": "パッケージ画像", "type": "wiki-file-name" }, | |||
"ジャンル": { "label": "ジャンル", "type": "string" }, | |||
"対応機種": { "label": "対応機種", "type": "string" }, | |||
"発売元": { "label": "発売元", "type": "string" }, | |||
"開発元": { "label": "開発元", "type": "string" }, | |||
"発売日": { "label": "発売日", "type": "string" }, | |||
"配信日": { "label": "配信日", "type": "string" }, | |||
"音楽": { "label": "音楽", "type": "string" } | |||
} | |||
} | |||
</templatedata> | |||
{{Documentation}} | |||
</noinclude> | |||
</ | |||