「テンプレート:FontColor」の版間の差分
ナビゲーションに移動
検索に移動
5行目: | 5行目: | ||
"color": { | "color": { | ||
"label": "色の指定", | "label": "色の指定", | ||
− | "description": " | + | "description": "htmlで使用できる色名を入力します。red,blue,yellow ...etc.", |
"default": "red" | "default": "red" | ||
}, | }, | ||
− | "message": {} | + | "message": { |
+ | "label": "文章", | ||
+ | "description": "色を付けたい文字列を入力します。", | ||
+ | "default": "赤くなる文章" | ||
+ | } | ||
}, | }, | ||
− | "description": " | + | "description": "文字に色をつけます。", |
"paramOrder": [ | "paramOrder": [ | ||
"color", | "color", | ||
"message" | "message" | ||
− | ] | + | ] |
− | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude><includeonly><span style="color: {{{color}}};">{{{message}}}</span></includeonly> | </noinclude><includeonly><span style="color: {{{color}}};">{{{message}}}</span></includeonly> |
2021年1月25日 (月) 20:12時点における最新版
文字に色をつけます。
引数 | 説明 | 型 | 状態 | |
---|---|---|---|---|
色の指定 | color | htmlで使用できる色名を入力します。red,blue,yellow ...etc.
| 不明 | 省略可能 |
文章 | message | 色を付けたい文字列を入力します。
| 不明 | 省略可能 |