「テンプレート:日時のスタイル」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
(同じ利用者による、間の6版が非表示) | |||
1行目: | 1行目: | ||
<onlyinclude> | <onlyinclude> | ||
<div class="{{{後発}}}" > | <div class="{{{後発}}}" style="white-space: nowrap;"> | ||
{{{text}}} | {{{text}}} | ||
</div> | </div> | ||
6行目: | 6行目: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "日時のスタイルを統一的に設定するためのテンプレートです。", | "description": "日時のスタイルを統一的に設定するためのテンプレートです。<br>タグを入れないと改行しません。", | ||
"format": "inline", | "format": "inline", | ||
"params": { | "params": { | ||
13行目: | 13行目: | ||
"description": "表示する文章", | "description": "表示する文章", | ||
"example": "2021年3月18日<br>(水曜深夜)", | "example": "2021年3月18日<br>(水曜深夜)", | ||
"type": "string" | "type": "string", | ||
"default": "未明", | |||
"autovalue": "未明", | |||
"suggested": true | |||
}, | }, | ||
"後発": { | "後発": { | ||
23行目: | 26行目: | ||
"example": "LateStarter", | "example": "LateStarter", | ||
"type": "string", | "type": "string", | ||
"autovalue": "LateStarter" | |||
"autovalue": "LateStarter" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "text", | ||
" | "後発" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
2021年3月19日 (金) 12:37時点における最新版
{{{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",
"autovalue": "LateStarter"
}
},
"paramOrder": [
"text",
"後発"
]
}
</templatedata>