Difference between revisions of "Template:Lang-grc/doc"
imported>Mr. Guye (Emphasis on 'Ancient') |
imported>Trappist the monk m (sortkey;) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
{{COinS safe|n}} | {{COinS safe|n}} | ||
{{lua|Module:lang}} | {{lua|Module:lang}} | ||
− | {{hatnote|'''This template is for tagging [[ | + | {{hatnote|1='''This template is for tagging [[Ancient Greek|<span style="font-size:130%;">Ancient</span> Greek]] text only!''' – for Modern Greek, see {{tlx|lang-el}} and for Medieval Greek, see {{tlx|lang-gkm}} instead. For custom labels, no labels, or other uses, see {{tlx|lang}}.}} |
==Usage== | ==Usage== | ||
Line 50: | Line 50: | ||
==Category== | ==Category== | ||
Articles using this template are automatically placed in [[:Category:Articles containing Ancient Greek-language text]]. | Articles using this template are automatically placed in [[:Category:Articles containing Ancient Greek-language text]]. | ||
+ | |||
+ | == TemplateData == | ||
+ | {{TemplateData header}} | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "Text", | ||
+ | "description": "The Greek text to be displayed", | ||
+ | "type": "line", | ||
+ | "required": true | ||
+ | }, | ||
+ | "links": { | ||
+ | "label": "Link?", | ||
+ | "description": "If a link to the article Greek language is included", | ||
+ | "type": "boolean", | ||
+ | "default": "yes" | ||
+ | }, | ||
+ | "lit": { | ||
+ | "label": "Lit", | ||
+ | "description": "English translation of Greek text", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "translit": { | ||
+ | "label": "Transliteration", | ||
+ | "description": "A Latin alphabet respelling of Greek text", | ||
+ | "type": "string" | ||
+ | } | ||
+ | }, | ||
+ | "description": "Insert Greek text. This template should only be used with Ancient Greek." | ||
+ | } | ||
+ | </templatedata> | ||
== See also == | == See also == | ||
Line 60: | Line 92: | ||
* {{tlx|lang|2=grc}} tags Ancient Greek text, without the label (for use with custom display, and other uses). | * {{tlx|lang|2=grc}} tags Ancient Greek text, without the label (for use with custom display, and other uses). | ||
* {{tlx|transl|2=grc}} tags text as "Ancient Greek Transliteration" (has no visible effect other than said tag when pointer is placed on text). | * {{tlx|transl|2=grc}} tags text as "Ancient Greek Transliteration" (has no visible effect other than said tag when pointer is placed on text). | ||
− | * {{ | + | * [[Module:Ancient Greek]] for automatic romanization: <code><nowiki>{{#invoke:Ancient Greek|translit|Ἑλληνική}}</nowiki></code> produces: {{#invoke:Ancient Greek|translit|Ἑλληνική}} |
− | <includeonly> | + | <includeonly>{{Sandbox other|| |
[[Category:Greek multilingual support templates|{{PAGENAME}}]] | [[Category:Greek multilingual support templates|{{PAGENAME}}]] | ||
− | [[Category:Lang-x templates]] | + | [[Category:Lang-x templates|grc]] |
− | </includeonly> | + | }}</includeonly> |
Latest revision as of 00:20, 31 August 2020
![]() | This is a documentation subpage for Template:Lang-grc. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template should not be used in citation templates such as Citation Style 1 and Citation Style 2, because it includes markup that will pollute the COinS metadata they produce; see Wikipedia:COinS. |
![]() | This template uses Lua: |
Contents
Usage
code | grc |
---|---|
rtl | no |
style: inherit |
The primary objective of this template (and of the other {{lang}}
templates) is to tag non-English text so that both human and machine readers are able to properly interpret, display and understand non-English text as part of an effort to move towards a semantic web. To that end, proper use of these templates help web browsers to choose the correct display font, text-to-speech screen readers to select a more appropriate pronunciation, search engines to better index and relate the context of the content, translation services to properly interpret the words, spell checkers to properly allow and/or require diacritics, and so on.
Important metadata
Regardless of the label that is displayed in front of the text (i.e.: "Ancient Greek:" vs. "Greek"), this template will always wrap the supplied Ancient Greek text inside of appropriate HTML <span>...</span>
tags – that is to say that the Ancient Greek text will be tagged using the ISO 639-2 and ISO-639-3 language code for Ancient Greek: "grc". The following example wikicode:
{{lang-grc|ἄτομος|átomos|indivisible, an atom}}
produces the following HTML:
<a href="/wiki/Ancient_Greek" title="Ancient Greek">Ancient Greek</a>:
<span lang="grc" xml:lang="grc">ἄτομος</span>
<span title="Ancient Greek transliteration" class="Unicode" style="white-space:normal; text-decoration: none"><i>átomos</i></span>
"indivisible, an atom"
This metadata identifies the enclosed text as Ancient Greek for the benefit of search engines, browsers, screen readers, translators, typesetters, and so on. To these "non-human readers", Ancient Greek (encoded as "grc") has important distinctions from Modern Greek (appropriately encoded using "ell", "gre" or "grk" by other {{lang}}
templates). For that reason, this template should never be used with Modern or Medieval or other Greek text.
Parameters
{{#lst:Template:Lang-x/doc/parameters|lang_xx_parameters}}
Syntax
- {{lang-grc
- |Ancient Greek text – using the Greek polytonic alphabet (with diacritics). (mandatory) – must be the 1st field
- |transliterated text – the same text, transliterated using Latin alphabet (see Romanization of Greek). (optional) – must be the 2nd field
- |translated text – in English. (optional) – must be the 3rd field
- }}
Examples
Code Result {{lang-grc|ἄτομος}} Ancient Greek: ἄτομος {{lang-grc|ἄτομος|átomos}} Ancient Greek: ἄτομος, romanized: átomos {{lang-grc|ἄτομος|átomos|indivisible, an atom}} Ancient Greek: ἄτομος, romanized: átomos, lit. 'indivisible, an atom' {{lang-grc|ἄτομος| |indivisible, an atom (lit: 'that cannot be cut')}} Ancient Greek: ἄτομος, lit. 'indivisible, an atom (lit: 'that cannot be cut')'
Category
Articles using this template are automatically placed in Category:Articles containing Ancient Greek-language text.
TemplateData
TemplateData for Lang-grc
Insert Greek text. This template should only be used with Ancient Greek.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The Greek text to be displayed | Line | required |
Link? | links | If a link to the article Greek language is included
| Boolean | optional |
Lit | lit | English translation of Greek text | String | optional |
Transliteration | translit | A Latin alphabet respelling of Greek text | String | optional |
See also
{{lang-el}}
for Modern Greek.{{lang-ell}}
for Modern Greek explicitly stated and linked so in the label.{{lang-gkm}}
for Medieval Greek.{{lang-grc-gre}}
for which the Ancient Greek description is not satisfactory or limiting.{{lang-grc-koi}}
for Koine Greek.{{lang|el}}
and{{lang|ell}}
tags Modern Greek text, without the label (for use with custom display, and other uses).{{lang|grc}}
tags Ancient Greek text, without the label (for use with custom display, and other uses).{{transl|grc}}
tags text as "Ancient Greek Transliteration" (has no visible effect other than said tag when pointer is placed on text).- Module:Ancient Greek for automatic romanization:
{{#invoke:Ancient Greek|translit|Ἑλληνική}}
produces: Hellēnikḗ