1,782
回編集
([https://tensura.fandom.com/wiki/Template:S?oldid=85947 Template:S] の 2022年7月19日 (水) 00:58 (UTC) 版 より一部改変) |
細編集の要約なし |
||
(同じ利用者による、間の5版が非表示) | |||
1行目: | 1行目: | ||
<includeonly><small style="font-size: 75%; color: {{{color|}}}; font-weight: {{{weight|}}}; font-style: {{{style|}}};">{{#if:{{{1|}}}|{{{1}}}|}}{{#if:{{{2|}}}|/{{{2}}}|}}{{#if:{{{3|}}}|/{{{3}}}|}}{{#if:{{{4|}}}|/{{{4}}}|}}{{#if:{{{5|}}}|/{{{5}}}|}}{{#if:{{{6|}}}|/{{{6}}}|}}{{#if:{{{7|}}}|/{{{7}}}|}}{{#if:{{{8|}}}|/{{{8}}}|}}{{#if:{{{9|}}}|/{{{9}}}|}}{{#if:{{{10|}}}|/{{{10}}}|}}</small></includeonly><noinclude>[[ | <includeonly><small style="font-size: 75%; color: {{{color|}}}; font-weight: {{{weight|}}}; font-style: {{{style|}}};">{{#if:{{{1|}}}|{{{1}}}|}}{{#if:{{{2|}}}|/{{{2}}}|}}{{#if:{{{3|}}}|/{{{3}}}|}}{{#if:{{{4|}}}|/{{{4}}}|}}{{#if:{{{5|}}}|/{{{5}}}|}}{{#if:{{{6|}}}|/{{{6}}}|}}{{#if:{{{7|}}}|/{{{7}}}|}}{{#if:{{{8|}}}|/{{{8}}}|}}{{#if:{{{9|}}}|/{{{9}}}|}}{{#if:{{{10|}}}|/{{{10}}}|}}</small></includeonly><noinclude> | ||
== 使い方 == | |||
<pre>{{s|リムル=テンペスト}}</pre>と記述すると、{{s|リムル=テンペスト}}となる。 | |||
[[カテゴリ:テンプレート]] | |||
== TemplateData == | |||
{{TemplateDataHeader}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": {}, | |||
"2": {}, | |||
"3": {}, | |||
"4": {}, | |||
"5": {}, | |||
"6": {}, | |||
"7": {}, | |||
"8": {}, | |||
"9": {}, | |||
"10": {}, | |||
"color": { | |||
"description": "文字の色を指定するときに使う。", | |||
"example": "#000000" | |||
}, | |||
"weight": { | |||
"description": "文字の太さを指定するときに使う。", | |||
"example": "bold" | |||
}, | |||
"style": { | |||
"description": "文字のスタイルを指定するときに使う。", | |||
"example": "italic" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |