テンプレート:Tag
提供:きまぐれ手記 Kimagurenote
<tag>...</tag>
Usage
{{tag|img|o}}
<img>
- Tagの名前
- o = open
- c = close
- s = single
- p = pair (default)
- content = pairを選んだ場合の中身
- params = 属性値 href="hoge" など
- plain = モノクロ表示にする
- wrap = 途中での改行を認める
Example
- {{tag|ref}} →
<ref>...</ref>
- {{tag|ref|content=hello}} →
<ref>hello</ref>
- {{tag|span|content=foo}} →
<span>foo</span>
- {{tag|span|open}} →
<span>
- {{tag|span|open|content=hello}} →
<span>hello
- {{tag|span|close|content=hello}} →
hello</span>
- {{tag|span|pair|content=hello}} →
<span>hello</span>
- {{tag|references|single}} →
<references />
- {{tag|br|single}} →
<br />