「テンプレート:Color」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「<onlyinclude> <div style="color: {{{color}}};"> {{{text}}} </div> </onlyinclude> <templatedata> { "description": "折り畳みを簡略化するためのテンプレー…」) |
編集の要約なし |
||
6行目: | 6行目: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "文字に色を装飾するためのテンプレートです。", | ||
"format": "inline", | "format": "inline", | ||
"params": { | "params": { |
2021年3月18日 (木) 16:57時点における最新版
{{{text}}}
<templatedata> { "description": "文字に色を装飾するためのテンプレートです。", "format": "inline", "params": { "color": { "label": "color", "description": "文字色", "example": "red", "type": "string", "aliases": [ "文字色" ], "suggested": true }, "text": { "label": "text", "description": "表示する文章", "type": "string", "required": true, "aliases": [ "文字列" ] } }, "paramOrder": [ "color", "text" ] } </templatedata>