テンプレート:日時のスタイル
ナビゲーションに移動
検索に移動
{{{text}}}
<templatedata> { "description": "日時のスタイルを統一的に設定するためのテンプレートです。", "format": "inline", "params": { "color": {
"default": "lightgreen",
"label": "color",
"description": "表示する文章の文字色",
"type": "string",
"autovalue": "lightgreen",
"example": "lightgreen",
"suggested": true
},
"text": {
"label": "text",
"description": "表示する文章",
"example": "2021年3月18日
(水曜深夜)",
"type": "string"
}
},
"paramOrder": [
"color",
"text"
] } </templatedata>