Template:IPA

From Warcraft Wiki
Jump to navigation Jump to search

{{{1}}} Template:IPA is most useful when there are multiple instances of the IPA on a page. It contains

<span title="Representation in the International Phonetic Alphabet (IPA)" class="IPA">{{{1}}}</span>

I.e., it simply specifies CSS class IPA.

This allows fixing broken display of International Phonetic Alphabet (IPA) characters in MS Internet Explorer 6 for Windows, and choice of style in any browser.

For showing "pronounced [<something>]" use {{pron}}.

Example

Placing a phonetic rendering of the word characters in Template:IPA:

{{IPA|[ˈkærəktɚz]}}

The result will be a span with a class attribute, like this:

<span title="Representation in the International Phonetic Alphabet (IPA)" class="IPA">[ˈkærəktɚz]</span>

Which appears in your browser as:

[ˈkærəktɚz]

Without template:IPA:

[ˈkærəktɚz]

[The last two should only look different if you are using Internet Explorer 6 or lower on Windows, or if you have a custom style defined for IPA text.]

Please place all IPA text into Template:IPA, even if it doesn't have any special IPA characters, like this: /mi/. This will allow users to format all examples of IPA text consistently, with their choice of fonts, colours, etc.