සැකිල්ල:trans-top
- පහත දැක්වෙන උපදෙස්, සැකිල්ල:trans-top/documentation හි පිහිටා ඇත. සැකිල්ල:trans-top/documentation]]. [සංස්කරණය]
- ප්රයෝජනවත් සබැඳි: උප පිටු ලැයිස්තුව • සබැඳි • යළි යොමු • transclusions • errors (parser/module) • sandbox (වෙනස)
Uses Lua: |
Use this template to display a “Translations” section. It should not be used for anything else. Translation tables should only be added to English or translingual entries, not entries in other languages (see Wiktionary:Translations#Project scope).
Parameters
සංස්කරණය1=
- The gloss to show in the translation table, to give a short description of the sense that this table contains translations for. This should match the actual sense in the entry.
id=
- The sense id of the sense that this translation belongs to (which should be tagged with
{{senseid}}
). Translation tables in other entries that link to this translation table (with{{trans-see}}
or{{trans-top-also}}
) should have the same id. column-width=
- A word indicating the column width of the columns in the translation table. This is only to be used in exceptional cases:
- You can specify
column-width=wide
for entries with extremely long translations, such as Taumata.... - You can specify
column-width=narrow
for extremely large translation boxes where the translations are generally very short and simple, such as water/translations.
- You can specify
Usage
සංස්කරණයThe template should be used in combination with {{trans-bottom}}
, which marks the end of the table.
{{trans-top|<!-- gloss here -->}}
{{trans-bottom}}
Examples
සංස්කරණයE.g. on word:
==== පරිවර්ථන ====
{{trans-top|unit of language}}
* Basque: {{t|eu|hitz}}
* Dutch: {{t|nl|woord|n}}
* French: {{t|fr|mot|m}}
* German: {{t|de|Wort|n}}
* Greek: {{t+|el|λέξη|f|tr=léxi|sc=Grek}}, {{t|el|κουβέντα|f|tr=kouvénta|sc=Grek}}, {{t+|el|λόγος|m|tr=lógos|sc=Grek}}
* Italian: {{t|it|parola|f}}, {{t|it|vocabolo|m}}, {{t|it|termine|m}}
* Japanese: {{t|ja|言葉|tr=kotoba|sc=Jpan}}, {{t|ja|単語|tr=tango|sc=Jpan}}
* Latin: {{t|la|vocabulum|n}}, {{t|la|verbum|n}}
* Russian: {{t|ru|слово|n|tr=slóvo|sc=Cyrl}}
* Spanish: {{t|es|palabra|f}}
{{trans-bottom}}
{{trans-top|something promised}}
* French: {{t|fr|parole|f}}
* German: {{t|de|Ehrenwort|n}}
* Greek: {{t+|el|λόγος|m|tr=lógos|sc=Grek}}
* Italian: {{t|it|parola|f}}
* Portuguese: {{t|pt|palavra}}
* Russian: {{t|ru|слово|n|tr=slóvo|sc=Cyrl}}
{{trans-bottom}}
|
අමතර අවධානයට
සංස්කරණය{{trans-top-also}}
{{trans-see}}
{{checktrans-top}}
{{trans-bottom}}
{{t}}
{{t+}}
{{t-check}}
Personal customisation
සංස්කරණයThe contents of translation boxes are automatically divided into one or more columns by your web browser. Wiktionary's CSS style sheet (MediaWiki:Common.css) constrains each column to a minimum width of 25em
(approximately 333 pixels at 100% zoom).
If you would prefer to see more columns in translation boxes (for example, you see only one column and would rather see two), you can alter the minimum column width by adding the following piece of code to your personal user CSS page (Special:MyPage/common.css) and reducing the number before the em
as required:
.multicolumn-list > ul {
column-width: 25em !important;
}
TemplateData
සංස්කරණයMarks the beginning of a translation table
Parameter | Description | Type | Status | |
---|---|---|---|---|
gloss | 1 | The gloss to show in the translation table, to give a short description of the sense that this table contains translations for. This should match the actual sense in the entry.
| String | suggested |
sense ID | id | The sense ID of the sense that this translation belongs to (which should be tagged with {{temp|senseid}}). Translation tables in other entries that link to this translation table (with {{temp|trans-see}} or {{temp|trans-top-also}}) should have the same ID. | Line | optional |
column width | column-width | A word indicating the column width of the columns in the translation table. This is only to be used in exceptional cases: You can specify <code>column-width=wide</code> for entries with extremely long translations, such as [[Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu]]. You can specify <code>column-width=narrow</code> for extremely large translation boxes where the translations are generally very short and simple, such as [[water/translations]].
| Line | optional |