Οι ακόλουθες οδηγίες βρίσκονται στο Πρότυπο:decl-masc-fem/οδηγίες. [επεξεργασία]


↓ γένος       ενικός         πληθυντικός  
αρσενικό aimé aimés
θηλυκό aimée aimées
note = Example for lang=fr (French)

Πίνακας με αρσενικό, θηλυκό, ενικό & πληθυντικό για γλώσσες που δεν έχουν πτώσεις.
Το Πρότυπο αυτό δεν χρησιμοποιείται απευθείας. Δημιουργεί άλλα, θυγατρικά Πρότυπα
ανά γλώσσα, με παράμετρο |lang=<κωδικός γλώσσας>
Θέματα

  • Αν το θέμα είναι μόνον ένα: |stem=. Αν είναι περισσότερα, δείτε τις Παραμέτρους.
  • Για τη δημιουργία των θεμάτων, είτε από το PAGENAME, είτε από παράμετρο |λήμμα= χρησιμοποιούμε τα Πρότυπα που αφαιρούν γράμματα από το τέλος της λέξης
    {{word-0}} {{word-1}} {{word-2}} {{word-3}}

Σύνδεσμοι

In English

Τalbe with masculine, feminine, singular & plural for languages with no cases of declension.
This Template is not used directly. It only creates other Templates
by language, with parameter |lang=<language code>
Stems

  • If stem is only one: |stem=. If more, see Parameters.
  • For the creation of stems, either from PAGENAME, or from parameter |lemma= we use the Templates which substract letters from the end of the word
    {{word-0}} {{word-1}} {{word-2}} {{word-3}}

Links

  • Every word in the talbe is linked. The Templates of grammatical terms may have a parameter |lang= option for a tooltip in the language of the lemma in addition to Greek.

Παράμετροι - Parameters

  • υποχρεωτικές - obligatory: |lemma= και η γλώσσα: |lang= & |γλ=
{{decl-masc-fem
|λήμμα={{{λήμμα|}}}
|lemma={{{lemma|}}} <!-- if we need lemma other than our PAGENAME -->
|γλ={{{γλ|}}}
|lang={{{lang|}}} <!-- adds tooltips at headers like 'ενικός' in the language of choice and Greek & creates links to the language -->
|παρατήρηση={{{παρατήρηση|}}}
|note={{{note|}}} <!-- adds a new row at the bottom of the table -->
|sg={{{sg|}}} <!-- masculine singular form = free text -->
|stem={{{stem|}}} <!-- masculine stem for singular -->
|stem-sg={{{stem-sg|}}} <!-- also masculine stem for singular -->
|1={{{1|}}} <!-- ending for masculine singular -->
|2={{{2|}}} <!-- ending for masculine plural -->
|3={{{3|}}} <!-- ending for feminine singular -->
|4={{{4|}}} <!-- ending for feminine plural -->
<!-- more stems if different -->
|stem-m-pl={{{stem-m-pl|}}} <!-- masculine stem for plural, if different -->
|stem-f-sg={{{stem-f-sg|}}} <!-- feminine stem for singular, if different -->
|stem-f-pl={{{stem-f-pl|}}} <!-- feminine stem for singular, if different -->
<!-- notes for every cell: add free text after the word! For flags, please use <small><sup></sup></small> -->
|note-m-sg={{{note-m-sg|}}}
|note-m-pl={{{note-m-pl|}}}
|note-f-sg={{{note-f-sg|}}}
|note-f-pl={{{note-f-pl|}}}
<!-- if nothing of the above works, write free text for each cell -->
|sg={{{sg|}}} <!-- masucline singular -->
|m-sg={{{m-sg|}}} <!-- masucline singular -->
|pl={{{pl|}}} <!-- masculine plural -->
|m-pl={{{m-pl|}}} <!-- masculine plural -->
|f-sg={{{f-sg|}}} <!-- feminine singular -->
|f-pl={{{f-pl|}}} <!-- feminine plural -->
}}

Παράδειγμα

1) Παράδειγμα - Example: create a Template:xx-decl-masc-fem (xx is the language code)

e.g. create Template:fr-decl-'bon' for French adjectives of nouns like bon, patron
{{decl-masc-fem
|lang=fr <!-- adds French tooltips at headers and links to French section -->
|note={{{note|}}}
|παρατήρηση={{{παρατήρηση|}}}
|stem={{word-0|lemma={{{λήμμα|{{{lemma|}}}}}}}} <!-- Template:word-0 substracts zero letters from the end of PAGENAME or |lemma  -->
|1=
|note-m-sg={{{note-m-sg|}}}
|2=s
|note-m-pl={{{note-m-pl|}}}
|3=ne
|note-f-sg={{{note-f-sg|}}}
|4=nes
|note-f-pl={{{note-f-pl|}}}
}}