Template:IPA audio filename/doc

From Lojban
Jump to navigation Jump to search

This template produces the filename of an IPA sound sample (not the sound or soundbutton itself). It is determined, by default, from the IPA symbol. For example: {{IPA audio filename|m}}bilabial nasal.ogg. Optionally, a non-default filename can be entered here, so the template will produce that non-default filename. Also optionally, the existence of the file can be checked, and an error message can be overridden by a text or a blank.

Usage

Full input list is:

{{IPA audio filename
| ipa symbol =
| soundfile  =
| checkexist =
| errortext  =
}}
First parameter or ipa symbol= This first parameter (or named parameter ipa symbol=)is for the IPA symbol. The symbol is translated into the name of the sound (using the list in {{IPAsym}}) and adding the extension .ogg. When the parameter is not used, the input soundfile= should be used. For any symbol, the default name can be permanently overruled through the list (see below).
{{IPA audio filename|ʒ}}voiced palato-alveolar sibilant.ogg
soundfile= (optional, default=none) This parameter allows for entering any literal filename. Input here bypasses (overwrites) the first parameter. It can be used to enter a filename that does not have a default name as {{IPAsym}} produces. Note: when used, this input should have the extension.
{{IPA audio filename|ʒ|soundfile=Accordian chords-01.ogg}}Accordian chords-01.ogg
checkexist= (optional, default=no) Can be "yes" or "no". When entered "yes", and the filename is not an error, the template checks for the existence of the filename. If it does not exist, an error is produced. Note: Checking for existence is called an "expensive" function, in that it requires serious server-side action. The number of file checks per page is limited.
{{IPA audio filename|n̪|checkexist=yes}}File "dental nasal.ogg" does not exist
errortext= (optional, default=none) The errortext entered here overwrites any possible error-output. If there is no error, this errortext is not used. The tradeoff is: it hides any error information, but is cleans up the output. The errortext can be a blank, like {{IPA audio filename|m|errortext=}}.
{{IPA audio filename|abc|errortext=Some error in the filename}}Some error in the filename

Permanent altered from default name

Some IPA symbols have soundfiles available in Wikipedia that are not the default name. These alternate names can be entered in this template, and will show up in the output.

Subtemplate {{IPA audio filename/filename}} contains the list of alternate names. Example:

  • kʼ is named velar ejective, so this would yield default name: velar ejective.ogg

The filename however differs from that default name. The list in {{IPA audio filename/filename}} produces that different name:

Currently, the following non-default names are in the list:

velar approximant = voiced velar approximant.ogg ( ɰ )
voiceless labio-velar approximant = voiceless labio-velar fricative.ogg ( ʍ )
labio-velar approximant = voiced labio-velar approximant.ogg ( w )
alveolar ejective = alveolar ejective plosive.ogg ( tʼ )
uvular ejective = uvular ejective plosive.ogg ( qʼ )
bilabial ejective = bilabial ejective plosive.ogg ( pʼ )
velar ejective = velar ejective plosive.ogg ( kʼ )
tenuis bilabial click = clic bilabial sourd.ogg ( ʘ )
tenuis dental click = dental click.ogg ( ǀ )
tenuis alveolar click = postalveolar click.ogg ( ǃ )
tenuis palatal click = palatoalveolar click.ogg ( ǂ )
tenuis alveolar lateral click = alveolar lateral click.ogg ( ǁ )
sj-sound = voiceless dorso-palatal velar fricative.ogg ( ɧ )
voiceless retroflex stop = voiceless retroflex stop.oga ( ʈ )
voiced retroflex stop = voiced retroflex stop.oga ( ɖ )
voiceless palatal stop = voiceless palatal plosive.ogg ( c )
voiced palatal stop = voiced palatal plosive.ogg ( ɟ )
voiceless uvular stop = voiceless uvular plosive.ogg ( q )
voiced uvular stop = voiced uvular stop.oga ( ɢ )
voiceless dental sibilant affricate = voiceless dental sibilant affricate.oga ( t̪s̪ )
voiced dental sibilant affricate = voiced dental sibilant affricate.oga ( d̪z̪ )
voiceless alveolar sibilant affricate = voiceless alveolar sibilant affricate.oga ( ts )
voiced alveolar sibilant affricate = voiced alveolar sibilant affricate.oga ( dz )
labial-velar nasal = labial-velar nasal stop.ogg ( ŋm )
near-open central vowel = near-open central unrounded vowel.ogg ( ɐ )
near-close near-back vowel = near-close near-back rounded vowel.ogg ( ʊ )
r-colored vowel = regular and r-colored vowels.ogg ( ɚ )

Possible errors

Three error situations are covered:

  • No IPA symbol entered (and no soundfile name):
{{IPA audio filename}}Error using {{IPAsym}}: No input
  • The IPA symbol may not be defined in {{IPAsym}}:
{{IPA audio filename|abc}}Error using {{ IPAsym}}: IPA symbol "abc" not found in list
  • Checkexist=yes is asked, and the file does not exist:
{{IPA audio filename|ⱱ̟|checkexist=yes}}File "bilabial flap.ogg" does not exist

These error outputs can be overridden by using errortext=. This can be blank. This only has effect on the output, it does not alter the existing error situation.

Technical background

  • The template uses nested sub-templates to prevent re-calculation of repeated data. e.g. the name from {{IPAsym}} is calculated only once, and then passed through to the next subtemplate in the nest. This is more important for the check on existence {{#ifexist:}}, which is "expensive" and should be performed only once. The nesting has three levels: {{IPA audio filename}} calls {{IPA audio filename/main1}} calls {{IPA audio filename/main2}}.
  • Error texts are passed through unaltered. At the end, in /main2, any error is enveloped with the errortext (if provided).
  • Check existence is performed only when the filename is not an error in itself.

Issues

  • Todo: the template should accept input "|ipa symbol=...", overriding current unnamed param #1.

Subtemplates used:

See also