「テンプレート:日時のスタイル」の版間の差分

提供:ニッチでドワーフなWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
<onlyinclude>
<onlyinclude>
<div style="color: {{{color}}};">
<div class="{{{後発}}}" >
{{{text}}}
{{{text}}}
</div>
</div>
9行目: 9行目:
"format": "inline",
"format": "inline",
"params": {
"params": {
"color": {
                        "default": "lightgreen",
"label": "color",
"description": "表示する文章の文字色",
"type": "string",
"autovalue": "lightgreen",
"example": "lightgreen",
"suggested": true
},
"text": {
"text": {
"label": "text",
"label": "text",
23行目: 14行目:
"example": "2021年3月18日<br>(水曜深夜)",
"example": "2021年3月18日<br>(水曜深夜)",
"type": "string"
"type": "string"
},
"後発": {
"aliases": [
"late starter"
],
"label": "後発",
"description": "表示する文章の文字色が変わる",
"example": "LateStarter",
"type": "string",
"default": "LateStarter",
"autovalue": "LateStarter",
"suggested": true
}
}
},
},
"paramOrder": [
"paramOrder": [
"color",
"後発",
                "text"
"text"
]
]
}
}
</templatedata>
</templatedata>

2021年3月16日 (火) 19:01時点における版

{{{text}}}

<templatedata> { "description": "日時のスタイルを統一的に設定するためのテンプレートです。", "format": "inline", "params": { "text": { "label": "text", "description": "表示する文章", "example": "2021年3月18日
(水曜深夜)", "type": "string" }, "後発": { "aliases": [ "late starter" ], "label": "後発", "description": "表示する文章の文字色が変わる", "example": "LateStarter", "type": "string", "default": "LateStarter", "autovalue": "LateStarter", "suggested": true } }, "paramOrder": [ "後発", "text" ] } </templatedata>