(새 문서: {{설명문서 안내}} <!-- 여기에 틀에 대한 설명문서를 작성하세요. --> XML이나 HTML 형식의 태그를 나타내주는 틀입니다. 자세한 사항은 영문판 참고. == 사용법 == {{tlc|태그|태그이름 [|유형] [|content=본문] [|attribs=속성 및 값]}} == 예제 == {{마크업 | <nowiki>{{tag|ref}}</nowiki> | {{tag|ref}} | <nowiki>{{tag|ref|content=}}</nowiki> | {{tag|ref|content=}} | <nowiki>{{tag|ref|conten...)
 
편집 요약 없음
 
1번째 줄: 1번째 줄:
{{설명문서 안내}}
{{설명문서 안내}}
<!-- 여기에 틀에 대한 설명문서를 작성하세요. -->
<!-- 여기에 틀에 대한 설명문서를 작성하세요. -->
XML이나 HTML 형식의 태그를 나타내주는 틀입니다. 자세한 사항은 [[:w:Template:Tag|영문판]] 참고.
XML이나 HTML 형식의 태그를 나타내주는 틀입니다.


== 사용법 ==
== 사용법 ==

2023년 6월 12일 (월) 03:08 기준 최신판

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

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 문서에서 분기하였습니다.