Template:IPA/doc

From the Tesseract Wiki, the wiki for all things Marvel Cinematic Universe
Jump to navigation Jump to search
Information icon-grey.svg
This is a documentation subpage for Template:IPA.
It contains usage information, categories, and other content that is not part of the original template page.
Template:IPA invokes function main in Module:Brackets using Lua.

Usage

Template:IPA is useful when there are multiple instances of the International Phonetic Alphabet (IPA) on a page. It contains

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

This means it specifies a class called "IPA" as a hook for CSS styling and DOM scripting. This allows for assigning specific fonts to display IPA characters. Registered Wikipedia users can specify their own fonts for IPA text by editing their user style sheet, e.g. Special:MyPage/common.css. MediaWiki:Common.css also ensures that links inside IPA transcriptions marked up with this template do not use underlines since these carry special semantics there. For instance, the following code would cause IPA to be displayed in the font Charis SIL:

.IPA
{ font-family: Charis SIL; }

TemplateData

This template ensures proper display of transcriptions using the International Phonetic Alphabet (IPA), especially in older operating systems and browsers. There are related specialized templates that also semi-automatically generate the transcription itself.

Template parameters

ParameterDescriptionTypeStatus
transcription1

including square brackets [...] for phonetic transcriptions or enclosing forward slashes /.../ for phonemic ones

Stringrequired

Examples

Placing a phonemic 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/

These sets may look different if you have a custom font defined for IPA text.

Please place all IPA text into the template, 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.

See Also

Wikipedia logo.svg
This page uses content from Wikipedia. The original article was at Template:IPA, and authors are listed in the page history. The text of Wikipedia is available under the Creative Commons Attribution-ShareAlike License 3.0.