틀:Tag/설명문서

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-->

}}