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

提供:ニッチでドワーフなWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
2行目: 2行目:
{{{text}}}
{{{text}}}
</div>
</div>
<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日<br>(水曜深夜)",
"type": "string"
}
},
"paramOrder": [
"color",
                "text"
]
}
</templatedata>

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

{{{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>