Template:ja-r/documentation Oct 28th 2013, 07:10, by Haplology | | Line 11: | Line 11: | | # '''gloss''' (''Optional'') same as the gloss field of l. | | # '''gloss''' (''Optional'') same as the gloss field of l. | | # '''caps''' (''Optional'') set to any value to capitalize the first letters of each word (for proper nouns) | | # '''caps''' (''Optional'') set to any value to capitalize the first letters of each word (for proper nouns) | | + | # '''linkto''' (''Optional'') Make the link point to this. Useful for -na adjectives or suru verbs where you want the link to point to the lemma but be displayed as the form plus ''suru'' or ''-na'', e.g. {{ja-r|入手する|にゅうしゅ する|linkto=入手}} which displays 入手する with ruby but points to 入手. | | | | | | For example, <nowiki>{{ja-r|猿も木から落ちる|さる も き から おちる}}</nowiki> produces {{ja-r|猿も木から落ちる|さる も き から おちる}}. | | For example, <nowiki>{{ja-r|猿も木から落ちる|さる も き から おちる}}</nowiki> produces {{ja-r|猿も木から落ちる|さる も き から おちる}}. |
This is a wrapper for {{l}} that does two things: - automatic romanization (which is italicized here and put in l's tr parameter)
- placing of furigana aka ruby over the linked term (the term with furigana is put in l's third unnamed parameter)
The "r" stands for "ruby." Parameters: - 1: the term itself that we want to link to (which is put directly into l's second unnamed parameter)
- 2: (if the first term contains non-kana characters) the term written entirely in kana with regular ASCII spaces between words (so that there will be spaces in the romanization, not relevant to the placing of furigana)
- gloss (Optional) same as the gloss field of l.
- caps (Optional) set to any value to capitalize the first letters of each word (for proper nouns)
- linkto (Optional) Make the link point to this. Useful for -na adjectives or suru verbs where you want the link to point to the lemma but be displayed as the form plus suru or -na, e.g. 入手する (nyūshu suru) which displays 入手する with ruby but points to 入手.
For example, {{ja-r|猿も木から落ちる|さる も き から おちる}} produces 猿も木から落ちる (saru mo ki kara ochiru). Known bug[edit] The automatic placement of ruby fails in rare cases. It's possible to force the ruby to align correctly by placing spaces between words in the term (in addition to the kana version.) The spaces won't be displayed in the link. |