Module:ja-ruby/documentation

Hello, you have come here looking for the meaning of the word Module:ja-ruby/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:ja-ruby/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say Module:ja-ruby/documentation in singular and plural. Everything you need to know about the word Module:ja-ruby/documentation you have here. The definition of the word Module:ja-ruby/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:ja-ruby/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module handles ruby texts. It converts between the following 4 forms:

  1. Wikitext
    ]]
    
    ()
  2. Texts of the term and the ruby
    ]]
    
    ふりが%な
    
  3. () markup
    (ふ)り]](が)(な)]]
    
  4. Lua table, used by modules
    local example_ruby_table = {
        {
            text = {
                {text = '振', ruby = 'ふ'},
                {text = 'り'},
            }, linkto = "振る"
        },
        {
            text = {
                {text = '仮', ruby = 'か'},
                {text = '名', ruby = 'な'},
            }, linkto = "仮名"
        },
    }
    

(The generated documentation is located at the module page.)