틀:Resize

Jmnote (토론 | 기여)님의 2020년 11월 12일 (목) 00:12 판 (새 문서: {{#if:{{{2|}}} |<span style="font-size:{{{1|}}};">{{{2|}}}</span> |<span style="font-size:90%;">{{{1}}}</span> }}<noinclude> {{설명문서}} {{Resize/매개 변수}} <!--PLEASE ADD C...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

{{{1}}}

틀 설명문서[만들기]

매개 변수[]

다음은 시각편집기 및 다른 도구를 위한 틀데이터입니다.

Resize의 틀데이터

<templatedata>{

 "description": "Template to aid switching the font-size used for a text string. Two forms <span style="font-size:<size>;"><text> and <text> are possible.",
 "params": {
   "1": {
     "label": "Size/Text",
     "description": "Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'.",
     "type": "string",
     "required": true
   },
   "2": {
     "label": "Text when size is given",
     "description": "The text to display in the two parameter version.",
     "type": "string",
     "required": false
   }
 }

} </templatedata>

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}