Template:w: Difference between revisions
From Thesaurus Inscriptionum Raeticarum
Jump to navigationJump to search
Martin Braun (talk | contribs) No edit summary |
Martin Braun (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
===Usage=== | ===Usage=== | ||
[[description::This template serves to display '''words'''.]] For each word, the template must be included separately. For example, in order to render the word {{w| | [[description::This template serves to display '''words'''.]] For each word, the template must be included separately. For example, in order to render the word ''{{w|piθamne}}'' with an unclear first letter: | ||
<pre> | <pre> | ||
{{w| | {{w|piθamne|?iθamne}} | ||
</pre> | </pre> | ||
Line 11: | Line 11: | ||
|<code>w</code>||name of the template | |<code>w</code>||name of the template | ||
|- | |- | ||
|<code> | |<code>piθamne</code>||citation form of the word, i.e. the name of the [[:Category:Word|word page]] | ||
|- | |- | ||
|<code>? | |<code>?iθamne</code>||actually attested form of the word, display form of the word; it can be omitted if it is identical with the citation form, e.g.: | ||
|} | |} | ||
Line 20: | Line 20: | ||
</pre> | </pre> | ||
If '''no property value''' is to be defined (for example, outside of inscriptions), the field for the citation form is to be left blank and only the display form is to be specified. In the following examples, these are {{w||? | If '''no property value''' is to be defined (for example, outside of inscriptions), the field for the citation form is to be left blank and only the display form is to be specified. In the following examples, these are ''{{w||?iθamne}}'' and ''{{w||piθamne}}'': | ||
<pre> | <pre> | ||
{{w||? | {{w||?iθamne}} | ||
{{w|| | {{w||piθamne}} | ||
</pre> | </pre> | ||
Line 29: | Line 29: | ||
*The '''attested form''' will be displayed in translation with a link to the '''citation form''' of the word. | *The '''attested form''' will be displayed in translation with a link to the '''citation form''' of the word. | ||
*If the citation form is specified, the following properties will be defined: | *If the citation form is specified, the following properties will be defined: | ||
**[[Property:word]] for the citation form, | **[[Property:word]] for the citation form, and | ||
**[[Property: | **[[Property:index]] for the citation form of the word. | ||
===Example=== | ===Example=== | ||
In order to code and display the words ''{{w| | In order to code and display the words ''{{w|piθamne}} {{w|helanu}}'' for an inscription, assuming that the form {{w||?iθamne}} is actually attested and that its citation form is {{w||piθamne}}, the following has to be coded: | ||
<pre> | <pre> | ||
{{w| | {{w|piθamne|?iθamne}} {{w|helanu}} | ||
</pre> | </pre> | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Text Module]] | [[Category:Text Module]] | ||
</noinclude><includeonly>{{#vardefine: link | {{{1|}}} }}{{#vardefine: linktext | {{{2|{{{1|}}}}}} }}{{#ifeq: {{#var: link }}||<span class="word">{{#ifexist: {{{2|}}}|[[{{{2|}}}]][[index::{{{2}}}| ]]|{{{2|}}}}}</span>|<span class="word_inscription">{{#ifexist: {{#var: link }}|[[{{#var: link }}{{!}}{{#var: linktext }}]]|{{#var: linktext }} }}</span> | </noinclude><includeonly>{{#vardefine: link | {{{1|}}} }}{{#vardefine: linktext | {{{2|{{{1|}}}}}} }}{{#ifeq: {{#var: link }}||<span class="word">{{#ifexist: {{{2|}}}|[[{{{2|}}}]][[index::{{{2}}}| ]]|{{{2|}}}}}</span>|<span class="word_inscription">{{#ifexist: {{#var: link }}|[[{{#var: link }}{{!}}{{#var: linktext }}]]|{{#var: linktext }} }}</span>[[word::{{{1}}}| ]][[index::{{{1}}}| ]] }}</includeonly> |
Revision as of 18:22, 9 August 2013
Usage
This template serves to display words. For each word, the template must be included separately. For example, in order to render the word piθamne with an unclear first letter:
{{w|piθamne|?iθamne}}
has to be written. The individual fields have the following functions:
w |
name of the template |
piθamne |
citation form of the word, i.e. the name of the word page |
?iθamne |
actually attested form of the word, display form of the word; it can be omitted if it is identical with the citation form, e.g.: |
{{w|pitamne}}
If no property value is to be defined (for example, outside of inscriptions), the field for the citation form is to be left blank and only the display form is to be specified. In the following examples, these are ?iθamne and piθamne:
{{w||?iθamne}} {{w||piθamne}}
Results
- The attested form will be displayed in translation with a link to the citation form of the word.
- If the citation form is specified, the following properties will be defined:
- Property:word for the citation form, and
- Property:index for the citation form of the word.
Example
In order to code and display the words piθamne helanu for an inscription, assuming that the form ?iθamne is actually attested and that its citation form is piθamne, the following has to be coded:
{{w|piθamne|?iθamne}} {{w|helanu}}