Difference between revisions of "Template:Ruby"

From Yugipedia
Jump to: navigation, search
(a couple things)
(the lang parameter actually uses BCP47/IETF language tags, which are nearly a strict superset of ISO 639-1 and -3 (BCP 47 doesn't follow reassigned ISO 639 tags which means the two could drift apart over time, but currently they match))
Line 1: Line 1:
{{
+
{{ #if: {{{2<includeonly>|</includeonly>}}}
  #if: {{{2<includeonly>|</includeonly>}}}
 
 
   | <ruby class="rubytext ruby-{{{lang|ja}}}" lang="{{{lang|ja}}}" xml:lang="{{{lang|ja}}}"><rb>{{{1}}}</rb><rp>(</rp><rt>{{{2}}}</rt><rp>)</rp></ruby>
 
   | <ruby class="rubytext ruby-{{{lang|ja}}}" lang="{{{lang|ja}}}" xml:lang="{{{lang|ja}}}"><rb>{{{1}}}</rb><rp>(</rp><rt>{{{2}}}</rt><rp>)</rp></ruby>
 
   | {{{1}}}[[Category:Pages with an unnecessary Ruby transclusion]]
 
   | {{{1}}}[[Category:Pages with an unnecessary Ruby transclusion]]
Line 9: Line 8:
 
Results in {{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ
 
Results in {{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ
  
Non-Japanese text must specify the language using an [[wikipedia:List of ISO 639-1 codes|ISO 639-1 code]] (commonly-used ones are "en" for English, "ko" for Korean, and "zh" for Chinese) via the "lang" parameter: <pre>{{Ruby|BF|블랙페더|lang=ko}}-탱구바람 히렌</pre>
+
Non-Japanese text must specify the language using an [[wikipedia:IETF language tag|IETF language tag]] (commonly-used ones are "en" for English, "ko" for Korean, and "zh" for Chinese) via the "lang" parameter: <pre>{{Ruby|BF|블랙페더|lang=ko}}-탱구바람 히렌</pre>
  
 
Results in {{Ruby|BF|블랙페더|lang=ko}}-탱구바람 히렌 (compare with how it looks without the "lang" parameter: {{Ruby|BF|블랙페더}}-탱구바람 히렌)
 
Results in {{Ruby|BF|블랙페더|lang=ko}}-탱구바람 히렌 (compare with how it looks without the "lang" parameter: {{Ruby|BF|블랙페더}}-탱구바람 히렌)

Revision as of 16:32, 29 August 2015

{{{1}}}({{{2}}})

{{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ

Results in きょくしんおうロキ

Non-Japanese text must specify the language using an IETF language tag (commonly-used ones are "en" for English, "ko" for Korean, and "zh" for Chinese) via the "lang" parameter:

{{Ruby|BF|블랙페더|lang=ko}}-탱구바람 히렌

Results in BF블랙페더-탱구바람 히렌 (compare with how it looks without the "lang" parameter: BF블랙페더-탱구바람 히렌)

Ruby markup is styled with CSS in MediaWiki:Common.css allowing it to appear properly in Mozilla Firefox, which doesn't natively support the markup.

See also