:Tag/설명문서

L위키, 시민들이 참여하여 가꾸는 리버럴 위키

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