Template:Lang-he/doc
This is a documentation subpage for Template:Lang-he. It contains usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 8,800 pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page before implementing them. |
Contents
Usage
Template {{lang-he}} indicates to readers the original form of a term or phrase in Hebrew. The term or phrase is the only mandatory parameter. The text is formatted according to recommendations in Wikipedia:Manual of Style/Text formatting#Foreign terms (italics for Latin-script languages, regular for others).
The parameter |links=no
prevents the language name from being linked.
The parameter |lit=
enables a literal translation to be given.
Syntax
- {{lang-he
- |Hebrew text – using Hebrew. (mandatory)
- |links=value – valid values: yes to have the language name linked (default) and no to prevent the language name from being linked. (optional)
- |lit=string – valid strings are English phrases of Hebrew. (optional)
- |translit=string – valid strings are transliterations (with the Latin alphabet) of Hebrew text. (optional)
- }}
Examples
Code Result אללה|Allah}} Hebrew: אללה, translit. Allah פרת|Perat|lit=Euphrates|links=no}} Hebrew: פרת, translit. Perat, lit. 'Euphrates' Hebrew|transliteration|lit=literal|links=no}} Hebrew: Hebrew, translit. transliteration, lit. 'literal'
See also
- {{lang}}, and its opposite, {{Language with name/for}}
- {{rtl-lang|he}}, for untransliterated Hebrew-language strings without preceding "Hebrew:" link.
- {{Lang-he-a}} for Hebrew audio
- {{Lang-he-n}} meant for Hebrew text with nikud
- {{link language}}
TemplateData for Lang-he
<templatedata> { "params": { "1": { "label": "Text", "description": "The foreign text to display.", "type": "string", "required": true }, "links": { "label": "Display link", "description": "Set to no to disable the link to the article's language.", "type": "boolean" }, "lit": { "label": "Literal translation" }, "translit": { "label": "Transliteration", "description": "A Latin alphabet respelling of Hebrew text", "type": "string" } }, "description": "Insert Hebrew text. Indicates to readers the original form of a term or phrase in Hebrew." } </templatedata>