Hello, you have come here looking for the meaning of the word
Template:el-conjug-sub1. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Template:el-conjug-sub1, but we will also tell you about its etymology, its characteristics and you will know how to say
Template:el-conjug-sub1 in singular and plural. Everything you need to know about the word
Template:el-conjug-sub1 you have here. The definition of the word
Template:el-conjug-sub1 will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Template:el-conjug-sub1, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
- The following documentation is located at Template:el-conjug-sub1/documentation.
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
- A sub-template for use with single word Greek imperative forms in Greek conjugation inflection tables.
- Behaves the same as
{{el-conjug-sub3}}
except that the o/p for will be linked.
- Parameters
- def = default form
- alt = alternative form
- Logic
- If alt exists
- then if alt="-" (a hyphen, ascii#45)
- then o/p —
- else o/p alternative form (linked)
- endif
- else o/p default form (linked)
- endif
used by 1st and 2nd-B
: arguments are linked before o/p
* <alt> = an alternative form (hyphen when absent)
* <def> = the default form
IF <alt> EXISTS
THEN IF <alt> EQ= "-" (a hyphen, ascii#45)
THEN o/p m-dash
ELSE o/p ] {alternative form)
ENDIF
ELSE o/p ] (default form)
ENDIF