「テンプレート:下破線」の版間の差分
ナビゲーションに移動
検索に移動
(下破線) |
(改) |
||
1行目: | 1行目: | ||
<span style="border-bottom:{{#if:{{{px|}}}|{{{px}}}px|1}}px dashed {{#if:{{{色|}}}|{{{色}}}| | <span style="border-bottom:{{#if:{{{px|}}}|{{{px}}}px|1}}px dashed {{#if:{{{色|}}}|{{{色}}}|}}">{{{文章}}}</span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"px": { | |||
"description": "線の太さ。単位はpx。", | |||
"example": "1.8", | |||
"type": "number", | |||
"autovalue": "1" | |||
}, | |||
"色": { | |||
"description": "線の色。入力しなければ黒となる。", | |||
"example": "#00f", | |||
"type": "string", | |||
"autovalue": "" | |||
}, | |||
"文章": { | |||
"description": "線を引く文章。", | |||
"example": "彼に那覇空港駅まで送ってもらった。", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
2年4月19日 (ゐ) 22:04時点における版
{{{文章}}}
説明はありません。
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
px | px | 線の太さ。単位はpx。
| 数値 | 省略可能 |
色 | 色 | 線の色。入力しなければ黒となる。
| 文字列 | 省略可能 |
文章 | 文章 | 線を引く文章。
| 文字列 | 必須 |