틀:배지: 두 판 사이의 차이

452 바이트 추가됨 ,  2022년 2월 17일 (목)
배경색 수정
잔글편집 요약 없음
(배경색 수정)
 
1번째 줄: 1번째 줄:
<onlyinclude><span style="padding: 1px 5px 1px 5px; border-radius: 3px; background: {{#if:{{{2|{{{배경색|}}}}}} | {{{2|{{{배경색}}}}}}|{{Skin|1}}}}; font-size: {{#if:{{{4|{{{크기|}}}}}} | {{{4|{{{크기}}}}}}|0.8}}em; color: {{#if:{{{3|{{{글자색|}}}}}} | {{{3|{{{글자색}}}}}}|white}};">{{{1|{{{텍스트|}}}}}}</span></onlyinclude><noinclude>
<onlyinclude><span style="padding: 1px 5px 1px 5px; border-radius: 3px; background: {{#if:{{{2|{{{배경색|}}}}}} | {{{2|{{{배경색}}}}}}| #4496f0}}; font-size: {{#if:{{{4|{{{크기|}}}}}} | {{{4|{{{크기}}}}}}|0.8}}em; color: {{#if:{{{3|{{{글자색|}}}}}} | {{{3|{{{글자색}}}}}}|white}};">{{{1|{{{텍스트|}}}}}}</span></onlyinclude><noinclude>
</noinclude>
<templatedata>
{
"params": {
"텍스트": {
"aliases": [
"1"
],
"type": "content",
"required": true
},
"글자색": {
"aliases": [
"3"
],
"type": "string"
},
"배경색": {
"aliases": [
"2"
],
"type": "string"
},
"크기": {
"aliases": [
"4"
],
"type": "string"
}
},
"paramOrder": [
"텍스트",
"배경색",
"글자색",
"크기"
],
"format": "inline"
}
</templatedata></noinclude>