User talk:The Jacketed Terrapin/Archive 3/Fixing the Chronicle page
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Japanese hiragana above kanji
I did some digging regarding the Japanese characters above other characters and came across Ruby characters, also called "furigana". Ruby is supported by most modern browsers that use HTML5. For Gomoku Narabe Renju it would be
You can use the following markup to achieve it:
All tags opened and closed: <ruby><rb>五目</rb><rt>ごもく</rt></ruby>ならべ<ruby><rb>連珠</rb><rt>れんじゅ</rt></ruby> Foregoing the base tag (<rb>): <ruby>五目<rt>ごもく</rt></ruby>ならべ<ruby>連珠<rt>れんじゅ</rt></ruby> Foregoing the closing tags (The syntax highlighter will yell, but it still works): <ruby><rb>五目<rt>ごもく</ruby>ならべ<ruby><rb>連珠<rt>れんじゅ</ruby>
You can read more about the markup here. --CanvasK (talk) 16:57, May 30, 2020 (EDT)