틀 사용 방법에 대한 설명과 틀 분류 등이 들어있습니다.

XML이나 HTML 형식의 태그를 나타내주는 틀입니다.

사용법[원본 편집]

{{태그|태그이름 [|유형] [|content=본문] [|attribs=속성 및 값]}}

예제[원본 편집]

마크업 결과
{{tag|ref}} 
<ref>...</ref>
{{tag|ref|content=}} 
<ref></ref>
{{tag|ref|content=hello}} 
<ref>hello</ref>
{{tag|font|content=foo}} 
<font>foo</font>
{{tag|font|open}} 
<font>
{{tag|font|open|content=hello}} 
<font>hello
{{tag|span|close|content=hello}} 
hello</span>
{{tag|span|pair|content=hello}} 
<span>hello</span>
{{tag|ref|open|params=group="note"}} 
<ref group="note">
{{tag|references|single}} 
<references />
{{tag|br|single}} 
<br />
{{tag|!--|content=comment}} 
<!--comment-->


Wikipedia-ico-48px.png
이 틀 문서는 한국어 위키백과틀:Tag 문서에서 분기하였습니다.