Template:Ruby/split/doc
< Template:Ruby | split
Jump to navigation
Jump to search
This is the Documentation subpage of Template:Ruby/split This page's sole purpose is to explain how the Template should be used. Do not use it for other purposes. |
{{Ruby/split}} is used to strip text using {{Ruby}} to either just the base text or just the top text.
This can work with <ruby>
markup used without {{Ruby}}
, but it is recommended to use {{Ruby}}
as this template won't necessarily work with different variations.
Usage
{{Ruby/split|Ruby text|top}} converts a string of ruby text to just the top text. You can also use "furi" or "furigana" instead of "top".
{{Ruby/split|Ruby text|base}} converts a string of ruby text to just the base text. Omitting "base" also does this.
Examples
{{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ
normally produces極 神 皇 ロキ.{{Ruby/split|{{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ|top}}
produces極 神 皇 ロキ.{{Ruby/split|{{Ruby|極|きょく}}{{Ruby|神|しん}}{{Ruby|皇|おう}}ロキ|base}}
produces極 神 皇 ロキ.
13{{Ruby|人|にん}}{{Ruby|目|め}}の{{Ruby|埋|まい}}{{Ruby|葬|そう}}{{Ruby|者|しゃ}}
normally produces 13人 目 の埋 葬 者 {{Ruby/split|13{{Ruby|人|にん}}{{Ruby|目|め}}の{{Ruby|埋|まい}}{{Ruby|葬|そう}}{{Ruby|者|しゃ}}|top}}
produces 13人 目 の埋 葬 者 {{Ruby/split|13{{Ruby|人|にん}}{{Ruby|目|め}}の{{Ruby|埋|まい}}{{Ruby|葬|そう}}{{Ruby|者|しゃ}}|base}}
produces 13人 目 の埋 葬 者
{{Ruby/split|ブラック・ホール|top}}
produces ブラック・ホール{{Ruby/split|ブラック・ホール|base}}
produces ブラック・ホール
See also
- {{Ruby/detect}}