:Tag/설명문서

< 틀:Tag
포장 (토론 | 기여)님의 2019년 12월 5일 (목) 21:42 판 (새 문서: {{설명문서 안내}} <!-- 여기에 틀에 대한 설명문서를 작성하세요. --> XML이나 HTML 형식의 태그를 나타내주는 틀입니다. 자세한 사항은 :w:Tem...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
Edit-copy green.svg 이 문서는 틀:Tag에 대한 설명입니다.
여기에는 틀 사용법, 분류 등 원래의 틀 문서에는 포함되지 않는 내용을 담고 있습니다.

XML이나 HTML 형식의 태그를 나타내주는 틀입니다. 자세한 사항은 영문판 참고.

예제

마크업 결과
{{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>