Template:TTS/aural: Difference between revisions
Appearance
copy over guts of Template:TTS |
m NoTitle parameter |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{HueCSS}} | {{HueCSS}}<!-- | ||
< | --><includeonly><onlyinclude><{{{html|span}}} {{#if:{{{lang|}}}|lang="{{{lang}}}"|}} class="tts {{{class|}}}" {{#switch:{{{NoTitle|}}}|y=title{{=}}""|{{{tts|}}}{{{2|}}}{{{title|}}}=title{{=}}""|{{{tts|}}}{{{2|}}}{{{title|}}}=title{{=}}""|{{{tts|}}}{{{title|}}}=title{{=}}"{{{2|}}}"|{{{2|}}}{{{title|}}}=title{{=}}"{{{tts|}}}"|#default=title{{=}}"{{{title|}}}"}}><span class="visual" aria-hidden="true">{{{1}}}</span><span class="bracket" aria-hidden="true"> (</span><span class="help">pronounced </span><i {{#switch: {{{ParameterWhichShouldAlwaysBeEmpty|}}}|{{{lang2|}}}{{{lang|}}}=data-lang{{=}}""|{{{lang|}}}=data-lang{{=}}"{{{lang2}}}"|{{{lang2|}}}=data-lang{{=}}"{{{lang}}}"|#default=data-lang{{=}}""}} class="aural">{{#switch: {{{ParameterWhichShouldAlwaysBeEmpty|}}} | {{{tts|}}}{{{2|}}}{{{1|}}} = error: TTS pronunciation missing | {{{tts|}}}{{{1|}}} = {{{2|error: TTS pronunciation missing}}} | {{{2|}}}{{{1|}}} = {{{tts|error: TTS pronunciation missing}}} | #default = {{{1|error: TTS pronunciation missing}}} }}</i><span class="bracket" aria-hidden="true">)</span></{{{html|span}}}></onlyinclude></includeonly><!-- | ||
Put visually clearer version below for debug purposes: | |||
<{{{html|span}}}_ | |||
{{#if:{{{lang|}}}|lang="{{{lang}}}"|}}_ | |||
class="tts {{{class|}}}"_ | |||
{{#switch: {{{NoTitle|}}} | |||
|y=title{{=}}"" | |||
|{{{tts|}}}{{{2|}}}{{{title|}}}=title{{=}}"" | |||
|{{{tts|}}}{{{title|}}}=title{{=}}"{{{2|}}}" | |||
|{{{2|}}}{{{title|}}}=title{{=}}"{{{tts|}}}" | |||
|#default=title{{=}}"{{{title|}}}"}}> | |||
<span class="visual" aria-hidden="true">{{{1}}}</span> | |||
<span class="bracket" aria-hidden="true"> (</span> | |||
<span class="help">pronounced </span> | |||
<i | |||
{{#switch: {{{ParameterWhichShouldAlwaysBeEmpty|}}} | |||
| {{{lang2|}}}{{{lang|}}} = data-lang{{=}}"" | |||
| {{{lang|}}} = data-lang{{=}}"{{{lang2}}}" | |||
| {{{lang2|}}} = data-lang{{=}}"{{{lang}}}" | |||
| #default = data-lang{{=}}"" | |||
}}_ | |||
class="aural"> | |||
{{#switch: {{{ParameterWhichShouldAlwaysBeEmpty|}}} | |||
| {{{tts|}}}{{{2|}}}{{{1|}}} = error: TTS pronunciation missing | |||
| {{{tts|}}}{{{1|}}} = {{{2|error: TTS pronunciation missing}}} | |||
| {{{2|}}}{{{1|}}} = {{{tts|error: TTS pronunciation missing}}} | |||
| #default = {{{1|error: TTS pronunciation missing}}}_ | |||
}} | |||
</i> | |||
<span class="bracket" aria-hidden="true">)</span> | |||
</{{{html|span}}}> | |||
--> | |||
== Demo == | == Demo == | ||
Line 9: | Line 42: | ||
oddly-pronounced word demo: {{TTS/aural|tts=leet|1337|lang=en}} | oddly-pronounced word demo: {{TTS/aural|tts=leet|1337|lang=en}} | ||
=== number list === | |||
{{HueCSS}} | |||
<ol class="hue clean compound"><li><dfn class="field_geo manual flag" data-dimension="Z" data-qid="617"><abbr class="figure item-dimension" title="Z1 Basic Item / Item ID Q617" data-icon="">{{TTS|html=ins|class=flag|tts=617. (Z)|Z–617|NoTitle=y}} {{TTS|html=ins|class=swatch|tts=(Z):|[Z]}}</abbr> [[E:Q617|unique object coded as Z Item]]</dfn></li></ol> | |||
== Description == | == Description == |
Latest revision as of 07:23, 9 September 2025
Demo[edit]
pronounced displayed string
pronounced displayed string in older style
oddly-pronounced word demo: pronounced 1337
number list[edit]
- pronounced Z–617 pronounced [Z] unique object coded as Z Item
Description[edit]
This is a template for giving bits of text a TTS pronunciation.
This page is the main "guts" of Template:TTS, which needed to be broken up to properly create linking capabilities.