「テンプレート:App」の版間の差分
ナビゲーションに移動
検索に移動
(スマホアプリ用テンプレートを作成) |
細 (不要な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> |
2023年12月10日 (日) 01:21時点における最新版
[[ファイル:{{{2}}}|120px]] | ![]() |
![]() | |
{{{5}}} |
スマホアプリ用テンプレート
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
アプリ名 | 1 | 上部に表示されます
| 文字列 | 推奨 |
アイコン画像のファイル名 | 2 | 事前にアップロードしておいてください。
| ファイル | 推奨 |
AppStoreのアプリID | 3 | たとえば、アプリのページURLがhttps://apps.apple.com/jp/app/example/id000000000のとき、アプリIDは000000000です。
| 数値 | 必須 |
GooglePlayのアプリID | 4 | たとえば、アプリのページURLがhttps://play.google.com/store/apps/details?id=com.example.exampleのとき、アプリIDはcom.example.exampleです。 | 文字列 | 必須 |
説明文 | 5 | 下に表示されます。Wikiテキストを使えます。
| ウィキテキストの一部 | 推奨 |