685
edits
(Hack that makes it survive being wrapped in Template:T) |
(add transliteration style option) |
||
Line 4: | Line 4: | ||
</div> | </div> | ||
This template lets you embed Derani text in articles. The first argument is the text itself, and the second argument (optional) is its Latin transliteration. | This template lets you embed Derani text in articles. The first argument is the text itself, and the second argument (optional) is its Latin transliteration. | ||
</noinclude><includeonly><span class="derani" lang="toaq">{{{1}}}</span>{{#if:{{{2|}}}| <span style="color: #979797;">{{t|{{{2|}}}}}</span>}}</includeonly> | |||
The third argument is the transliteration style, as demonstrated in the table below. "inline" is the default. | |||
{| class="wikitable" | |||
|+ Transliteration styles | |||
|- | |||
! Code !! Output | |||
|- | |||
| <code><nowiki>{{Derani| |Mua ní da.|inline}}</nowiki></code> || <center>{{Derani| |Mua ní da.|inline}}</center> | |||
|- | |||
| <code><nowiki>{{Derani| |Mua ní da.|none}}</nowiki></code> || <center>{{Derani| |Mua ní da.|none}}</center> | |||
|- | |||
| <code><nowiki>{{Derani| |Mua ní da.|hover}}</nowiki></code> || <center>{{Derani| |Mua ní da.|hover}}</center> | |||
|- | |||
| <code><nowiki>{{Derani| |Mua ní da.|stack}}</nowiki></code> || <center>{{Derani| |Mua ní da.|stack}}</center> | |||
|} | |||
</noinclude><includeonly>{{#switch: {{{3|}}} | |||
| none = <span class="derani" lang="toaq">{{{1}}}</span> | |||
| hover = <span class="derani" lang="toaq" title="{{{2|}}}">{{{1}}}</span> | |||
| stack = <span style="display:inline-flex; vertical-align:baseline; flex-direction:column"><span class="derani" lang="toaq">{{{1}}}</span>{{#if:{{{2|}}}|<span style="font-size:14px; margin-bottom:4px;">{{t|{{{2|}}}}}</span>}}</span> | |||
| #default = <span class="derani" lang="toaq">{{{1}}}</span>{{#if:{{{2|}}}| <span style="color: #979797;">{{t|{{{2|}}}}}</span>}} | |||
}}</includeonly> |