Help:HTML in wikitext: Difference between revisions

Content deleted Content added
Line 418:
 
[[Wikipedia:MOS:QUOTATIONS]] says Wikipedia should instead use "", {{tl|quote}}, or <nowiki><blockquote></nowiki>.
 
==== rp, rt, ruby ====
 
{{see|Wikipedia:Ruby character}}
 
{{tag|ruby}} marks spans of phrasing content with ruby annotations.
 
{{tag|rt}} marks the ruby text component of a ruby annotation; the ruby text shows in a reduced size over top of the normal characters.
 
{{tag|rp}} is used to provide parentheses around a ruby text component of a ruby annotation, to be shown by user agents that don’t support ruby annotations.
 
Browsers that do not support ruby characters will show the ruby text in normal size, enclosed in parentheses and after the normal content.
 
{{markup
|<nowiki><ruby>
東<rp>(</rp><rt>とう</rt><rp>)</rp>
京<rp>(</rp><rt>きょう</rt><rp>)</rp>
</ruby></nowiki>
|<ruby>
東<rp>(</rp><rt>とう</rt><rp>)</rp>
京<rp>(</rp><rt>きょう</rt><rp>)</rp>
</ruby>
}}
 
Templates:
* {{tlx|ruby}}
* {{tlx|ruby-ja}} for Japanese
* {{tlx|Ruby-zh-p}} for Chinese pinyin
* {{tlx|Ruby-zh-b}} for Chinese bopomofo
 
==== s ====