「テンプレート:日時のスタイル」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
26行目: | 26行目: | ||
"example": "LateStarter", | "example": "LateStarter", | ||
"type": "string", | "type": "string", | ||
"default": " | "default": "", | ||
"autovalue": "LateStarter", | "autovalue": "LateStarter", | ||
"suggested": true | "suggested": true |
2021年3月18日 (木) 12:50時点における版
{{{text}}}
<templatedata>
{
"description": "日時のスタイルを統一的に設定するためのテンプレートです。",
"format": "inline",
"params": {
"text": {
"label": "text",
"description": "表示する文章",
"example": "2021年3月18日
(水曜深夜)",
"type": "string",
"default": "未明",
"autovalue": "未明",
"suggested": true
},
"後発": {
"aliases": [
"late starter"
],
"label": "後発",
"description": "表示する文章の文字色が変わる",
"example": "LateStarter",
"type": "string",
"default": "",
"autovalue": "LateStarter",
"suggested": true
}
},
"paramOrder": [
"text",
"後発"
]
}
</templatedata>