(ページの作成:「<span class="button-link">[{{{1}}} {{{2}}}]</span>」) |
編集の要約なし |
||
1行目: | 1行目: | ||
<span class="button-link">[{{{1}}} {{{2}}}]</span> | <span class="button-link">[{{{1}}} {{{2}}}]</span> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "リンク先URL", | |||
"description": "ボタンを押したときに移動するURL(外部リンクやページ名)", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "ボタンの表示名", | |||
"description": "ボタン上に表示される文字(例:詳細を見る)", | |||
"required": true | |||
} | |||
}, | |||
"description": "シンプルなボタンリンクを表示するテンプレート", | |||
"format": "inline" | |||
} | |||
</templatedata> |
2025年3月28日 (金) 17:16時点における版
シンプルなボタンリンクを表示するテンプレート
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
リンク先URL | 1 | ボタンを押したときに移動するURL(外部リンクやページ名) | 不明 | 必須 |
ボタンの表示名 | 2 | ボタン上に表示される文字(例:詳細を見る) | 不明 | 必須 |