59
回編集
(スマホアプリ用テンプレートを作成) |
細 (不要なWiki文による記述を削除) |
||
(同じ利用者による、間の2版が非表示) | |||
2行目: | 2行目: | ||
|+ {{{1}}} | |+ {{{1}}} | ||
|- | |- | ||
| rowspan="2" | [[ファイル:{{{2}}}|120px]] | |||
| [[ファイル:Btn AppStore.png|140px|link=https://apps.apple.com/jp/app/id{{{3}}}]] | |||
|- | |- | ||
| [[ファイル:Btn GooglePlay.png|150px|link=https://play.google.com/store/apps/details?id={{{4}}}]] | | [[ファイル:Btn GooglePlay.png|150px|link=https://play.google.com/store/apps/details?id={{{4}}}]] | ||
11行目: | 11行目: | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "アプリ名", | |||
"description": "上部に表示されます", | |||
"example": "グリモア〜私立グリモワール魔法学園〜", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"2": { | |||
"label": "アイコン画像のファイル名", | |||
"description": "事前にアップロードしておいてください。", | |||
"example": "Icon a.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"3": { | |||
"label": "AppStoreのアプリID", | |||
"description": "たとえば、アプリのページURLがhttps://apps.apple.com/jp/app/example/id000000000のとき、アプリIDは000000000です。", | |||
"example": "897829191", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"4": { | |||
"label": "GooglePlayのアプリID", | |||
"description": "たとえば、アプリのページURLがhttps://play.google.com/store/apps/details?id=com.example.exampleのとき、アプリIDはcom.example.exampleです。", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"5": { | |||
"label": "説明文", | |||
"description": "下に表示されます。Wikiテキストを使えます。", | |||
"example": "本体ゲーム。現在サービス・配信終了。", | |||
"type": "unbalanced-wikitext", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "スマホアプリ用テンプレート", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |