Difference between revisions of "Linguistics"

From ShieldKings Wiki
Jump to: navigation, search
m
m (IndoEuropean Tree Graph)
 
(178 intermediate revisions by the same user not shown)
Line 1: Line 1:
New Page Template
+
Reasearch and Ideas on the breakdown of Languages, Scripts, and Tribal Families.
  
 
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' proper names and cross-internal links.
 
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' proper names and cross-internal links.
Line 24: Line 24:
  
 
== [[Linguistics|Linguistics]] ==
 
== [[Linguistics|Linguistics]] ==
 +
'''<span style="color:#FF0000">ADD</span>''' '''[[Linguistics#Family_Tree_Ideas|Family Tree]]''' Styled Linguistics Tree Diagram for all Languages.
 +
 
Replace “ ” with "
 
Replace “ ” with "
  
Line 31: Line 33:
  
 
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
<nowiki>{{Smallcaps|tr}} or {{Smallcaps|bt}}</nowiki>
  
 
<center>
 
<center>
 
{|
 
{|
|+ style="caption-side:bottom; color:#000000;"|'''Coat of Arms'''
+
|+ style="caption-side:bottom; color:#000000;"|'''IDEA Icon'''
| [[File:Kandáy_Player_Map.png|900px|center|link= ]]
+
| [[File:Idea_Icon.png|16px|center|link= ]]
 
|}
 
|}
 
</center>
 
</center>
  
=== Chapters and Sections ===
+
== Language/Linguistic Research ==
'''<span style="color:#FF0000">to UPDATE</span>: '''with Chapters (breakdown) by each Heading type (list Font Name/Type (Italic, Bold, etc.), Size, and Key for description). All this will breakdown and make things easier later on when it comes time to figure out the wiki layout, templates required, and code for special additions like Headers & Foots and so on.
+
Here we shall list all links to references to Linguistics and the construction of a Family Tree of Languages
  
* Book Title: Albertus-Bold 96pt
+
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' ColourBoxes and sub colour box colours from wikipedia
** Credits: AmasisMT,Bold 14pt
+
** Chapter Title: Korinna-Bold 18pt (Header Title Name: Korinna-Bold 14pt/Header Section/Page#: Korinna-Bold 18pt)
+
*** Chapter subheading: Korinna-Bold 14pt
+
**** Chapter section: Korinna-Bold 12pt
+
***** Chapter Text Intro: AmasisMT-Regular 12pt
+
****** Chapter Text: AmasisMT-Regular 10pt
+
  
* Chapter sidebar Header: Korinna-Bold 10pt
+
: [https://en.wikipedia.org/wiki/Indo-European_languages Indo-European languages]
** Chapter sidebar Text: AmasisMT-Regular 9pt
+
:: [https://en.wikipedia.org/wiki/List_of_Indo-European_languages List of Indo-European languages]
 +
::: [https://en.wikipedia.org/wiki/List_of_Indo-European_languages#Germanic_languages Germanic languages]
 +
::: Germanic
 +
  North Germanic
 +
West Germanic
 +
  North Sea Germanic
 +
  Weser-Rhine Germanic
 +
  Elbe Germanic
 +
East Germanic
 +
  East Germanic
 +
:::: [https://en.wikipedia.org/wiki/Old_English Old_English]
 +
::::: [https://en.wikipedia.org/wiki/Mercian_dialect Mercian dialect]
 +
: A
 +
:: A
  
* Place these in layered bullets lists and add font to code, possibly even a template for each font making a wiki system for Styles (as in MS Word).
 
* Add a  "Template:<nowiki>{{Infobox game}}</nowiki>" & "<nowiki>{{Primarysources}}</nowiki>" from [https://en.wikipedia.org/wiki/H%C3%A2rnMaster HârnMaster] at wikipedia.
 
* Add Header and foot style to each page via templates.
 
  
  
==== Contents ====
+
: [https://en.wikipedia.org/wiki/Language_family Language family]
'''Note:''' '''<span style="color:#FF0000">MODIFY</span>''' with actual Contents
+
::  
 +
: [https://en.wikipedia.org/wiki/Template:Distribution_of_languages_in_the_world Distribution of languages in the world]
 +
:: A
  
* Cover (Albertus-Bold 96pt)
+
: [https://en.wikipedia.org/wiki/List_of_language_families List of language families]
** Credits: AmasisMT,Bold 14pt
+
:: A
** Chapter Title: Korinna-Bold 18pt (Header Title Name: Korinna-Bold 14pt/Header Section/Page#: Korinna-Bold 18pt)
+
*** Chapter subheading: Korinna-Bold 14pt
+
**** Chapter section: Korinna-Bold 12pt
+
***** Chapter Text Intro: AmasisMT-Regular 12pt
+
****** Chapter Text: AmasisMT-Regular 10pt
+
  
* Cover
+
: [https://en.wikipedia.org/wiki/Old_European_hydronymy Old European hydronymy]
** Credits
+
:: A
*** A
+
**** A
+
***** A
+
****** A
+
** A
+
*** A
+
**** A
+
***** A
+
****** A
+
** A
+
*** A
+
**** A
+
***** A
+
****** A
+
** A
+
*** A
+
**** A
+
***** A
+
****** A
+
  
== A ==
+
: [https://en.wikipedia.org/wiki/Proto-Germanic_language Proto-Germanic language]
* A
+
:: A
** A
+
  
  
== A ==
+
=== Background colors used on Wikipedia ===
* A
+
* Background colors used on Wikipedia for various language families and groups
** A
+
 
+
 
+
== Images ==
+
* A
+
=== Image:: No Link ===
+
[[File:pic.png|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
 
+
 
+
== Colour Text ==
+
* <span style="color:#0000FF">Blue writing</span>
+
* <span style="color:#00FF00">Lime Green writing</span>
+
* <span style="color:#008000">Green writing</span>
+
 
+
 
+
=== Colour Text: Code ===
+
'''<span style="color:#006699">public class</span>'''
+
* Change all '''<span style="color:#006699">code</span>''' to use wikimedia extension [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi]
+
<pre>
+
<syntaxhighlight lang="python">
+
def quickSort(arr):
+
    less = []
+
    pivotList = []
+
    more = []
+
    if len(arr) <= 1:
+
        return arr
+
    else:
+
      pass
+
</syntaxhighlight>
+
</pre>
+
 
+
 
+
=== [[Hârn_History_Chronology#Ven.C3.A2riv.C3.A8_Eras_.26_Periods| Venârivè Eras and Periods]] ===
+
'''<span style="color:#FF0000">ADD</span>''' Eras and Periods to the below tables, breaking them all into Eras & Periods subcategories. ~ Need to create a colour coded Epoch system.
+
 
+
Most historians of Venârivè divide the history of the region into a number of eras and periods. The simplest divisions are the ‘eras’:
+
  
* Era Name
+
'''<span style="color:#FF0000">MAKE</span>''' nested tables?
* Period (Subcategory)
+
** Timeline
+
  
 
<center>
 
<center>
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
|+ style="caption-side:top; color:#e76700;"|Venârivè Eras
+
|+ style="caption-side:top; color:#e76700;"|Background colors used on Wikipedia for various language families and groups
! rowspan="3" |Era
+
! class="unsortable" colspan="7" |Background colors used on Wikipedia for various language families and groups
! rowspan="3" |Period
+
! class="unsortable" colspan="4" |Timeline
+
! class="unsortable" rowspan="3" |Notes
+
 
|-
 
|-
! class="unsortable" colspan="2" |BT
+
| colspan="2" style="text-align: center; background-color:#FAECC8; color:#000000;" |Afro-Asiatic
! class="unsortable" colspan="2" |TR
+
| colspan="2" style="text-align: center; background-color:#FFD700; color:#000000;" |Nilo-Saharan?
 +
| colspan="2" style="text-align: center; background-color:#FFDDAA; color:#000000;" |Niger–Congo
 +
| style="text-align: center; background-color:#DAA520; color:#000000;" |Khoisan (areal)
 
|-
 
|-
! From
+
| style="text-align: center; background-color:#C9FFD9; color:#000000;" |Indo-European
! To
+
| style="text-align: center; background-color:#90EE90; color:#000000;" |Caucasian (areal)
! From
+
| style="text-align: center; background-color:#00FF00; color:#000000;" |Uralic
! To
+
| style="text-align: center; background-color:#00FA9A; color:#000000;" |Dravidian
 +
| style="text-align: center; background-color:#9ACD32; color:#000000;" |Altaic (areal)
 +
| style="text-align: center; background-color:#8FBC8F; color:#000000;" |Paleosiberian (areal)
 
|-
 
|-
| style="text-align: left; background-color:#FF0000; color:#000000;" |Ælder / Heroic Era
+
! class="unsortable" colspan="7" style="text-align: center; background-color:#FF0000; color:#000000;" |
| style="text-align: left; background-color:#FF0000; color:#000000;" |Name
+
| style="text-align: center;" |-
+
| style="text-align: right;" |1300
+
| style="text-align: center;" |●
+
| style="text-align: center;" |●
+
| style="text-align: left;" |
+
 
|-
 
|-
| style="text-align: left; background-color:#FF0000; color:#000000;" |Ancient / Classical Era
+
| style="text-align: center; background-color:#FA8072; color:#000000;" |Sino-Tibetan
| style="text-align: left; background-color:#FF0000; color:#000000;" |Name
+
| style="text-align: center; background-color:#F2CEEE; color:#000000;" |Hmong–Mien
| style="text-align: left;" |1300
+
| style="text-align: center; background-color:#E6E6FA; color:#000000;" |Kra–Dai
| style="text-align: right;" |300
+
| style="text-align: center; background-color:#F08080; color:#000000;" |Austroasiatic
| style="text-align: center;" |
+
| style="text-align: center; background-color:#FFC0CB; color:#000000;" |Austronesian
| style="text-align: center;" |
+
| style="text-align: center; background-color:#FD79DA; color:#000000;" |Papuan (areal)
| style="text-align: left;" |
+
| style="text-align: center; background-color:#EBA9EE; color:#000000;" |Australian (areal)
 
|-
 
|-
| style="text-align: left; background-color:#FF0000; color:#000000;" |Middle Era
+
! class="unsortable" colspan="7" style="text-align: center; background-color:#FF0000; color:#000000;" |
| style="text-align: left; background-color:#FF0000; color:#000000;" |Name
+
| style="text-align: left;" |300
+
| style="text-align: center;" |-
+
| style="text-align: center;" |-
+
| style="text-align: right;" |500
+
| style="text-align: left;" |
+
 
|-
 
|-
| style="text-align: left; background-color:#FF0000; color:#000000;" |Modern Era
+
| style="text-align: center; background-color:#E0FFFF; color:#000000;" |Eskimo–Aleut
| style="text-align: left; background-color:#FF0000; color:#000000;" |Name
+
| style="text-align: center; background-color:#99DDFF; color:#000000;" |Na-Dené (and Dené–Yeniseian)
| style="text-align: center;" |
+
| style="text-align: center; background-color:#C0DDE6; color:#000000;" |American (areal)
| style="text-align: center;" |
+
|-
| style="text-align: left;" |500
+
| style="text-align: center; background-color:#D2B48C; color:#000000;" |Creole/Pidgin/Mixed
| style="text-align: center;" |-
+
| style="text-align: center; background-color:#DDDDDD; color:#000000;" |language isolate
| style="text-align: left;" |
+
| style="text-align: center; background-color:#C0C0C0; color:#000000;" |sign language
 +
| style="text-align: center; background-color:#000000; color:#FFFFFF;" |constructed language
 +
| style="text-align: center; background-color:#FFFFFF; color:#000000;" |unclassified
 
|}
 
|}
 
</center>
 
</center>
  
A more detailed division is by ‘periods’, which overlap:
+
=== Background colors used on Wikipedia ===
 +
[https://en.wikipedia.org/wiki/Germanic_languages#Diachronic Diachronic]
  
'''''<span style="color:#FF0000">See also:</span>''''' [[Hârn_History_Chronology#Venârivè Chronology|Venârivè Chronology]]
+
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' and '''<span style="color:#FF0000">CREATE</span>''' a table like this for all the Languages & Tribes plus TimeLine
  
 +
The table below shows the succession of the significant historical stages of each '''language''' (horizontally) and their approximate groupings in '''subfamilies''' (vertically). Vertical sequence within each group does not imply a measure of greater or lesser similarity.
  
=== Simple Table with Heading with Coloured Caption ===
+
{|class="wikitable" style="text-align: center; font-size: 100%"
<center>
+
{| class="wikitable"
+
|+ style="caption-side:top; color:#e76700;"|''Special Unit Designations''
+
 
|-
 
|-
!
+
| colspan="2" | [[Pre-Roman Iron Age]]<br/>500 – 100 BC
Unit Type
+
| Early<br/>[[Roman Iron Age]]<br/>100 BC – 100 AD
!
+
| Late<br/>[[Roman Iron Age]]<br/>100 – 300
Unit Name
+
| [[Migration Period]]<br/>300 – 600
!Unit
+
| [[Early Middle Ages]]<br/>600 – 1100
Abbreviation
+
| [[Middle Ages]]<br/>1100 – 1350
 +
| [[Late Middle Ages]]<sup>{{ref|Germanic-diachronic-2|2}}</sup><br/>1350 – 1500
 +
| [[Early Modern Age]]<br/>1500 – 1700
 +
| [[Modern Age]]<br/>1700 to present
 
|-
 
|-
|Tactical Reconnaissance
+
| rowspan="22" style="background: #ccc" | [[Proto-Germanic language|Proto-Germanic]]
|Heeresluftgruppe
+
| rowspan="11" | [[West Germanic languages|West Germanic]]
|(H) Gr
+
| rowspan="2" | [[Irminonic]]<br />(Elbe Germanic)
 +
| rowspan="2" colspan="2" | Primitive Upper German
 +
| rowspan="2" style="background: #cc5" | [[Old High German|Old Upper German]],<br/>[[Lombardic language|Lombardic]]<sup>{{ref|Germanic-diachronic-1|1}}</sup>
 +
| rowspan="2" style="background: #ab5" | [[Middle High German|Middle Upper German]]
 +
| rowspan="2" colspan="2" style="background: #9a5" | [[Early New High German|Early<br/>New Upper German]]
 +
| style="background: #895" | [[High German languages|Upper German varieties]]
 
|-
 
|-
|Long Range
+
| rowspan="2" style="background: #995" | [[Standard German]]
|Fernaufklärungsgruppe
+
|(F) Gr
+
 
|-
 
|-
|Coastal Groups
+
| rowspan="5" | [[Istvaeonic]]<br />(Weser-Rhine Germanic)
|Küstenfliegergruppe
+
| rowspan="5" | Primitive Frankish
|KFGr
+
| rowspan="5" style="background: #ec7" | [[Old Frankish language|Old Frankish]]
 +
| rowspan="2" style="background: #dc7" | [[Old High German|Old Central German]]
 +
| rowspan="2" style="background: #cb6" | [[Middle High German|Middle Central German]]
 +
| rowspan="2" colspan="2" style="background: #ba5" | [[Early New High German|Early<br/>New Central German]]
 
|-
 
|-
|Long Range Bomber
+
| style="background: #a95" | [[High German languages|Central German varieties]]
|Kampfgruppe
+
|KGr
+
 
|-
 
|-
|}
+
| rowspan="3" style="background: #db6" | [[Old Low Franconian]]<br/>([[Old Dutch]])
</center>
+
| style="background: #ca5" | Early Limburgish<br/>[[Middle Dutch]]
 
+
| style="background: #ca5" | Late Limburgish<br/>[[Middle Dutch]]
=== Multi-Grey Rows ===
+
| style="background: #c95" | Early [[Limburgish language|Limburgish]]
<center>
+
| style="background: #c95" | [[Limburgish language|Limburgish]]
{| class="wikitable" width="25%"
+
! style="background:#CCCCCC;" colspan="2"|Maritime Aircraft
+
 
|-
 
|-
!style="background:#333333;" align="center"|'''Code'''
+
| rowspan="2" style="background: #ea8" | Early<br/>[[Middle Dutch]]
!style="background:#333333;" align="center"|'''Description'''
+
| rowspan="2" style="background: #ea8" | Late<br/>[[Middle Dutch]]
 +
| rowspan="2" style="background: #d98" | [[Dutch language|Early<br/>Modern Dutch]]
 +
| style="background: #d98" | [[Dutch language|Dutch varieties]]
 
|-
 
|-
|style="background:#666666;" width="25%" align="left"|'''DY''' xxx
+
| style="background: #e99" | [[Afrikaans language|Afrikaans]]
|style="background:#666666;" align="left"|1 crew, weighing up to 600 Kg
+
 
|-
 
|-
|style="background:#999999;" align="left"|'''DE''' xxx
+
| rowspan="4" | [[Ingvaeonic languages|Ingvaeonic]]<br />(North Sea Germanic)
|style="background:#999999;" align="left"|1-3 crew, weighing up to 2200 kg
+
| colspan="2" | Primitive Saxon<br/>(Southeast Ingvaeonic)
 +
| style="background: #d9b" | [[Old Saxon]]
 +
| colspan="3" style="background: #c8a" | [[Middle Low German]]
 +
| style="background: #b79" | [[Low German|Low German varieties]]
 
|-
 
|-
|style="background:#666666;" align="left"|'''DI''' xxx
+
| rowspan="3" | [[Anglo-Frisian languages|Anglo-Frisian]]<br/>(Northwest<br/>Ingvaeonic)
|style="background:#666666;" align="left"|1-4 crew, weighing up to 5000 kg
+
| Primitive Frisian
 +
| colspan="3" style="background: #d8d" | [[Old Frisian]]
 +
| style="background: #c7c" | [[Middle Frisian]]
 +
| style="background: #b6b" | [[Frisian languages|Frisian varieties]]
 
|-
 
|-
|style="background:#999999;" align="left"|'''DA''' xxx
+
| rowspan="2" | Primitive Anglic
|style="background:#999999;" align="left"|Multi-engine, weighing over 5000 kg
+
| rowspan="2" style="background: #e9f" | [[Old English language|Old English]]<br/>(Anglo-Saxon)
 +
| rowspan="2" style="background: #d8f" | [[Early Middle English|Early<br/>Middle English]]
 +
| style="background: #c7f" | Late<br/>[[Middle English]]
 +
| style="background: #b6f" | [[Early Modern English|Early<br/>Modern English]]
 +
| style="background: #b6f" | [[English languages|English varieties]]
 +
|-
 +
| style="background: #d7e" | [[Early Scots]]<sup>{{ref|Germanic-diachronic-3|3}}</sup>
 +
| style="background: #e6e" | [[Middle Scots]]
 +
| style="background: #e6e" | [[Modern Scots|Scots varieties]]
 +
|-
 +
| rowspan="8" colspan="2" | [[North Germanic languages|North Germanic]]
 +
| rowspan="8" colspan="2" style="background: #aae" | [[Proto-Norse language|Proto-Norse]]
 +
| rowspan="4" style="background: #b9f" | Runic<br/>[[Old West Norse]]
 +
| style="background: #b3f" | [[Old Icelandic]]
 +
| style="background: #b39" | Late<br/>[[Old Icelandic]]
 +
| colspan="2" style="background: #b59" | [[Icelandic language|Icelandic]]
 +
|-
 +
| rowspan="3" style="background: #97f" | [[Old Norwegian]]
 +
| style="background: #a3a" | Old [[Faroese language|Faroese]]
 +
| colspan="2" style="background: #b6a" | [[Faroese language|Faroese]]
 +
|-
 +
| style="background: #94b" | Old [[Norn language|Norn]]
 +
| style="background: #95a" | [[Norn language|Norn]]
 +
| extinct<sup>{{ref|Germanic-diachronic-4|4}}</sup>
 +
|-
 +
| style="background: #76d" | [[Middle Norwegian]]
 +
| colspan="2" style="background: #85b" | [[Norwegian language|Norwegian]]
 +
|-
 +
| rowspan="4" style="background: #99f" | Runic<br/>[[Old East Norse]]
 +
| style="background: #87f" | Early<br/>Old [[Danish language|Danish]]
 +
| style="background: #87d" | Late<br/>Old [[Danish language|Danish]]
 +
| colspan="2" style="background: #76b" | [[Danish language|Danish]]
 +
|-
 +
| rowspan="2" style="background: #77f" | Early<br/>[[Old Swedish]]
 +
| rowspan="2" style="background: #78d" | Late<br/>[[Old Swedish]]
 +
| colspan="2" style="background: #67b" | [[Swedish language|Swedish]]
 +
|-
 +
| colspan="2" style="background: #58b" | [[Dalecarlian dialects]]
 +
|-
 +
| style="background: #8dd" | Runic<br/>[[Old Gutnish]]
 +
| style="background: #7cd" | Early<br/>[[Old Gutnish]]
 +
| style="background: #5cd" | Late<br/>[[Old Gutnish]]
 +
| colspan="2" style="background: #5ac" | [[Gutnish]]<sup>{{ref|Germanic-diachronic-5|5}}</sup>
 +
|-
 +
| rowspan="3" colspan="3" |  [[East Germanic languages|East Germanic]]
 +
| colspan="2" style="background: #9fb" | [[Gothic language|Gothic]]
 +
| colspan="2" | (unattested Gothic dialects)
 +
| style="background: #8da" | [[Crimean Gothic language|Crimean Gothic]]
 +
| extinct
 +
|-
 +
| style="background: #af9" | [[Vandalic language|Vandalic]]
 +
| colspan="5" | extinct
 +
|-
 +
| style="background: #cf7" | [[Burgundian language (Germanic)|Burgundian]]
 +
| colspan="5" | extinct
 +
|}
 +
 
 +
 
 +
=== IndoEuropean Tree Graph ===
 +
 
 +
[https://en.wikipedia.org/wiki/Proto-Indo-European_language#Historical_and_geographical_setting Proto-Indo-European language] Historical and geographical setting​
 +
 
 +
[https://upload.wikimedia.org/wikipedia/commons/4/4f/IndoEuropeanTree.svg IndoEuropeanTree]
 +
 
 +
<center>
 +
{|
 +
|+ style="caption-side:bottom; color:#000000;"|'''IndoEuropean Tree Graph'''
 +
| [[File:IndoEuropeanTree.svg|900px|center|link= ]]
 
|}
 
|}
 
</center>
 
</center>
  
 +
=== Other References ===
 +
: [https://en.wikipedia.org/wiki/Hydronym Hydronym]
 +
:: A '''hydronym''' is a proper name of a body of water. '''Hydronymy''', a subset of toponymy, the taxonomic study of place-names, is the study of the names of bodies of water, the origins of those names, and how they are transmitted through history. Hydronyms may include the names of rivers (potamonyms), lakes, and even oceanic elements.
 +
 +
Compared to most other toponyms, hydronyms are very conservative linguistically, and people who move to an area often retain the existing name of a body of water rather than rename it in their own language. For example, the Rhine in Germany bears a Celtic name, not a German name. The Mississippi River in the United States bears an Anishinaabe name, not a French or English one. The names of large rivers are even more conservative than the local names of small streams.
 +
 +
Therefore, hydronomy may be a tool used to reconstruct past cultural interactions, population movements, religious conversions, or older languages. For example, history professor Kenneth H. Jackson identified a river-name pattern against which to fit the story of the Anglo-Saxon invasion of Britain and pockets of surviving native British culture. His river map of Britain divided the island into three principal areas of English settlement: the river valleys draining eastward in which surviving British names are limited to the largest rivers and Saxon settlement was early and dense; the highland spine; and a third region whose British hydronyms apply even to the smaller streams.
 +
 +
Often a given body of water will have several entirely different names given to it by different peoples living along its shores. For example, Tibetan: ་, Wylie: rDza chu, ZYPY: Za qu and Thai: แม่น้ำโขง are the Tibetan and Thai names, respectively, for the same river, the Mekong in southeast Asia. And the Tibetan term Za Qu (rdza chu) refers to three other rivers as well.
 +
 +
Hydronyms from various languages may all share a common etymology. For example, the Danube, Don, Dniester, Dnieper, and Donets rivers all contain the Scythian name for "river" (cf. don, "river, water" in modern Ossetic). A similar suggestion is that the Yarden, Yarkon, and Yarmouk (and possibly, with distortion, Yabbok and/or Arnon) rivers in the Israel/Jordan area contain the Egyptian word for river (itrw, transliterated in the Bible as ye'or).
 +
 +
It is also possible for a toponym to become a hydronym: for example, the River Liffey takes its name from the plain on which it stands, called Liphe or Life; the river originally was called An Ruirthech. An unusual example is the River Cam, which originally was called the Granta, but when the town of Grantebrycge became Cambridge, the river's name changed to match the toponym.
 +
 +
 +
: [https://en.wikipedia.org/wiki/Toponymy Toponymy]
 +
:: '''Toponymy''' is the study of place names (toponyms), their origins, meanings, use, and typology. ''Toponym'' is the general name for any place or geographical entity.
 +
 +
: [https://en.wikipedia.org/wiki/Demonym Demonym]
 +
:: A '''demonym''' is a word that identifies residents or natives of a particular place, which is derived from the name of that particular place.
 +
 +
: [A|A]
 +
:: A
 +
 +
: [A|A]
 +
:: A
 +
 +
: [A|A]
 +
:: A
 +
 +
== A ==
 +
* A
 +
** A
 +
 +
 +
== [[Languages|Kèthîra Languages]] ==
 +
'''<span style="color:#FF0000">MOVE</span>''' all related research and linked information to [[Linguistics|Linguistics]].
  
=== Picture Table with Coloured Caption ===
+
=== Map of Language Families ===
 
<center>
 
<center>
 
{|
 
{|
|+ style="caption-side:bottom; color:#000000;"|'''Do 17Z-10, 2./ NJG 2'''
+
|+ style="caption-side:bottom; color:#000000;"|'''Map of Language Families'''
| [[File:do17_model.jpg|link= ]]
+
| [[File:Kèthîra_Language_Families.png|900px|center|link= ]]
 
|}
 
|}
 
</center>
 
</center>
  
 +
Language is a product of common historical and geographical experience over time, a vital element of culture and ethnicity. The people of Kèthîra speak more than 100 languages in 11 families. Family members share root words and sounds, but are still distinct tongues. The existence of a language family implies a common root from which all modern members are descended.
 +
 +
==== Járind Family ====
 +
{{Color sample|#32D538|description=Járind}}
 +
The Járind ethnic area included much of northwest Lýthia until migrations of eastern peoples displaced Járind culture north and west. Járind languages are characterised by a singsong lilt with occasional gutturals. Járind have fair to medium complexions, light brown or red wavy hair, and brown eyes.
 +
: The '''<span style="color:#32D538">Járind Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Járind}}'''<span style="color:#006699">Áltish</span>'''
 +
:: {{Color sample|#FFFFFF|description=Járind}}'''<span style="color:#006699">Eméla</span>'''
 +
:: {{Color sample|#FFFFFF|description=Járind}}'''<span style="color:#006699">Hârnic</span>'''
 +
:: {{Color sample|#FFFFFF|description=Járind}}'''<span style="color:#006699">Jàrinése</span>'''
 +
:: {{Color sample|#FFFFFF|description=Járind}}'''<span style="color:#006699">Yaríli</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Phâric Family ====
 +
{{Color sample|#2A30E1|description=Phâric}}
 +
The '''<span style="color:#006699">Phâric</span>''' peoples originated in '''<span style="color:#006699">Reksýna</span>''' but were driven west into the '''<span style="color:#006699">Járind</span>''' ethnic area by '''<span style="color:#006699">Ketâri</span>''' tribes. Phâric tongues are characterised by rising-falling tones, compound nouns, and regular grammar. These rules are frequently broken; <u>Phâric tongues have been strongly influenced by languages of other families</u>. Phâric peoples are tall, with light straight hair, fair complexions, and blue-grey eyes.
 +
: The '''<span style="color:#2A30E1">Phâric Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Hârbáaler</span>'''/'''<span style="color:#006699">Chéler</span>'''
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Ivínian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Pálithàner</span>'''
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Quârph</span>'''
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Shôrka</span>'''
 +
:: {{Color sample|#FFFFFF|description=Phâric}}'''<span style="color:#006699">Tríerzi</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Azéri (or Venârian) Family ====
 +
{{Color sample|#FCBB1A|description=Azéri}}
 +
Azéri tongues are spoken around the Venârian Sea. Most tongues have extensive vocabularies and complex grammar, and are characterized by rising tones. Azéri have medium to swarthy complexion, and dark hair and eyes.
 +
: The '''<span style="color:#FCBB1A">Azéri Family</span>''' (or '''<span style="color:#FF0000">Venârian Family</span>''') includes;
 +
:: {{Color sample|#FFFFFF|description=Azéri}}'''<span style="color:#006699">Àzeryáni</span>''' (High & Low)
 +
:: {{Color sample|#FFFFFF|description=Azéri}}'''<span style="color:#006699">Býrian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri}}'''<span style="color:#006699">Elbýthian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri}}'''<span style="color:#006699">Karéjian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri}}'''<span style="color:#006699">Ûrméch</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Anzélan Family ====
 +
{{Color sample|#FE55F6|description=Azéri (or Venârian)}}
 +
Anzélan tongues are spoken in Anzelôria. The original language spread from the south, dividing into Panhaónic in the north and Wernái in the south. Anzelôrian tongues are characterised by compounds of short, sharp syllables. The length of time that a vowel sound is voiced has meaning. Grammar and rhythm tend to be regular. Anzelôrians have dark to black complexions, dark curly hair and eyes.
 +
: The '''<span style="color:#FE55F6">Anzélan Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Chogôri</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Geláphic</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Neshái</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Pèchalâri</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Thónian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Túvarese</span>'''
 +
:: {{Color sample|#FFFFFF|description=Azéri (or Venârian)}}'''<span style="color:#006699">Wernái</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Mafáni Family ====
 +
{{Color sample|#1A018C|description=Mafáni}}
 +
Mafáni tongues are spoken around the Gulf of Mafán and Shéntu Sea. Mafáni languages are characterised by compound words, regular grammar, and short, precise rhythm; they have a clicking sound. The ancient Máfanese were far ranging people. They planted colonies around the Shéntu Sea and beyond. It is hard to identify a Máfanese ethnic type, since in most regions they have merged into native populations.
 +
: The '''<span style="color:#1A018C">Mafáni Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Mafáni}}'''<span style="color:#006699">Máfanese</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mafáni}}'''<span style="color:#006699">Molnásian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mafáni}}'''<span style="color:#006699">Shénti</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mafáni}}'''<span style="color:#006699">Thóta</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Molkûran Family ====
 +
{{Color sample|#F88169|description=Molkûran}}
 +
Molkûran languages are spoken in southeastern Lýthia. The family is derived from Molkûri, the language of the ancient Ziggurat Culture. Languages of this family have complex, precise grammar, and by variations in pitch and tone to convey rich meaning. The typical Molkûran has a dark to swarthy complexion, dark hair and eyes, and tends to be a little shorter than average.
 +
: The '''<span style="color:#F88169">Molkûran Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Chomsúni</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Homôri</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Kánic</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Lashói</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Melûrian</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Mólken</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Mêrna-Mólken</span>'''
 +
:: {{Color sample|#FFFFFF|description=Molkûran}}'''<span style="color:#006699">Pechósi</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Reshéni Family ====
 +
{{Color sample|#860189|description=Reshéni}}
 +
Reshéni tongues are descended from Reshéni, the principal language of the Ch’mísa Empire. The Reshéni typically have dark complexions, dark hair and eyes, and tend to be shorter than average.
 +
: The '''<span style="color:#860189">Reshéni Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Reshéni}}'''<span style="color:#006699">Argólan</span>'''
 +
:: {{Color sample|#FFFFFF|description=Reshéni}}'''<span style="color:#006699">Jankôran</span>'''
 +
:: {{Color sample|#FFFFFF|description=Reshéni}}'''<span style="color:#006699">Mengólan</span>'''
 +
:: {{Color sample|#FFFFFF|description=Reshéni}}'''<span style="color:#006699">Shóji</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Ketâric Family ====
 +
{{Color sample|#FBF519|description=Ketâric}}
 +
Ketâric languages are descended from Ancient Kétar, the language of the Ketârh barbarians who conquered much of central and eastern Lýthia between 1750-500 {{Smallcaps|bt}}. Ketâri languages and peoples are diverse, strongly influenced by the indigenous tongues and cultures of the conquered regions.
 +
: The '''<span style="color:#FBF519">Ketâric Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Ánil-Ketâri</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Bésha</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Dálken</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Diramése</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Ketâri</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Kyâman</span>'''
 +
:: {{Color sample|#FFFFFF|description=Ketâric}}'''<span style="color:#006699">Reksýni</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Númec Family ====
 +
{{Color sample|#FB1A1A|description=Númec}}
 +
Númec tongues are descended from Hepéka. Númec peoples tend to be shorter than average and dark in colouring. The Kôrlic group tends to be lighter due to mixing with northern peoples. The Faláni are darker. Númec languages are characterised by long vowel sounds and guttural stops.
 +
: The '''<span style="color:#FB1A1A">Númec Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Númec}}'''<span style="color:#006699">Faláni</span>'''
 +
:: {{Color sample|#FFFFFF|description=Númec}}'''<span style="color:#006699">Kôrlic</span>'''
 +
:: {{Color sample|#FFFFFF|description=Númec}}'''<span style="color:#006699">Númer</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Kámadh Family ====
 +
{{Color sample|#FDD98C|description=Kámadh}}
 +
The languages of Kámerand have developed largely in isolation, although Ínan seems to have some words contributed by Járind tongues and Ivínian.
 +
: The '''<span style="color:#FDD98C">Kámadh Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Neránadher</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Ínan</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Hârazai</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Rakáma</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Erènakáma</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Yêrazh</span>'''
 +
:: {{Color sample|#FFFFFF|description=Kámadh}}'''<span style="color:#006699">Hôro</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
==== Mêrnáti Family ====
 +
{{Color sample|#DBFF6F|description=Mêrnáti}}
 +
Except for limited influences from Molkûran and Kámadh tongues, the languages of Mêrnat have developed in isolation. The peoples who speak Mêrnáti tongues are swarthy to black. There are thousands of mutually intelligible dialects.
 +
: The '''<span style="color:#DBFF6F">Mêrnáti Family</span>''' includes;
 +
:: {{Color sample|#FFFFFF|description=Mêrnáti}}'''<span style="color:#006699">Mêrna</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mêrnáti}}'''<span style="color:#006699">Tían</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mêrnáti}}'''<span style="color:#006699">Dâdèn</span>'''
 +
:: {{Color sample|#FFFFFF|description=Mêrnáti}}'''<span style="color:#006699">Kolôtis</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
== [[Hârn_Venârivè|Venârivè]]: Northwestern Lýthia ==
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' colour boxes from Families '''<span style="color:#FF0000">ABOVE</span>'''
 +
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' colour for name of Language (including '''<span style="color:#006699">Dialect(s)</span>''' colours from History Harn PDF) and another for Script. Put into a Language Table. Link to History of Hârn PDF.
 +
 +
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Maps from P4, 5, 7, 8, 9, & 20 into A4 Booklet with each on a separate layer for printing.
 +
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Region & Map References to each.
 +
 +
* from Venârivè: Northwestern Lýthia P19 & 183
 +
 +
'''<span style="color:#006699">Possible Link</span>'''
 +
 +
'''<span style="color:#FF0000">INSERT TABLE</span>'''
 +
 +
<nowiki>{{Smallcaps|tr}} {{Smallcaps|bt}}</nowiki>
  
=== HTML Colour Names ===
 
 
<center>
 
<center>
{| class="wikitable" width="25%"
+
{|
! style="background:#CCCCCC;" colspan="3"|HTML Colour Names
+
|+ style="caption-side:bottom; color:#000000;"|'''Coat of Arms'''
|-
+
| [[File:Kandáy_Player_Map.png|900px|center|link= ]]
!style="background:#333333;" colspan="2" align="center"|'''Colours'''
+
|}
!style="background:#333333;" align="center"|'''HEX Code'''
+
</center>
|-
+
 
|style="background:#FFFFFF;" width="25%" align="center"|
+
 
|style="background:#666666;" align="left"|<span style="color:#FFFFFF"> '''White'''</span>
+
=== Culture and Language ===
|style="background:#666666;" align="left"|span style="color:#FFFFFF"
+
* from '''[[Hârn_Venârivè#Culture_and_Language|Venârivè: Northwestern Lýthia P19]]'''
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">Make Alphabetical</span>''' Listed
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Link Highlights for '''<span style="color:#006699">Dialects</span>'''
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Link Highlights for '''<span style="color:#006699">Tribal Dialects</span>''' from '''[[Hârn_HârnMaster_Barbarians|Barbarians]]''' '''<span style="color:#008000">COL 4761</span>''' (ie. P13); [http://wiki.shieldkings.com/Barbarians.pdf Barbarians]
 +
 
 +
<code>The Solori speak a language that is part of the Azeri language family.
 +
 
 +
The Kamaki speak Kamakin, which has elements of both Jarin and Anzelan languages.</code>
 +
 
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
 
 +
Venârivè is a region where many cultural and linguistic groups have developed and interacted, forming a complex tapestry of social organisation, realms and peoples.
 +
 
 +
The major human cultural and linguistic groups of Venârivè are:
 +
* '''Járind''', including the '''<span style="color:#006699">Járin</span>''', '''<span style="color:#006699">Eméla</span>''', '''<span style="color:#006699">Yaríli</span>''', and '''<span style="color:#006699">Alti (Áltic)</span>''', as well as '''<span style="color:#006699">Hârnians</span>''';
 +
* '''Phâric''', including the '''<span style="color:#006699">Ivinians</span>''' and their colonies, '''<span style="color:#006699">Quarph</span>''', '''<span style="color:#006699">Shorka</span>''', and '''<span style="color:#006699">Trierzi</span>'''; ~ Note: Phâric (Atáni)
 +
* '''Azeri''', including the '''<span style="color:#006699">Azeryani</span>''', '''<span style="color:#006699">Karejians</span>''', '''<span style="color:#006699">Ûmélrians</span>''', '''<span style="color:#006699">Elbythians</span>''', and '''<span style="color:#006699">Byrians</span>''';
 +
* '''Ketari''', including the '''<span style="color:#006699">Ketaric</span>''' and '''<span style="color:#006699">Besha</span>''' nomads, the '''<span style="color:#006699">Hacherim</span>''', and the '''<span style="color:#006699">Dalken</span>''';
 +
* '''Mafani''', including the '''<span style="color:#006699">Chogori</span>''' and '''<span style="color:#006699">Shenti</span>''';
 +
* '''Anzelôrians''', including the '''<span style="color:#006699">Pechalari</span>''', '''<span style="color:#006699">Tuvarans</span>''', and '''<span style="color:#006699">Thonians</span>''';
 +
* '''Hepekerians''', including the '''<span style="color:#006699">Korlic</span>''', '''<span style="color:#006699">Dalani</span>''', '''<span style="color:#006699">Dalazeri</span>''', and '''<span style="color:#006699">Numec</span>''' peoples.
 +
 
 +
In addition there are a number of non-human species and cultures, and a several religious languages. All of these are written in a range of different scripts.
 +
 
 +
==== Cultural and Linguistic Groups ====
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
===== Jarind =====
 +
The Jarind are believed to have originated in the area now known as '''<span style="color:#006699">Ûmélria</span>''', and were the first known people to reach the western shores of Lýthia, around {{Smallcaps|tr}}3000. They dominated the regions now known as '''<span style="color:#006699">Shôrkýnè</span>''' and '''<span style="color:#006699">Trierzon</span>''' for over a millennia. Jarind peoples also reached '''<span style="color:#006699">Ivinia</span>''' and '''<span style="color:#006699">Hepekeria</span>'''.
 +
 
 +
'''Emela''' is the most ‘pure’ of the Jarind languages, and is spoken principally by the inhabitants of '''<span style="color:#006699">Emélrenè</span>''', as well as the '''<span style="color:#006699">Émhlè</span>''' peoples of western '''<span style="color:#006699">Venârivè</span>'''.
 +
:: '''<span style="color:#FF0000">History:</span>''' (Kingdom of Emélrenè P17) {{Smallcaps|bt}}1450-1340 Conflict between '''<span style="color:#006699">Emélrenè</span>''' and the '''<span style="color:#006699">Uphâri</span>''' in '''<span style="color:#006699">Álagon</span>''' and the '''<span style="color:#006699">Jerinálian Mountains</span>'''.
 +
 
 +
:: c. {{Smallcaps|bt}}1400 Uphâri conquer much of Álagon, drive back Emélan allies.
 +
 
 +
:: {{Smallcaps|bt}}1340 Emélan Confederation defeat Uphâri in Álagon. ‘Closing of Emélrenè’, as Eméla leave '''<span style="color:#006699">Álaghan Alliance</span>''' in control of '''<span style="color:#006699">Álagon</span>'''.
 +
 
 +
'''Jarin''' is the language of the Jarind people of Hârn. It is spoken by tribal peoples and by the oppressed majority of the region of '''<span style="color:#006699">Orbáal</span>'''. Jarin was much influenced by its interaction with the '''<span style="color:#006699">elder</span>''' folk of Hârn.
 +
 
 +
'''Yarili''' is the language of the tribal Jarind people of '''<span style="color:#006699">Hârbáal</span>''' and '''<span style="color:#006699">Ivinia</span>'''. There are subtle differences between the peoples of the two regions;
 +
: in '''<span style="color:#006699">Hârbáal</span>'''. they are called '''<span style="color:#006699">Yarla</span>'''.
 +
 
 +
'''Áltic''' is the language of the '''<span style="color:#006699">Álti</span>''', the Jarind people of the far northern regions of Lýthia. Their culture is now much influenced by the '''<span style="color:#006699">Ivinians</span>'''.
 +
 
 +
'''Hârnians''' are a mixed people, whose complex social and cultural history includes influences from the Jarind and Phâri. ‘Civilised’ Hârnians speak a range of mutually comprehensible dialects, but the island’s many tribal groups speak dialects of varying intelligibility.
 +
 
 +
: '''<span style="color:#FF0000">Note:</span>''' It is possible that the '''Uméni''' language of the tribal people of '''<span style="color:#006699">Ûmélria</span>''' is an ancient Jarind tongue.
 +
 
 +
===== Phâri =====
 +
The Phâri are a very broad cultural and linguistic group, said to have originated in '''<span style="color:#006699">north-central Lýthia</span>'''. Their migrations westward around {{Smallcaps|tr}}1700 caused significant cultural disruption, and led to the formation of new social and cultural groupings. The '''<span style="color:#006699">Ivinians</span>''' and the '''<span style="color:#006699">Trierzi</span>''' have had wide-ranging impact on the history of Venârivè.
 +
 
 +
'''Quarphic''' is the language of the '''<span style="color:#006699">Quarph</span>''', the people of '''<span style="color:#006699">Quârphor</span>''', distantly related to the '''<span style="color:#006699">Shorka</span>''' and '''<span style="color:#006699">Trierzi</span>'''. The Quarph have a variety of lifestyles, from nomadic to settled agrarian societies.
 +
: There are four distinct '''<span style="color:#006699">dialects</span>''' of Quarphic: '''<span style="color:#006699">western</span>''', '''<span style="color:#006699">southern</span>''', '''<span style="color:#006699">eastern</span>''' and '''<span style="color:#006699">northern</span>'''.
 +
 
 +
'''Hurisean''' is the language and culture of the settled people of the '''<span style="color:#006699">western</span>''' part of '''<span style="color:#006699">Quârphor</span>''' known as '''<span style="color:#006699">Hurisea</span>''', influenced by many surrounding cultures.
 +
 
 +
'''Ivinian''' is possibly the most wide-spread language of Venârivè. The Ivinians developed their culture in the far north on the island of '''<span style="color:#006699">Ivae</span>''', but have since spread colonies across many areas of Venârivè.
 +
 
 +
'''Hârbáaler''' and '''Chéler''' are two languages closely related to Ivinian, spoken in lands settled or conquered by '''<span style="color:#006699">Ivinians</span>''' to the south.
 +
: '''<span style="color:#FF0000">Note:</span>''' Both have assimilated significant elements of other languages.
 +
 
 +
'''Pálithàner''' is a relatively young language developed from '''<span style="color:#006699">Ivinian</span>''', and spoken in coastal regions of the Ivinian colony-kingdom of '''<span style="color:#006699">Palíthanè</span>'''.
 +
 
 +
'''Shorka''' is the name of a group of dialects spoken in the Kingdom of '''<span style="color:#006699">Shôrkýnè</span>'''.
 +
: '''<span style="color:#FF0000">Note:</span>''' It is related to both '''<span style="color:#006699">Quarph</span>''' and '''<span style="color:#006699">Trierzi</span>''', but has been significantly influenced by local '''<span style="color:#006699">Jarind</span>''' tongues.
 +
:: '''<span style="color:#006699">Dialects</span>''' include '''<span style="color:#006699">Qualren</span>''' (the ‘<u>official</u>’ '''<span style="color:#006699">dialect</span>'''), '''<span style="color:#006699">Melodan</span>''', '''<span style="color:#006699">Pelodan</span>''', '''<span style="color:#006699">Loalan</span>''', '''<span style="color:#006699">Fedin</span>''', '''<span style="color:#006699">Kolaren</span>''', '''<span style="color:#006699">Sabes</span>''', '''<span style="color:#006699">Enseler</span>''', '''<span style="color:#006699">Nistalen</span>''', and '''<span style="color:#006699">Jandi</span>'''.
 +
 
 +
:: '''<span style="color:#FF0000">History;</span>'''
 +
::: (Kingdom of Emélrenè P17) {{Smallcaps|bt}}1650 Phâric ('''<span style="color:#006699">Uphâri</span>''') people invade '''<span style="color:#006699">Shôrkýnè</span>'''.
 +
::: (Venârivè P14) c. {{Smallcaps|bt}}1650 '''<span style="color:#006699">Uphâri</span>''' reach '''<span style="color:#006699">eastern Lówalys</span>''' ('''<span style="color:#006699">Shôrkýnè</span>''')
 +
::: {{Smallcaps|bt}}1280-1200 Wars in '''<span style="color:#006699">Álagon</span>''' between '''<span style="color:#006699">Uphâri</span>''' and '''<span style="color:#006699">Álagyn tribes</span>'''; Uphâri eventually ‘defeated’.
 +
::: c.{{Smallcaps|bt}}400 '''<span style="color:#006699">Sôrki (Shôrka) tribes</span>''' reach '''<span style="color:#006699">Álagon</span>'''
 +
::: {{Smallcaps|bt}}1307 '''<span style="color:#006699">Uphâri</span>''' defeat '''<span style="color:#006699">Shóna Alliance</span>''', take '''<span style="color:#006699">Plain of Káretan</span>'''
 +
 
 +
'''Trierzi''' is the language of the region once known as '''<span style="color:#006699">Thanema</span>''' and '''<span style="color:#006699">Zonara</span>''', now dominated by the Kingdom of Trierzon. It is also spoken in much of '''<span style="color:#006699">Palíthanè</span>'''.
 +
: Its many '''<span style="color:#006699">dialects</span>''' can be mutually unintelligible; they include '''<span style="color:#006699">Liguno-Athaman</span>''', '''<span style="color:#006699">Senedar</span>''', '''<span style="color:#006699">Stalfi</span>''', '''<span style="color:#006699">Melsa-faldon</span>''', '''<span style="color:#006699">Alonadi</span>''', '''<span style="color:#006699">Areshymen</span>''', '''<span style="color:#006699">Cherykan</span>''', '''<span style="color:#006699">Zanori</span>''', and '''<span style="color:#006699">Tengalin</span>'''.
 +
 
 +
====== Trade Ivínian (or Kántâl) ======
 +
'''''Trade Ivínian''' (or '''<span style="color:#006699">Kántâl</span>''')'' is the ‘lingua franca’ of trade across northwest Venârivè. Like '''<span style="color:#006699">Chéler</span>''' and '''<span style="color:#006699">Hârbáaler</span>''' (to which it is closely related), it is a '''<span style="color:#006699">polyglot dialect</span>''', which has adopted many terms and words from other languages, and is kept unified by the mobility of traders and seamen. Almost all sailors and traders in the region, irrespective of their own language and culture, have some facility with this language.
 +
 
 +
: '''<span style="color:#FF0000">Note:</span>''' Polyglot means ‘ability to speak many languages’
 +
:: '''<span style="color:#FF0000">Need</span>''' to figure out which languages are used within this group of traders before delving into the history and connected Dialects.
 +
 
 +
===== Azeri =====
 +
The Azeri peoples are as diverse as the Phâri. Scholars claim to be able to trace their ancestry back to the '''<span style="color:#006699">Vénic Island</span>''' culture which began on the eastern Venârian shore.
 +
 
 +
The '''Àzeryáni''' have had a major impact on Venârivè through the spread of their culture associated with the Empire of Ázeryàn. They evolved principally on the '''<span style="color:#006699">eastern regions</span>''' of the '''<span style="color:#006699">Ázeryàn Peninsula</span>''', and came to dominate much of the region. While somewhat in decline in recent centuries, theirs is one of the most vibrant cultures of the region.
 +
: The Àzeryáni speak two languages: '''<span style="color:#006699">Low Àzeryáni</span>''' ('''''<span style="color:#006699">Nâsik Azéri</span>'''''), which is highly differentiated by region, and '''<span style="color:#006699">High Àzeryáni</span>''' ('''''<span style="color:#006699">Zâkimladal</span>'''''), which is a highly uniform language of the upper classes, and of the government and bureaucracy.
 +
 
 +
: '''<span style="color:#006699">Dialects</span>''' of '''<span style="color:#006699">Nâsik Azéri</span>''' spoken within the Empire of Ázeryàn include: '''<span style="color:#006699">western</span>''', '''<span style="color:#006699">northern</span>''', '''<span style="color:#006699">central</span>''', '''<span style="color:#006699">southern</span>''', '''<span style="color:#006699">prime</span>''', '''<span style="color:#006699">eastern</span>''', and '''<span style="color:#006699">island</span>'''.
 +
: '''<span style="color:#006699">Dialects</span>''' spoken in regions which were once part of the empire include: '''<span style="color:#006699">Lánkori</span>''' (in '''<span style="color:#006699">Lánkor</span>'''), '''<span style="color:#006699">Terâzin</span>''' (in eastern '''<span style="color:#006699">Tríerzòn</span>'''), '''<span style="color:#006699">Górik</span>''' (in '''<span style="color:#006699">Gôris</span>'''), '''<span style="color:#006699">Kôlvisar</span>''' (in '''<span style="color:#006699">Menêma</span>'''), and '''<span style="color:#006699">Dálazeri</span>''' (in '''<span style="color:#006699">Vítho</span>''' and '''<span style="color:#006699">Xêrium</span>''').
 +
 
 +
'''Karéjian''' is the language of most of the '''<span style="color:#006699">islands of the Venârian Sea</span>''' and some areas of the eastern coast.
 +
: It is the direct descendant of '''<span style="color:#006699">Kàruía</span>''', the language of the Kàruía people who were dominant traders across the region until the rise of Ázeryàn.
 +
 
 +
'''Urmech''' is a language related to both '''<span style="color:#006699">Àzeryáni</span>''' and '''<span style="color:#006699">Karéjian</span>''', with <u>local influences</u>. It is spoken in inland regions of '''<span style="color:#006699">Ûmélria</span>'''.
 +
 
 +
'''Elbythian''' is a language spoke in the inland regions of the eastern Venârian coast.
 +
: It is related to '''<span style="color:#006699">Karéjian</span>''', with significant influence from '''<span style="color:#006699">Bésha</span>''', '''<span style="color:#006699">Hácherian</span>''', and '''<span style="color:#006699">Àzeryáni</span>'''.
 +
 
 +
'''Býrian''' is the language of the Empire of '''<span style="color:#006699">Býria</span>''' on the northern Anzelôrian coast.
 +
: It is a mixture of '''<span style="color:#006699">Àzeryáni</span>''', '''<span style="color:#006699">Kàruía</span>''', '''<span style="color:#006699">Târgan</span>''', and '''<span style="color:#006699">northern Tuvâran</span>'''.
 +
 
 +
===== Ketâri =====
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
The '''<span style="color:#006699">Ketâric</span>''' peoples of '''<span style="color:#006699">central Lýthia</span>''' have had a major impact on surrounding peoples, despite their relatively lower levels of cultural development. As the <u>first people to domesticate the horse</u>, they inflicted defeats on a number of ‘civilisations’ millennia ago, and continue to threaten agrarian cultures to this day. Most '''<span style="color:#006699">Ketâri</span>''' have a nomadic lifestyle, although significant exceptions exist.
 +
 
 +
The '''<span style="color:#006699">Reksýni</span>''' dominate the northern plains of Venârivè, having pushed the '''<span style="color:#006699">Quârph</span>''' westward and inflicting a crushing defeat on the Empire of '''<span style="color:#006699">Ázeryàn</span>''' in the middle of last century. They are a powerful confederation of tribes, but nowhere near as unified as they were at their height.
 +
: '''<span style="color:#FF0000">Note:</span>''' related to '''<span style="color:#006699">Rekâri</span>'''? that became Reksýni?
 +
:: ('''''<span style="color:#FF0000">see</span>''''' Venârivè P164) '''Gósan Réka-ul-Sýna''' – founding prophet of the ‘'''<span style="color:#006699">Reksýni</span>'''’ religion, the faith that unified the '''<span style="color:#006699">Rekâri tribes</span>''' into one of the most fearsome forces of Venârivè.
 +
:: ('''''<span style="color:#FF0000">see also</span>''''' Venârivè P15, 16, & 18)
 +
:::: c. {{Smallcaps|bt}}800 '''<span style="color:#006699">Soquâr Phâri</span>''' come to dominate in '''<span style="color:#006699">southern Quârphor</span>'''.
 +
::: {{Smallcaps|tr}}601 '''<span style="color:#006699">Pôrna River</span>''' massacre, thousands of Rekâri tribes folk slaughtered by Quârph.
 +
::: c. {{Smallcaps|bt}}600 Rekâri tribes begin to pressure '''<span style="color:#006699">Soquâr</span>''', leading to eventual split of '''<span style="color:#006699">Sôrki</span>''' and '''<span style="color:#006699">Quâr</span>'''.
 +
::: {{Smallcaps|tr}}1 Rekâri tribes push into '''<span style="color:#006699">northeast Quârphor</span>'''.
 +
::: c. {{Smallcaps|tr}}200 Quârphic resurgence pushes back Rekâri tribes.
 +
:: ('''[[Hârn_Venârivè_Summa|Summa Venâriva]]''' P99) Between {{Smallcaps|tr}}360 and {{Smallcaps|tr}}370 the ('''<span style="color:#006699">Ázeryàn</span>'''?) legions methodically pushed the Rekâri tribes out of '''<span style="color:#006699">Úlga plain</span>'''.
 +
:: ('''[[Hârn_Venârivè_Summa|Summa Venâriva]]''' P50 & 59) The '''<span style="color:#006699">Àzeryáni</span>''' explorer '''Hlárakor el Téldranèsen''', who wrote about his discoveries in '''<span style="color:#006699">Shôrkýnè</span>''' and other '''<span style="color:#006699">northern regions</span>''' in {{Smallcaps|tr}}325...the memoirs of his adventure were the first thorough portrait of the '''<span style="color:#006699">Shôrka</span>'''. He was the first writer to describe the Áltic peoples in any detail, and he was the first to realize that the '''<span style="color:#006699">Rekâri tribes</span>''' were the same people described as the '''''<span style="color:#006699">Arek Ketâri</span>''''' in '''<span style="color:#006699">Lánukros</span>'''’ works.
 +
::: ...popularity of the writings of the '''<span style="color:#006699">Kàruían</span>''' merchant-adventurer, c. {{Smallcaps|tr}}210 travels of '''Lánukros el Hroánes''' to '''<span style="color:#006699">eastern Lýthia</span>''' (to c. 240) (Kàruían merchant-adventurer)
 +
 
 +
The '''<span style="color:#006699">Ketâri</span>''' are the dominant people of the central Lýthian plateau, and have had an enormous influence on the history of Lýthia, east and west, including the destruction of the empires of '''<span style="color:#006699">Mafán</span>''' and '''<span style="color:#006699">Ch’mísa</span>'''. The westernmost branch of this horse people are the '''<span style="color:#006699">Ánil Ketâri</span>''' ('''<span style="color:#006699">West Ketâri</span>'''), who live on the plains east of the '''<span style="color:#006699">Ûmélrian</span>''' and '''<span style="color:#006699">Hakhârlis</span>''' mountains.
 +
 
 +
The '''<span style="color:#006699">Bésha</span>''' nomads control the Béshakan Desert, and have also had a significant influence in Venârian history from time to time. Together with the '''<span style="color:#006699">Pèchalâri</span>''' and other tribal groups, they were responsible for the destruction of the '''<span style="color:#006699">Târgan</span>''' Empire over seven centuries ago. Today they are relatively disunited and provide mercenary forces for the civilised realms around the desert, including both '''<span style="color:#006699">Dalkésh</span>''' and '''<span style="color:#006699">Hácherdad</span>'''.
 +
 
 +
The '''<span style="color:#006699">Namârdim</span>''' dwell in the Namârdhez and Mafanìlâr mountains. They are ethnically and culturally mixed, speaking a language related to that of the '''<span style="color:#006699">Bésha</span>''', but influenced by ancient '''<span style="color:#006699">Mafâsh</span>'''.
 +
 
 +
'''<span style="color:#006699">Hácherian</span>''' is the language of the '''<span style="color:#006699">Hácherim</span>''', a people related to the '''<span style="color:#006699">Bésha</span>''', who settled in the Hakhârlis Mountains many centuries ago.
 +
 
 +
'''<span style="color:#006699">Dálken</span>''' is the language of the Empire of '''<span style="color:#006699">Dalkésh</span>'''. While related to '''<span style="color:#006699">Bésha</span>''', it has been significantly influenced by '''<span style="color:#006699">Pèchalâri</span>''' and by '''<span style="color:#006699">Târgan</span>''', the language of the Târgan Empire.
 +
: The Dalkéshi are of mixed '''<span style="color:#006699">Bésha</span>''', '''<span style="color:#006699">Pèchalâri</span>''', '''<span style="color:#006699">Târgan</span>''', and even '''<span style="color:#006699">Kàruían</span>''' ancestry, but paradoxically have developed notions of racial ‘purity’ similar to those of the ancient Târgans – despite those very traits having led to the Târgan Genocide of {{Smallcaps|tr}}7.
 +
 
 +
===== Mafáni =====
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
The '''<span style="color:#006699">Mafáni</span>''' are a diverse cultural group who can trace their ancestry and culture back to the almost near legendary Empire of '''<span style="color:#006699">Mafán</span>'''.
 +
 
 +
'''Mafáni''' is spoken all around the Gulf of Mafán. Despite their cultural diversity, the Mafáni have <u>maintained a relatively high level of linguistic consistency</u> due to high levels of literacy and vibrant trade networks. Over the last century there has been something of a revival in Mafáni culture, after almost uncounted years of gradual decline.
 +
 
 +
'''<span style="color:#006699">Shénti</span>''' is the Mafáni language of the '''<span style="color:#006699">eastern coast of Anzelôria</span>''', a mixture of '''<span style="color:#006699">Mafáni</span>''' and '''<span style="color:#006699">local Anzelôrian</span>''' languages.
 +
 
 +
===== Anzelôrian =====
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
The '''<span style="color:#006699">Anzelôrian</span>''' language group is relatively diverse. It has two large sub-groups – the '''<span style="color:#006699">northern Panhaónic</span>''' group and the '''<span style="color:#006699">southern Wernai</span>''' group.
 +
 
 +
'''<span style="color:#006699">Chogôri</span>''' is the language of the people of '''<span style="color:#006699">Chogôro</span>'''. It is an Anzelôrian language much influenced by '''<span style="color:#006699">Mafáni</span>'''. The Chogôri are much under cultural pressure from a resurgent '''<span style="color:#006699">Mafáni</span>''' and migrating '''<span style="color:#006699">Pèchalâri</span>'''.
 +
 
 +
'''<span style="color:#006699">Pèchalâri</span>''' is the language of '''<span style="color:#006699">Péchalâr</span>''', a tribal people who have in recent centuries been pushed southwards by the expansion of '''<span style="color:#006699">Dalkésh</span>'''. A small number of Péchalâr have begun to form petty-states in response.
 +
 
 +
'''<span style="color:#006699">Tuvâran</span>''' peoples are a broad group, with several distinct '''<span style="color:#006699">dialects</span>''' known as '''<span style="color:#006699">eastern</span>''', '''<span style="color:#006699">southern</span>''', '''<span style="color:#006699">western</span>''', and '''<span style="color:#006699">Elánasi</span>'''. '''<span style="color:#006699">Northern Tuvâran</span>''' is largely <u>extinct</u>, but had an important impact on the development of '''<span style="color:#006699">Býrian</span>'''. Some scholars also consider the language of the '''<span style="color:#006699">Búqdin of Xêria</span>''' to be related to Tuvâran, but this is disputed.
 +
 
 +
'''<span style="color:#006699">Neshái</span>''' is a central Anzelôrian language, which is spoken by only a few tribes who live north enough to consider being part of Venârivè.
 +
 
 +
'''<span style="color:#006699">Thónian</span>''' is the broad language group of the '''<span style="color:#006699">westernmost Anzelôrians</span>''', who live in the varied region defined largely by the Thónian Alps.
 +
: This has created several ‘'''<span style="color:#006699">dialects</span>'''’ which are in fact largely separate language groups: '''<span style="color:#006699">Hérei</span>''', '''<span style="color:#006699">Laker</span>''', '''<span style="color:#006699">mountain</span>''', '''<span style="color:#006699">inner</span>''', '''<span style="color:#006699">southern</span>''', '''<span style="color:#006699">northern</span>''', '''<span style="color:#006699">west</span>'''.
 +
 
 +
===== Hèpekérian =====
 +
The island continent of '''<span style="color:#006699">Hèpekér</span>''' is home to a diverse set of language groups and influences. The dominant group is that of the central desert nomads, but other language groups have made their mark.
 +
 
 +
'''<span style="color:#006699">Númer</span>''' is the language of the '''<span style="color:#006699">Númec</span>''' people of '''<span style="color:#006699">central Hèpekéria</span>'''. While not the most numerous people of the region, they are culturally dominant and influential, controlling cross-regional trade and exercising military supremacy.
 +
 
 +
'''<span style="color:#006699">Kôrlic</span>''' is the language of the people of '''<span style="color:#006699">northern Hèpekéria</span>'''. It evolved from '''<span style="color:#006699">Númer</span>''', heavily influenced successively by '''<span style="color:#006699">Dálani</span>''', '''<span style="color:#006699">Kàruía</span>''', '''<span style="color:#006699">Azéri</span>''' and finally '''<span style="color:#006699">Ivínian</span>'''.
 +
 
 +
'''<span style="color:#006699">Dálani</span>''' is the language of the people of the '''<span style="color:#006699">Dalánya Mountains</span>'''; related to '''<span style="color:#006699">Númer</span>''' but also to the '''<span style="color:#006699">ancient Járind</span>''' tongue of the people of that region.
 +
 
 +
'''<span style="color:#006699">Faláni''' is the language of the southern peoples of '''<span style="color:#006699">Hèpekéria</span>'''. It is closely related to '''<span style="color:#006699">Númer</span>''', but with significant influence from '''<span style="color:#006699">Thónian</span>''' tongues.
 +
 
 +
: '''<span style="color:#FF0000">Note:</span>''' As noted previously, '''Búqdin''' is considered by some to be an '''<span style="color:#006699">Anzelôrian</span>''' language, but clearly also influenced from Númer and other sources.
 +
 
 +
===== Other peoples =====
 +
The '''Mengólans''' are the westernmost of the Reshenic peoples. Only a relatively small number of these people live within Venârivè. They speak '''<span style="color:#006699">Mengólan</span>''', which has been affected by '''<span style="color:#006699">Reksýni</span>''' to the south.
 +
 
 +
==== Elder Folk and Non-Humans ====
 +
'''<span style="color:#006699">Humans</span>''' are not the only intelligent, cultured beings of Venârivè and Kèthîra, although they are by far the most populous and dominate most regions.
 +
 
 +
===== Sinái =====
 +
Scholars consider the ‘elven’ folk to be the most ancient of all of Kèthîra. The best known are the '''<span style="color:#006699">Sinái</span>''' of '''<span style="color:#006699">Hârn</span>'''. Legends tell of a time when the Sinái ruled all of Hârn, by they are now largely confined to the '''<span style="color:#006699">forest of Shâva</span>'''. Their language is known as '''<span style="color:#006699">Sináin</span>''', and they have their own script, '''<span style="color:#006699">Selénian</span>''', which may have influenced the development of '''<span style="color:#006699">Lakíse</span>'''.
 +
 
 +
Legends also tell of other kinds of ‘elves’, including the '''<span style="color:#006699">Sidhé</span>''' (‘high elves’), the '''<span style="color:#006699">Morsinái</span>''' (‘dark elves’), the '''<span style="color:#006699">Hwæthârwyn</span>''' (‘snow elves’) of '''<span style="color:#006699">Áltôr</span>''', and finally the '''<span style="color:#006699">Naêri</span>''' (‘southern elves’) of '''<span style="color:#006699">Anzelôria</span>'''.
 +
 
 +
===== Kúzhai =====
 +
The '''<span style="color:#006699">Kúzhai</span>''', or ‘dwarves’, are known to dwell on '''<span style="color:#006699">Hârn</span>''', but legends also tell of seven tribes and seven kingdoms, believed to be located in '''<span style="color:#006699">Ivínia</span>''' and central Lýthia. It is said the ancient '''<span style="color:#006699">Kúzhan</span>''' city of '''<span style="color:#006699">Mêrdáin</span>''' was influential in the rise of the '''<span style="color:#006699">Narmâr</span>''' River culture.
 +
: See also: , ("Kúzhai emerged to found their various realms – initially '''<span style="color:#006699">Mêrdáin</span>''' (founded {{Smallcaps|bt}}7190), '''<span style="color:#006699">Êrdar</span>''' (see [[Hârn_Venârivè_Summa|Summa Venâriva]] P5), and '''<span style="color:#006699">Lârhakul</span>''' in '''<span style="color:#006699">central Lýthia</span> (great Ketârh plateau)'''")
 +
 
 +
The '''<span style="color:#006699">Kúzhan</span>''' language appears to be relatively undifferentiated. The Kúzhai apparently invented the '''<span style="color:#006699">Khrúni</span>''' script, from which '''<span style="color:#006699">Runic</span>''' has evolved.
 +
 
 +
===== Chostôri =====
 +
There are other tales of ‘deep-dwarves’ or '''<span style="color:#006699">Chostôri</span>''', said to be a darker, less cultured group of beings. Some say that the Chostôri and Kúzhai were at war for generations before the Age of Men. The Chostôri apparently have their own tongue, but use a script similar to '''<span style="color:#006699">Khrúni</span>'''.
 +
 
 +
===== Gârgún =====
 +
The '''<span style="color:#006699">Gârgún</span>''' of Hârn can scarcely be classified as elder folk, since they only appeared on Kèthîra around {{Smallcaps|tr}}100, apparently brought to this world by the mage Lóthrim. Their unique biology strongly suggests they are not originally from Kèthîra.
 +
 
 +
There are five sub-species of gârgún: '''<span style="color:#006699">Gargu Arak</span>''' (small or streaked), '''<span style="color:#006699">Hyeka</span>''' (common or brown), '''<span style="color:#006699">Khanu</span>''' (great or black), '''<span style="color:#006699">Kyani</span>''' (white), and '''<span style="color:#006699">Viasal</span>''' (red).
 +
 
 +
===== Ílmè =====
 +
The '''<span style="color:#006699">Ílmè</span>''' or ‘mere dragons’ dwell in a few isolated, mainly swampy locations not favoured by humans. They are a secretive folk, with strong gender differentiation. Stories of the Ílmè indicate they can be found on '''<span style="color:#006699">Hârn</span>''', '''<span style="color:#006699">Ivínia</span>''', '''<span style="color:#006699">Quârphor</span>''' and other locations such as '''<span style="color:#006699">Thónia</span>'''.
 +
 
 +
===== Nâdi =====
 +
The '''<span style="color:#006699">Nâdi</span>''', also known as the '''<span style="color:#006699">Mizúni</span>''', are the indigenous inhabitants of the '''<span style="color:#006699">Nadámi Mountains</span>''', which are named for them. Few in this region have ever met them; they trade only with a select few humans whom they trust. They '''<span style="color:#006699">speak their own tongue</span>''', <u>which they do not share</u>. Legends of the land of the ‘'''<span style="color:#006699">dog-men</span>'''’ are widespread across Venârivè. Most peasants ‘know’ that they exist, and that they live ‘a long way away’.
 +
 
 +
===== Centaurin =====
 +
The Centaurin are the horse-folk of the '''<span style="color:#006699">great central plains of Lýthia</span>'''. They are not numerous, but do live in groups of up to thirty individuals. Some appear to have developed agricultural techniques. They tend to speak the languages of those around them. The '''<span style="color:#006699">Reksýni</span>''' consider them sacred.
 +
: Centaurin of Ivínia (Northern Centaurin or Ivinian centaurin)
 +
: Centaurin of Áltôr (Áltic Centaurin)
 +
: Centaurin of Reksýna (Reksýni Centaurin)
 +
 
 +
===== Nâblúgi =====
 +
The '''<span style="color:#006699">Nâblúgi</span>''' are the ‘small-folk’ said to live in the '''<span style="color:#006699">Luíndè</span>''' and '''<span style="color:#006699">Ûmélrian mountains and valleys</span>'''. Whether they are related to the '''<span style="color:#006699">Kúzhai</span>''', or indeed whether they are anything other than humans of short stature, is open to debate.
 +
 
 +
===== Ándanùji =====
 +
The '''<span style="color:#006699">Ándanùji</span>''' or ‘mountain-folk’ of the '''<span style="color:#006699">Thónian Alps</span>''' are strange, extremely tall beings said to live in high towers, to have unearthly calls, and to be fickle in their dealings with men.
 +
 
 +
 
 +
'''<span style="color:#006699">
 +
</span>'''
 +
 
 +
==== Scripts ====
 +
Most of the people of Venârivè cannot read or write, even in their own tongue. Those that can are usually in specialist positions such as traders, heralds, clerics, scholars, and government officials.
 +
 
 +
A range of scripts are used across the region; many are used to write more than one language.
 +
 
 +
===== Selenian =====
 +
The script of the Sinái, or elves, invented millennia ago. Highly cursive, it is best suited to a quill pen or paint brush.
 +
 
 +
===== Lakise =====
 +
The script of western Venârivè, it is principally used in the feudal kingdoms, but increasingly spreading to other regions. It was apparently invented on Melderyn around {{Smallcaps|bt}}600, and is related to Selenian.
 +
 
 +
===== Khruni =====
 +
The angular script of the Kúzhai, it is best suited for carving on wood or stone.
 +
 
 +
===== Runic =====
 +
Runic originated in northern Venârivè, and is used by the Ivinians and others of the north. A simplified form of Khruni (although Ivinians believe that they invented it), it is widespread across Venârivè due to the influence of Ivinians on trade.
 +
 
 +
===== Milanta =====
 +
A cursive script of the Karuian traders, Milanta is an evolution of the ancient Alanta and Tianta scripts. It is now only used by a small number of scholars in Karejia.
 +
 
 +
===== Ayâran =====
 +
The script of the Azeri, Karejians, Elbythians, Ûmélrians, and Býrians. It is relatively angular in form, and evolved from the Zérin script of the ancient Zéran and Azeri settlers on the Azeryan peninsula.
 +
 
 +
===== Neramic =====
 +
The script of Dalkesh and the Beshakan, Neramic was used by the Târgan Empire, and evolved from the ancient Anzelôrian script known as Neri, but adopted elements from Sheni and Kono. It has both angular and cursive elements and forms.
 +
 
 +
===== Kono =====
 +
The very ancient script of the Mafani Empire, Kono was very angular, and was well suited for carving in stone and wood. Some argue it is related to Khruni, but other scholars consider this to be far-fetched.
 +
 
 +
===== Tankono =====
 +
The script of the Mafani peoples, Tankono evolved from the very ancient Kono script of the Empire of Mafan, with influences from the Miluan script of Molkûra, as well as Neramic. It is thus a highly complex script, with a variety of registers and forms, and with both angular and cursive options.
 +
 
 +
===== Hekori =====
 +
Hekori is the script of the Hepekerians, derived from Tianta, but much evolved. It is used principally by the Numec and Falani.
 +
 
 +
===== Shenya =====
 +
The modern script of the Reksyni, Shenya apparently evolved from the ancient script of the Ketari, Sheni. Both Shenya and Sheni are generally painted on fabrics with brushes, and are thus highly cursive.
 +
 
 +
 
 +
'''See:''' '''[[Linguistics#Appendix_VI:_Languages_and_Scripts|Appendix VI]]''' for a list of the '''<span style="color:#006699">languages and scripts</span>''' used by different cultures across Venârivè.
 +
 
 +
==== Numerals ====
 +
Almost all Venârian scripts have symbols for numbers. While originally different cultures used different counting systems, most now make use of the decimal system, first developed in ancient Mafan and retained by the Karuia and Karejians. The Mangai have been strong supporters of the spread of decimal counting.
 +
 
 +
==== Religious Languages ====
 +
Some religious groups make use of their own languages. Most of these are otherwise ‘dead’ ancient languages preserved in liturgical form, but some are apparently unique.
 +
 
 +
'''Ormauk''' is the secret language of the Morgathan church, apparently divinely inspired. It has its own unique script, Nuvesarl.
 +
 
 +
The Agrikan church, in addition to using Azeryani, has a secret ‘temple-tongue’ known as '''Surikal'''.
 +
 
 +
Finally, the Ilviran church makes use of a language known as '''Ivashi'''. This is apparently the language spoken by the god Ilvir and his servants and creatures, the Ivashu.
 +
 
 +
<center>
 +
{|
 +
|+ style="caption-side:bottom; color:#000000;"|'''Coat of Arms'''
 +
| [[File:Kandáy_Player_Map.png|900px|center|link= ]]
 +
|}
 +
</center>
 +
 
 +
=== Appendix VI: Languages and Scripts ===
 +
* from Venârivè: Northwestern Lýthia P183
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Link Highlights for '''<span style="color:#006699">Dialects</span>'''
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">Make Alphabetical</span>''' Listed
 +
 
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Colour Highlights: <span style="background:#FCFF19">Ancient</span>, <span style="background:#FCFF19">Middle</span>, <span style="background:#FCFF19">Modern</span>, <span style="background:#FCFF19">old language</span>, <span style="background:#FCFF19">etc.</span> of each Language and Dialects. Then '''<span style="color:#FF0000">ADD</span>''' Table with each, separate them into which is oldest to newest, then '''<span style="color:#FF0000">ADD</span>''' timeline column. Pinpoint changes from one to another.
 +
 
 +
 
 +
<span style="background:#FCFF19">
 +
</span>
 +
 
 +
As noted in Culture and Languages, a wide variety of languages and dialects are in use across Venârivè, and an equally wide range of scripts are used to write them.
 +
 
 +
==== Elder ====
 +
: '''Sináin''' – language of Elves,
 +
:: written in '''Selénian'''.
 +
: '''Kúzhan''' – language of Dwarves,
 +
:: '''Khrúni''' script.
 +
 
 +
==== {{Color sample|#32D538|description=Járind}} <span style="color:#32D538">Járind Family</span> ====
 +
: {{Color sample|#32D538|description=Járind}} '''<span style="color:#32D538">Járind</span>''' – <span style="background:#FCFF19">ancient</span> language group of Járind people.
 +
: '''Émhlè''' – <span style="background:#FCFF19">ancient</span> language of the Eméla,
 +
:: written in '''Khrúni'''.
 +
: '''Eméla''' – <span style="background:#FCFF19">middle</span> and <span style="background:#FCFF19">modern</span> language of the Eméla,
 +
:: written in '''Khrúni''' and '''Lakíse'''.
 +
: '''Zónawè''' – <span style="background:#FCFF19">ancient</span> language of the Járind of Zonâra;
 +
:: '''Khrúni''' script.
 +
: '''Zonâran''' – <span style="background:#FCFF19">middle</span> language of Zonâra;
 +
:: '''Zérin''' script.
 +
: '''Old Járin''' – <span style="background:#FCFF19">middle</span> language of the Járin of Hârn.
 +
: '''Járin''' – <span style="background:#FCFF19">modern</span> language of the Járin of Hârn. There are a number of '''<span style="color:#006699">dialects</span>''' spoken by the tribal Járind peoples of Hârn.
 +
: '''Yaríli''' – <span style="background:#FCFF19">modern</span> language of the Yaríli of Iváe.
 +
: '''Yârla''' – <span style="background:#FCFF19">modern</span> language of the Yârla of Hârbáal.
 +
: '''Old Áltic''' – <span style="background:#FCFF19">middle</span> language of the Áltwè.
 +
: '''Áltic''' – <span style="background:#FCFF19">modern</span> language of the Álti;
 +
: there are a number of regional '''<span style="color:#006699">dialects</span>''', broadly grouped as Western and Eastern.
 +
:: '''Runic''' script.
 +
: '''Uméni''' – <span style="background:#FCFF19">modern</span> language of the tribal Uméni of Ûmélria; influenced by Azéri, Quâr and Kétar.
 +
: '''Hârnic''' – language of Hârn; there are a number of regional, local and tribal '''<span style="color:#006699">dialects</span>'''.
 +
:: '''Runic''' and '''Lakíse''' scripts.
 +
===== Ancient =====
 +
* a
 +
===== Middle =====
 +
* a
 +
===== Modern =====
 +
* a
 +
 
 +
==== {{Color sample|#2A30E1|description=Phâric}} <span style="color:#2A30E1">Phâric Family</span> ====
 +
: '''Phâri''' – <span style="background:#FCFF19">ancient</span> language group of the Phâric peoples.
 +
: '''Quâr''' – <span style="background:#FCFF19">ancient</span> language of the Quâr.
 +
: '''Quârphic''' – <span style="background:#FCFF19">modern</span> language of Quârphor;
 +
:: '''<span style="color:#006699">dialects</span>''' include Huriséan, Western, Northern, Southern and Eastern.
 +
:: '''Runic''' script.
 +
: '''Shôrki''' – <span style="background:#FCFF19">old language</span> of the Sôrki.
 +
:: '''Khrúni''' script.
 +
: '''Shôrka''' – <span style="background:#FCFF19">modern</span> language of Shôrkýnè;
 +
:: '''<span style="color:#006699">dialects</span>''' include Melódan, Pelódan, Loálan, Quálren, Stálfi, Fédin, Kolâren, Sábes, Énseler, Jándi and Nístalen.
 +
:: '''Lakíse''' script.
 +
: '''Old Tríerzi''' – <span style="background:#FCFF19">middle</span> language of the Tríerzi.
 +
: '''Tháneman''' – <span style="background:#FCFF19">middle</span> language of the Thánemi.
 +
: '''Tríerzi''' – <span style="background:#FCFF19">modern</span> language of Tríerzòn;
 +
:: has many '''<span style="color:#006699">dialects</span>''', including Ligúno-Áthaman, Sénedar, Stálfi, Mélsa-fáldon, Alonádi, Areshýmen, Cherýkan, Zánori, and Tengálin.
 +
:: '''Lakíse''' script.
 +
: '''Ivíni''' – <span style="background:#FCFF19">old language</span> of Ivínia.
 +
:: '''Khrúni''' script.
 +
: '''Ivínian''' – <span style="background:#FCFF19">modern</span> language of Ivínians.
 +
:: '''<span style="color:#006699">dialects</span>''' include Târkáiner (see: Venârivè P124 & 175) ''Tarkain has a mixed Trierzi, Azeri, and Ivinian culture; Tarkainer is a dialect of Ivinian with heavy influence from those languages.'' (Good example of a hidden and not listed Dialect)
 +
:: '''Runic''' script.
 +
: '''Orbáaler''' – dialect of Ivínian spoken in Orbáal, Hârn. Orbáalese is part of both the Jarind and Pharic language families. ('''''See'':''' [https://www.lythia.com/forum/viewtopic.php?f=2&t=23947#p232059 Jarinese for Orbaalese characters. - HârnForum] )
 +
:: '''Runic''' and '''Lakíse''' script.
 +
: '''Hârbáaler''' – <span style="background:#FCFF19">modern</span> language of Hârbáalers, considered by some a dialect of Ivínian.
 +
:: '''Runic''' and '''Lakíse''' script.
 +
: '''Chéler''' – <span style="background:#FCFF19">modern</span> language of the inhabitants of Chélemby; viewed by some as a dialect of Hârbáaler with a considerable number of foreign terms.
 +
:: '''Runic''' and '''Lakíse''' script.
 +
: '''‘Trade Ivínian’''' – (''Kántâl'') the ''lingua-franca'' of trade in much of northwestern Venârivè; very similar to Chéler, but with an even greater number of foreign terms and idioms.
 +
:: '''Runic''' and '''Lakíse''' scripts.
 +
: '''Pálithàner''' – <span style="background:#FCFF19">modern</span> language of Palíthanè.
 +
:: '''Runic''' and '''Lakíse''' scripts.
 +
 
 +
==== {{Color sample|#FCBB1A|description=Azéri}} <span style="color:#FCBB1A">Azéri Family</span> (or <span style="color:#FCBB1A">Venârian Family</span>) ====
 +
: '''Azéri''' – <span style="background:#FCFF19">ancient</span> language group of the Azéri peoples.
 +
:: Written in both '''Alánta''' and '''Tiánta''' scripts.
 +
: '''Àzeryáni''' – language of Azéri settlers of Ázeryàn.
 +
:: '''Zérin''' script.
 +
: '''Zâkimladal''' (High Àzeryáni) – <span style="background:#FCFF19">modern</span> language of high-class Àzeryáni.
 +
:: '''Ayâran''' Script.
 +
: '''Nâsik Azéri''' (Low Àzeryáni) – <span style="background:#FCFF19">modern</span> language of lower-class / common Àzeryáni.
 +
:: There are several recognised dialects within the Empire including: Prime, Central, Northern, Western, Southern, Island and Eastern.
 +
:: In addition, there are several dialects of low Àzeryáni spoken outside the Empire, principally: '''Lánkori''', '''Terâzin''', '''Górik''', '''Kôlvisar''', '''Dálazeri'''.
 +
:: '''Ayâran''' and '''Lakíse''' scripts.
 +
: '''Vénic''' – <span style="background:#FCFF19">ancient</span> language of Vénic island culture.
 +
:: Written in both Alánta and Tiánta scripts.
 +
: '''Kàruía''' – language of Kàruía islands culture.
 +
:: Written in both Milánta and Zérin scripts.
 +
: '''Karéjian''' – language of Karéjia;
 +
:: uses the Ayâran and Lakíse scripts.
 +
: '''Ûrméch''' – language of Ûmélria; influenced by Uméni.
 +
:: Ayâran script.
 +
: '''Elbýthian''' – language of eastern Venârian.
 +
:: Ayâran and Nerámic scripts.
 +
: '''Býrian''' – language of Býria.
 +
:: '''Ayâran''' and '''Lakíse''' scripts.
 +
 
 +
==== {{Color sample|#FBF519|description=Ketâric}} <span style="color:#FBF519">Ketâric Family</span> ====
 +
: '''Kétar''' – original language of the people of the central plateau.
 +
: '''Màfakéta''' – language of Ketâric nomads who conquered Mafáni empire.
 +
:: '''Shéni''' script.
 +
: '''Old Ketâri''' – <span style="background:#FCFF19">middle</span> language of central Ketârh.
 +
: '''Ketâri''' – <span style="background:#FCFF19">modern</span> language of Ketâri nomads.
 +
: '''Ánil Ketâri''' – language of western Ketâri.
 +
: '''Reksýni''' – <span style="background:#FCFF19">modern</span> language of Reksýna.
 +
:: '''Shénya''' script.
 +
: '''Bésha''' – language of Béshakan nomads.
 +
:: '''Nerámic''' script.
 +
: '''Hácherian''' – language of the Hácherim.
 +
:: '''Nerámic''' script.
 +
: '''Namârdi''' – language of the Namârdim.
 +
:: '''Nerámic''' script.
 +
: '''Dálken''' – language of Dalkésh.
 +
:: '''Nerámic''' script.
 +
 
 +
==== {{Color sample|#1A018C|description=Mafáni}} <span style="color:#1A018C">Mafáni Family</span> ====
 +
: '''Old Mafáni''' – <span style="background:#FCFF19">ancient</span> language of the Empire of Mafáni.
 +
:: '''Kóno''' script.
 +
: '''Mafâsh''' – <span style="background:#FCFF19">middle</span> language of the Mafáni.
 +
::  '''Tankóno''' and '''Nerámic''' scripts.
 +
: '''Mafáni''' – <span style="background:#FCFF19">modern</span> language of the Mafáni.
 +
:: '''Tankóno''' script.
 +
: '''Shénti''' – <span style="background:#FCFF19">modern</span> language of the eastern coast of Anzelôria, a mixture of Anzelôrian and Mafáni.
 +
:: '''Tankóno''' script.
 +
 
 +
<span style="background:#FCFF19">modern</span> Mafáni is influenced by '''Mólken''', the language of Molkûra. The script of Molkûra ('''Milúan''') also influenced '''Kóno''', and together with influence from '''Nerámic''', this led to the development of '''Tankóno'''.
 +
 
 +
==== {{Color sample|#FE55F6|description=Azéri (or Venârian)}} <span style="color:#FE55F6">Anzélan Family</span> ====
 +
aka Anzelôrian
 +
: '''Anzéla''' – <span style="background:#FCFF19">ancient</span> language group of Anzelôria.
 +
:: '''Néri''' script.
 +
: '''Panhaónic''' – northern Anzelôrian language group.
 +
:: '''Nerámic''' script.
 +
: '''Târgan''' – extinct language of the Târga River valley; replaced by Dálken.
 +
:: ''' Nerámic''' script.
 +
: '''Neshái''' – <span style="background:#FCFF19">modern</span> language of the Neshái tribes.
 +
: '''Chogôri''' – <span style="background:#FCFF19">modern</span> language of Chogôro.
 +
:: ''' Tankóno''' script.
 +
: '''Pèchalâri''' – <span style="background:#FCFF19">modern</span> language of Pèchalâri.
 +
:: ''' Nerámic''' script.
 +
: '''Tuvâran''' – <span style="background:#FCFF19">modern</span> language group of Tuvârans;
 +
:: '''<span style="color:#006699">Dialects</span>''' includes numerous sub-languages and dialects grouped as Eastern, Southern and Western.
 +
: '''Thónian''' – <span style="background:#FCFF19">modern</span> language group of Thónians;
 +
:: '''<span style="color:#006699">Dialects</span>''' includes a number of sub-languages and dialects grouped as Mountain, Laker, Inner, Northern, Western, and Southern.
 +
: '''Hérei''' – Thónian language of the indigenous people of Árlanto.
 +
: '''Elánasi''' – a Tuvâran language, spoken in western Árlanto.
 +
: '''Búqdin''' – a Thónian language of Hèpekéria.
 +
 
 +
==== {{Color sample|#FB1A1A|description=Númec}} <span style="color:#FB1A1A">Númec Family</span> ====
 +
: '''Hepéka''' – <span style="background:#FCFF19">ancient</span> language group of Hèpekéria.
 +
:: '''Tiánta''' script.
 +
: '''Old Númec''' – <span style="background:#FCFF19">middle</span> language of the Númec.
 +
:: '''Hekôri''' script.
 +
: '''Númer''' – <span style="background:#FCFF19">modern</span> language of Númec.
 +
:: '''Hekôri''' script.
 +
: '''Kôrlic''' – <span style="background:#FCFF19">modern</span> language of the Kôrlic peoples, descended from old Númec, but heavily influenced by Azéri, Ivínian and Kàruía.
 +
:: '''Hekôri''', '''Runic''' and '''Ayâran''' scripts.
 +
: '''Dálani''' – the mixed Járind/Númec language of the tribal people of Dalánya.
 +
: '''Faláni''' – <span style="background:#FCFF19">modern</span> language of the Faláni, descended from old Númec.
 +
:: '''Hekôri''' script.
 +
 
 +
==== Lakíse Numerals ====
 +
'''<span style="color:#FF0000">ADD</span>''' LakiseQuill, Harn Lakise, Harn Runic Fonts
 +
 
 +
<span style="font-family:LakiseQuill;"></span>
 +
<span style="font-family:Harn Lakise;"></span>
 +
 
 +
<center>
 +
{| class="wikitable sortable"
 +
|+ style="caption-side:top; color:#e76700;"|Lakíse Numerals
 +
| style=" width:50px; text-align: center; background-color:#FF0000; color:#000000;" |0
 +
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">0</font>
 
|-
 
|-
|style="background:#C0C0C0;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |1
|style="background:#999999;" align="left"|<span style="color:#C0C0C0"> '''Silver'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">1</font>
|style="background:#999999;" align="left"|span style="color:#C0C0C0"
+
 
|-
 
|-
|style="background:#808080;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |2
|style="background:#666666;" align="left"|<span style="color:#808080"> '''Gray'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">2</font>
|style="background:#666666;" align="left"|span style="color:#808080
+
 
|-
 
|-
|style="background:#000000;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |3
|style="background:#999999;" align="left"|<span style="color:#000000"> '''Black'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">3</font>
|style="background:#999999;" align="left"|span style="color:#000000
+
 
|-
 
|-
|style="background:#FF0000;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |4
|style="background:#666666;" align="left"|<span style="color:#FF0000"> '''Red'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">4</font>
|style="background:#666666;" align="left"|span style="color:#FF0000
+
 
|-
 
|-
|style="background:#800000;" width="25%" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |5
|style="background:#666666;" align="left"|<span style="color:#800000"> '''Maroon'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">5</font>
|style="background:#666666;" align="left"|span style="color:#800000
+
 
|-
 
|-
|style="background:#FFFF00;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |6
|style="background:#999999;" align="left"|<span style="color:#FFFF00"> '''Yellow'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">6</font>
|style="background:#999999;" align="left"|span style="color:#FFFF00
+
 
|-
 
|-
|style="background:#808000;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |7
|style="background:#666666;" align="left"|<span style="color:#808000"> '''Olive'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">7</font>
|style="background:#666666;" align="left"|span style="color:#808000
+
 
|-
 
|-
|style="background:#00FF00;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |8
|style="background:#999999;" align="left"|<span style="color:#00FF00"> '''Lime'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">8</font>
|style="background:#999999;" align="left"|span style="color:#00FF00
+
 
|-
 
|-
|style="background:#008000;" align="center"|
+
| style="text-align: center; background-color:#FF0000; color:#000000;" |9
|style="background:#666666;" align="left"|<span style="color:#008000"> '''Green'''</span>
+
| style=" width:50px; text-align: center; background-color:#FFFFFF; color:#000000;" |<font face="Harn Lakise" size="5">9</font>
|style="background:#666666;" align="left"|span style="color:#008000
+
|-
+
|style="background:#00FFFF;" width="25%" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#00FFFF"> '''Aqua'''</span>
+
|style="background:#666666;" align="left"|span style="color:#00FFFF
+
|-
+
|style="background:#008080;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#008080"> '''Teal'''</span>
+
|style="background:#999999;" align="left"|span style="color:#008080
+
|-
+
|style="background:#0000FF;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#0000FF"> '''Blue'''</span>
+
|style="background:#666666;" align="left"|span style="color:#0000FF
+
|-
+
|style="background:#000080;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#000080"> '''Navy'''</span>
+
|style="background:#999999;" align="left"|span style="color:#000080
+
|-
+
|style="background:#FF00FF;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#FF00FF"> '''Fuchsia'''</span>
+
|style="background:#666666;" align="left"|span style="color:#FF00FF
+
|-
+
|style="background:#800080;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#800080"> '''Purple'''</span>
+
|style="background:#666666;" align="left"|span style="color:#800080
+
 
|}
 
|}
 
</center>
 
</center>
  
 +
==== Language Table ====
 +
* A
  
=== Category Tables ===
+
== Missing Languages ==
An example of a Category Table using templates and sub-templates.
+
'''<span style="color:#FF0000">ADD</span>'''
  
<center>
+
'''<span style="color:#006699">
{|
+
</span>'''
|+ style="caption-side:top; color:#e76700;"|'''Screenshot'''
+
| [[File:Miltary Unit Infobox Screenshot.png|link= ]]
+
|}
+
</center>
+
  
<nowiki>
+
{{Smallcaps|bt}}
{{Infobox military unit
+
|unit_name=German 7th Panzer Division
+
|image=[[File:7th Panzer Division logo.svg|75px]]
+
|caption=
+
|country={{flagicon|Nazi Germany}} [[Deutsches Reich]]
+
|allegiance=
+
|type=[[Division (military)|Division]]
+
|branch=[[German Army|Heer]]
+
|dates=18 October 1939&nbsp;– 8 May 1945
+
|specialization=[[Panzer]]
+
|command_structure=
+
|size=
+
|current_commander=
+
|garrison=
+
|ceremonial_chief=
+
|nickname="Gespensterdivision"
+
|motto=
+
|colors=
+
|march=
+
|mascot=
+
|battles=[[World War II]]
+
|notable_commanders=[[Georg Stumme]]<br/>[[Erwin Rommel]]<br/>[[Hasso von Manteuffel]]
+
|anniversaries=
+
<!-- Insignia -->
+
|identification_symbol=[[File:7th Panzer Division logo.svg|50px]]
+
|identification_symbol_label=1940
+
|identification_symbol_2=[[File:7th Panzer Division logo 2.svg|50px]]
+
|identification_symbol_2_label=1941–1945
+
|identification_symbol_3=[[File:7th Panzer Division logo 3.svg|50px]]
+
|identification_symbol_3_label=at Kursk
+
|identification_symbol_4=
+
|identification_symbol_4_label=
+
}}
+
</nowiki>
+
  
* [http://en.wikipedia.org/wiki/7th_Panzer_Division_%28Wehrmacht%29| 7th Panzer Division (Wehrmacht)]
+
{{Smallcaps|tr}}
  
 +
From Page 14 Venârivè: Northwestern Lýthia
 +
 +
* Járind
 +
** emerge from Caves in Mountains of the Moon (Ûmélria)
 +
** Yârhin - Settle in Quârphor and Lánkor (P29 Emélrenè: ‘Yarhín’ or ‘People of the Moon’)
 +
** Zéran (P29 Emélrenè: the Zéran who settled ‘Zêrhanor’ (the Ázeryàn Peninsula))
 +
** Émhlè (P29 Emélrenè: ‘Yarhín’ or ‘People of the Moon’ for the tribes included, of whom the Émhlè were just a part.)
 +
** Yârhlè (P29 Emélrenè: ancestors of the Yaríli of Hârbáal and Ivínia)
 +
** Zónawè (P29 Emélrenè: Zónawè who settled Zonâra (now Tríerzòn))
 +
** Hôrzili
 +
** Yârynè
 +
** Uphâri
 +
** Yaríli
 +
** Áltiwè (P29 Emélrenè: ancestors of the Áltic peoples)
 +
** Tonát (P29 Emélrenè: encounters between the Émhlè and other peoples such as the Tonát of the Tonátris Mountains)
 +
** Agénzi (seperate Tribe?) (P29 Emélrenè: and the Agénzi of the southern Àzeryán Peninsula.)
 +
** Yaríli (P29 Emélrenè: Yârhlè descedants)
 +
 +
'''<span style="color:#FF0000">Note:</span>'''  (p5 Venârivè): Around {{Smallcaps|bt}}1750 the Ketari of central Lýthia... The peoples pushed westward by the Ketari were collectively referred to as the Phari. They were pushed into Quârphor, northern Zêrhanor (P29 Emélrenè: the Zéran who settled ‘Zêrhanor’ (the Ázeryàn Peninsula)), and Lankor, and reached the region known as Lowalys (now called Shôrkýnè) around {{Smallcaps|bt}}1650.
 +
 +
They crushed many Járind tribes, prompting the formation of a number of Járind confederations – the most prominent of these were the Shatrah (Yârhin refuge), Shona, Lýthwys and Emelan confederations. These managed to slow the advance of the Phari, who, in turn, formed their own inter-tribal alliances. The first of these emerged in the region then known as Tochémi, now called Palíthanè.
 +
 +
Other Járind sought to escape by migrating themselves. A people now known as the Yaríli migrated to Ivinia in this period. They were followed later by a Pharic people known as the Ivini, ancestors of today’s Ivinians. Others escaped to small islands in the Gulf of Eder, leading to such short-lived realms as that on the Wynedhrhin islands, the kingdom of Wynedor.
 +
 +
(P 10)  ~ The last great Járind realm on the Hârbáaler mainland, Lýthwys (Lyth), fell in {{Smallcaps|tr}}322, but others, such as at Dínibôr (p14 {{Smallcaps|bt}}6870 Chostôren emerge at Dínibôr (Chel). See also P18 Emelrene: {{Smallcaps|tr}496 Sack of Dínibôr by Ivínian raiders), Calamísa, Shátrah, and Trepûra survived until the late fifth and early sixth century.
 +
 +
 +
* Ketâri
 +
** a
 +
* Phâric
 +
** a
 +
* Uphâri
 +
** a
 +
* a
 +
** a
  
 
== A ==
 
== A ==
Line 396: Line 1,029:
 
** A
 
** A
  
==== Chapters and Sections ====
 
'''<span style="color:#FF0000">to UPDATE</span>: '''with Chapters (breakdown) by each Heading type (list Font Name/Type (Italic, Bold, etc.), Size, and Key for description). All this will breakdown and make things easier later on when it comes time to figure out the wiki layout, templates required, and code for special additions like Headers & Foots and so on.
 
  
* Book Title: Albertus-Bold 96pt
+
== A ==
** Credits: AmasisMT,Bold 14pt
+
* A
** Chapter Title: Korinna-Bold 18pt (Header Title Name: Korinna-Bold 14pt/Header Section/Page#: Korinna-Bold 18pt)
+
** A
*** Chapter subheading: Korinna-Bold 14pt
+
**** Chapter section: Korinna-Bold 12pt
+
***** Chapter Text Intro: AmasisMT-Regular 12pt
+
****** Chapter Text: AmasisMT-Regular 10pt
+
  
* Chapter sidebar Header: Korinna-Bold 10pt
 
** Chapter sidebar Text: AmasisMT-Regular 9pt
 
  
* Place these in layered bullets lists and add font to code, possibly even a template for each font making a wiki system for Styles (as in MS Word).
+
== A ==
* Add a  "Template:<nowiki>{{Infobox game}}</nowiki>" & "<nowiki>{{Primarysources}}</nowiki>" from [https://en.wikipedia.org/wiki/H%C3%A2rnMaster HârnMaster] at wikipedia.
+
* A
* Add Header and foot style to each page via templates.
+
** A
 +
 
 +
 
 +
== Family Tree Ideas ==
 +
'''Note:''' '''<span style="color:#FF0000">ADD</span>''' Pages code here for Family Tree examples
 +
 
 +
Templates for Family Tree ~ [https://en.wikipedia.org/wiki/Template:Family_tree/doc Template:Family tree/doc] which is deprecated and being replaced with [https://en.wikipedia.org/wiki/Template:Chart Template:Chart], however it uses a [https://en.wikipedia.org/wiki/Module:TreeChart Module:TreeChart] LUA Module.
 +
 
 +
=== [[Hârn_Kingdom_of_Kandáy_Government#Family_tree|Family Tree Timeline Seperators]] ===
 +
A tree example with seperators for each Era/Period Change.
 +
 
 +
'''Note:''' that the monarchs of England are in the middle column, with the years of their reigns.
 +
: Non-monarchs are only added to show relationships between monarchs.
 +
 
 +
{{familytree/start}}
 +
{{familytree|border="0"|~|~|~|~|~|~|~|~|~|~|~| NOR |NOR='''Normans'''}}
 +
{{familytree| | | | | WIL |WIL=William I<br>1066–1087}}
 +
{{familytree| |,|-|-|-|+|-|.}}
 +
{{familytree| |!| | | WL2 |!|WL2=William II<br>1087–1100}}
 +
{{familytree| |!| | | |,|-|'}}
 +
{{familytree| ADE | | HN1 |ADE=Adela of Normandy|HN1=Henry I<br>1100–1135}}
 +
{{familytree| |`|-|-|-|.|`|-|-|.}}
 +
{{familytree| | | | | STV | | MAD |STV=Stephen<br>1135–1154|MAD=Matilda}}
 +
{{familytree|border="0"|~|~|~|~|~|,|-|-|-|'|~| PLN |PLN='''Plantagenets'''}}
 +
{{familytree| | | | | HN2 |HN2=Henry II<br>1154–1189}}
 +
{{familytree| | | | | |)|-|.}}
 +
{{familytree| | | | | RC1 |!|RC1=Richard I<br>1189–1199}}
 +
{{familytree| | | | | |,|-|'}}
 +
{{familytree| | | | | JON |JON=John<br>1199–1216}}
 +
{{familytree| | | | | |!}}
 +
{{familytree| | | | | HN3 |HN3=Henry III<br>1216–1272}}
 +
{{familytree| | | | | |!}}
 +
{{familytree| | | | | ED1 |ED1=Edward I<br>1272–1307}}
 +
{{familytree| | | | | |!}}
 +
{{familytree| | | | | ED2 |ED2=Edward II<br>1307–1327}}
 +
{{familytree| | | | | |!}}
 +
{{familytree| EDB |-| ED3 |EDB=Edward, the Black Prince|ED3=Edward III<br>1327–1377}}
 +
{{familytree| |`|-|-|-|.|`|-|-|v|-|.}}
 +
{{familytree| | | | | RC2 | | JNG |!|RC2=Richard II<br>1377–1399|JNG=John of Gaunt}}
 +
{{familytree| | | | | |,|-|-|-|'|,|'}}
 +
{{familytree| | | | | HN4 | | EDM |HN4=Henry IV<br>1399–1413|EDM=Edmund of Langley}}
 +
{{familytree| | | | | |!| | | |!}}
 +
{{familytree| | | | | HN5 | | RCC |HN5=Henry V<br>1413–1422|RCC=Richard of Conisburgh}}
 +
{{familytree| | | | | |!| | | |!}}
 +
{{familytree| | | | | HN6 | | ROY |HN6=Henry VI<br>1422–1461, 1470–1471|ROY=Richard of York}}
 +
{{familytree| | | | | |,|-|-|-|(}}
 +
{{familytree| | | | | ED4 | | |!|ED4=Edward IV<br>1461–1470, 1471–1483}}
 +
{{familytree| |,|-|-|-|(| | | |!}}
 +
{{familytree| |!| | | ED5 | | |!|ED5=Edward V<br>1483}}
 +
{{familytree| |!| | | |,|-|-|-|'}}
 +
{{familytree| |!| | | RC3 |RC3=Richard III<br>1483–1485}}
 +
{{familytree|border="0"|~|#|~|~|~|~|~|~|~|~|~| TUD |TUD='''Tudors'''}}
 +
{{familytree| ELY |y| HN7 | |F|y| CTA |ELY=Elizabeth of York|HN7=Henry VII<br>1485–1509|CTA=Catherine of Aragon}}
 +
{{familytree| |,|-|^|-|.| | |:|`|-|-|-|.}}
 +
{{familytree| MRG | | HN8 |~|%|y| ANB |!|MRG=Margaret Tudor|HN8=Henry VIII<br>1509–1547|ANB=Anne Boleyn}}
 +
{{familytree| |}|-|.| |,|-|.|:|`|-|-|-|+|.}}
 +
{{familytree| JMI |!| ED6 |!|L|y| JSM |!|!|JMI=James IV of Scotland|ED6=Edward VI<br>1547–1553|JSM=Jane Seymour}}
 +
{{familytree| |,|-|'| | | |`|-|'| | | |!|!}}
 +
{{familytree| JMV | | MRY |-|-|-|-|-|-|'|!|JMV=James V of Scotland|MRY=Mary I of England<br>1553–1558}}
 +
{{familytree| |!| | | |,|-|-|-|-|-|-|-|-|'}}
 +
{{familytree| MQS | | EL1 |MQS=Mary, Queen of Scots|EL1=Elizabeth I<br>1558–1603}}
 +
{{familytree|border="0"|~|`|-|-|-|.|~|~|~|~|~| STR |STR='''Stuarts'''}}
 +
{{familytree| | | | | JM1 |JM1=James VI and I<br>1603–1625}}
 +
{{familytree| | | | | |!}}
 +
{{familytree| | | | | BRT |BRT=Monarchs of Britain}}
 +
{{familytree/end}}
 +
 
 +
 
 +
==== [[Hârn_Kingdom_of_Kandáy_Government#Test_Chart|Family Tree Chart Parts]] ====
 +
Various Colours Styles and Chain links that are possible.
 +
 
 +
===== A =====
 +
{{familytree/start |summary=I have a brother Joe and a little sister: my mom married my dad, and my dad's parents were Grandma and Grandpa; they had another child, Aunt Daisy.}}
 +
{{familytree | | | | GMa |~|y|~| GPa | | GMa=Gladys|GPa=Sydney}}
 +
{{familytree | | | | | | | |)|-|-|-|.| }}
 +
{{familytree | | | MOM |y| DAD | |DAISY| MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
 +
{{familytree | |,|-|-|-|+|-|-|-|.| | | }}
 +
{{familytree | JOE | | ME  | | SIS | | | JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
 +
{{familytree/end}}
 +
 
 +
===== A =====
 +
{{familytree/start |White box with three children Red box, Green box, Blue box, all married to each other}}
 +
{{familytree| | | | |WHITE| | | | |WHITE=White box
 +
|boxstyle_WHITE = background-color: #fff;
 +
}}
 +
{{familytree| |,|-|-|'|!|`|-|-|.| }}
 +
{{familytree|RED  |~|GREEN|~|BLUE |RED=Red box|GREEN=Green box|BLUE=Blue box
 +
|boxstyle_RED  = background-color: #faa;
 +
|boxstyle_GREEN = background-color: #afa;
 +
|boxstyle_BLUE  = background-color: #aaf;
 +
}}
 +
{{familytree/end}}
 +
 
 +
===== A =====
 +
{{familytree/start |summary=Box 1 married to Box 2, with children Box 3 and Box 4}}
 +
{{familytree|border=0|boxstyle=background:#dfd;| | FOO |y| BAR | |FOO=Box 1|BAR=Box 2}}
 +
{{familytree|border=0|boxstyle=background:#dfd;| | |,|-|^|-|.| | }}
 +
{{familytree|border=0|boxstyle=background:#dfd;| | FOO | | BAR | |FOO=Box 3|BAR=Box 4}}
 +
{{familytree/end}}
 +
 
 +
 
 +
 
 +
=== [[Hârn_Kingdom_of_Kandáy#Family_Tree_Example|Family Tree more detail]] ===
 +
A more details, upclose tree for details.
 +
 
 +
{{familytree/start}}
 +
{{familytree | | | | | | | | | Ltg |Ltg='''[[Llywelyn the Great]]'''<br>1173-1195-1240}}
 +
{{familytree | | | | | | | |,|-|^|-|.|}}
 +
{{familytree | | | | | | | Gaf | | Dal |Gaf='''[[Gruffudd ap Llywelyn Fawr|Gruffudd ap Llywelyn]]'''<br>1198-1244 |Dal='''[[Dafydd ap Llywelyn]]'''<br>1212-1240-1246}}
 +
{{familytree | |,|-|-|-|v|-|^|-|-|-|v|-|-|-|-|-|.|}}
 +
{{familytree | Owg | |GREEN| | | | Dag | | | | Rag |Owg=[[Owain Goch ap Gruffydd|Owain Goch ap Gruffudd]]<br>d. 1282 |GREEN='''Llywelyn ap Gruffudd'''<br>1223-1246-1282 |Dag='''[[Dafydd ap Gruffudd]]'''<br>1238-1282-1283 |Rag=[[Rhodri ap Gruffudd]]<br>1230-1315
 +
|boxstyle_GREEN=background-color: #afa;
 +
}}
 +
{{familytree | | | | | |!| | | |,|-|^|-|.| | | |!|}}
 +
{{familytree | | | | | Gow | | Lad | | Oad | | Tar |Tar='''[[Tomas ap Rhodri]]'''<br>1300-1325-1363 |Gow=[[Gwenllian of Wales]]<br>1282-1337 |Lad='''[[Llywelyn ap Dafydd]]'''<br>1267-1283-1287 |Oad='''[[Owain ap Dafydd]]'''<br>1275-1287-1325}}
 +
{{familytree | | | | | | | | | | | | | | | | | |!|}}
 +
{{familytree | | | | | | | | | | | | | | | | | Olg |Olg=[[Owain Lawgoch]]<br>1330-1378}}
 +
{{familytree/end}}
  
 +
* [https://en.wikipedia.org/wiki/Llywelyn_ap_Gruffudd#Family_tree Llywelyn ap Gruffudd]
  
 
== Name & Dates List ==
 
== Name & Dates List ==

Latest revision as of 03:53, 28 September 2022

Reasearch and Ideas on the breakdown of Languages, Scripts, and Tribal Families.

Note: ADD proper names and cross-internal links.

Note: ADD list of "special" details to add the various details for extras, ie. saltmarshes of Vashel, under Tamsen Forest.

Note: Text Highlight and Background Colour: Kandáy, Réthem, Thârda, Káldôr, Mèlderýn, Chybísa, Orbáal, Ázadmêre, Eváel.

Note: Green = I Have, Red = Don't Have, Orange = Old Scan, Blue = Misc, Black = ALL Base (Template)

Note: Colour Highlights: Yellow

Colour LINK Text: Possible Link NAME

Note: Hidden comments <!-- TEXT HERE WILL NOT BE DISPLAYED -->

Note: Anchor Points - Section linking WITHIN pages USE [[Help:Section#Section_linking|Section linking]] or To link to a section in the same page you can use [[#section name|displayed text]], and to link to a section in another page [[page name#section name|displayed text]].

Note: Section linking with arbitrary id USE <span id="anchor_name"></span>. Be sure to use a name that is not likely to be duplicated. One way to do this is to incorporate the titles of the higher-level sections, at least in abbreviated form, e.g., Ontario-Natural_features for the "Natural features" subsection of the "Ontario" section of an article about the provinces of Canada.

ADD inside Table Caption/Heaer Text


Contents

Linguistics

ADD Family Tree Styled Linguistics Tree Diagram for all Languages.

Replace “ ” with "

Replace ‘ ’ with '

Possible Link

INSERT TABLE

{{Smallcaps|tr}} or {{Smallcaps|bt}}

IDEA Icon
Idea Icon.png

Language/Linguistic Research

Here we shall list all links to references to Linguistics and the construction of a Family Tree of Languages

Note: ADD ColourBoxes and sub colour box colours from wikipedia

Indo-European languages
List of Indo-European languages
Germanic languages
Germanic
 North Germanic

West Germanic

 North Sea Germanic
 Weser-Rhine Germanic
 Elbe Germanic

East Germanic

 East Germanic
Old_English
Mercian dialect
A
A


Language family
Distribution of languages in the world
A
List of language families
A
Old European hydronymy
A
Proto-Germanic language
A


Background colors used on Wikipedia

  • Background colors used on Wikipedia for various language families and groups

MAKE nested tables?

Background colors used on Wikipedia for various language families and groups
Background colors used on Wikipedia for various language families and groups
Afro-Asiatic Nilo-Saharan? Niger–Congo Khoisan (areal)
Indo-European Caucasian (areal) Uralic Dravidian Altaic (areal) Paleosiberian (areal)
Sino-Tibetan Hmong–Mien Kra–Dai Austroasiatic Austronesian Papuan (areal) Australian (areal)
Eskimo–Aleut Na-Dené (and Dené–Yeniseian) American (areal)
Creole/Pidgin/Mixed language isolate sign language constructed language unclassified

Background colors used on Wikipedia

Diachronic

Note: ADD and CREATE a table like this for all the Languages & Tribes plus TimeLine

The table below shows the succession of the significant historical stages of each language (horizontally) and their approximate groupings in subfamilies (vertically). Vertical sequence within each group does not imply a measure of greater or lesser similarity.

Pre-Roman Iron Age
500 – 100 BC
Early
Roman Iron Age
100 BC – 100 AD
Late
Roman Iron Age
100 – 300
Migration Period
300 – 600
Early Middle Ages
600 – 1100
Middle Ages
1100 – 1350
Late Middle AgesTemplate:Ref
1350 – 1500
Early Modern Age
1500 – 1700
Modern Age
1700 to present
Proto-Germanic West Germanic Irminonic
(Elbe Germanic)
Primitive Upper German Old Upper German,
LombardicTemplate:Ref
Middle Upper German Early
New Upper German
Upper German varieties
Standard German
Istvaeonic
(Weser-Rhine Germanic)
Primitive Frankish Old Frankish Old Central German Middle Central German Early
New Central German
Central German varieties
Old Low Franconian
(Old Dutch)
Early Limburgish
Middle Dutch
Late Limburgish
Middle Dutch
Early Limburgish Limburgish
Early
Middle Dutch
Late
Middle Dutch
Early
Modern Dutch
Dutch varieties
Afrikaans
Ingvaeonic
(North Sea Germanic)
Primitive Saxon
(Southeast Ingvaeonic)
Old Saxon Middle Low German Low German varieties
Anglo-Frisian
(Northwest
Ingvaeonic)
Primitive Frisian Old Frisian Middle Frisian Frisian varieties
Primitive Anglic Old English
(Anglo-Saxon)
Early
Middle English
Late
Middle English
Early
Modern English
English varieties
Early ScotsTemplate:Ref Middle Scots Scots varieties
North Germanic Proto-Norse Runic
Old West Norse
Old Icelandic Late
Old Icelandic
Icelandic
Old Norwegian Old Faroese Faroese
Old Norn Norn extinctTemplate:Ref
Middle Norwegian Norwegian
Runic
Old East Norse
Early
Old Danish
Late
Old Danish
Danish
Early
Old Swedish
Late
Old Swedish
Swedish
Dalecarlian dialects
Runic
Old Gutnish
Early
Old Gutnish
Late
Old Gutnish
GutnishTemplate:Ref
East Germanic Gothic (unattested Gothic dialects) Crimean Gothic extinct
Vandalic extinct
Burgundian extinct


IndoEuropean Tree Graph

Proto-Indo-European language Historical and geographical setting​

IndoEuropeanTree

IndoEuropean Tree Graph
IndoEuropeanTree.svg

Other References

Hydronym
A hydronym is a proper name of a body of water. Hydronymy, a subset of toponymy, the taxonomic study of place-names, is the study of the names of bodies of water, the origins of those names, and how they are transmitted through history. Hydronyms may include the names of rivers (potamonyms), lakes, and even oceanic elements.

Compared to most other toponyms, hydronyms are very conservative linguistically, and people who move to an area often retain the existing name of a body of water rather than rename it in their own language. For example, the Rhine in Germany bears a Celtic name, not a German name. The Mississippi River in the United States bears an Anishinaabe name, not a French or English one. The names of large rivers are even more conservative than the local names of small streams.

Therefore, hydronomy may be a tool used to reconstruct past cultural interactions, population movements, religious conversions, or older languages. For example, history professor Kenneth H. Jackson identified a river-name pattern against which to fit the story of the Anglo-Saxon invasion of Britain and pockets of surviving native British culture. His river map of Britain divided the island into three principal areas of English settlement: the river valleys draining eastward in which surviving British names are limited to the largest rivers and Saxon settlement was early and dense; the highland spine; and a third region whose British hydronyms apply even to the smaller streams.

Often a given body of water will have several entirely different names given to it by different peoples living along its shores. For example, Tibetan: ་, Wylie: rDza chu, ZYPY: Za qu and Thai: แม่น้ำโขง are the Tibetan and Thai names, respectively, for the same river, the Mekong in southeast Asia. And the Tibetan term Za Qu (rdza chu) refers to three other rivers as well.

Hydronyms from various languages may all share a common etymology. For example, the Danube, Don, Dniester, Dnieper, and Donets rivers all contain the Scythian name for "river" (cf. don, "river, water" in modern Ossetic). A similar suggestion is that the Yarden, Yarkon, and Yarmouk (and possibly, with distortion, Yabbok and/or Arnon) rivers in the Israel/Jordan area contain the Egyptian word for river (itrw, transliterated in the Bible as ye'or).

It is also possible for a toponym to become a hydronym: for example, the River Liffey takes its name from the plain on which it stands, called Liphe or Life; the river originally was called An Ruirthech. An unusual example is the River Cam, which originally was called the Granta, but when the town of Grantebrycge became Cambridge, the river's name changed to match the toponym.


Toponymy
Toponymy is the study of place names (toponyms), their origins, meanings, use, and typology. Toponym is the general name for any place or geographical entity.
Demonym
A demonym is a word that identifies residents or natives of a particular place, which is derived from the name of that particular place.
[A|A]
A
[A|A]
A
[A|A]
A

A

  • A
    • A


Kèthîra Languages

MOVE all related research and linked information to Linguistics.

Map of Language Families

Map of Language Families

Language is a product of common historical and geographical experience over time, a vital element of culture and ethnicity. The people of Kèthîra speak more than 100 languages in 11 families. Family members share root words and sounds, but are still distinct tongues. The existence of a language family implies a common root from which all modern members are descended.

Járind Family

The Járind ethnic area included much of northwest Lýthia until migrations of eastern peoples displaced Járind culture north and west. Járind languages are characterised by a singsong lilt with occasional gutturals. Járind have fair to medium complexions, light brown or red wavy hair, and brown eyes.

The Járind Family includes;
Áltish
Eméla
Hârnic
Jàrinése
Yaríli

INSERT TABLE

Phâric Family

The Phâric peoples originated in Reksýna but were driven west into the Járind ethnic area by Ketâri tribes. Phâric tongues are characterised by rising-falling tones, compound nouns, and regular grammar. These rules are frequently broken; Phâric tongues have been strongly influenced by languages of other families. Phâric peoples are tall, with light straight hair, fair complexions, and blue-grey eyes.

The Phâric Family includes;
Hârbáaler/Chéler
Ivínian
Pálithàner
Quârph
Shôrka
Tríerzi

INSERT TABLE

Azéri (or Venârian) Family

Azéri tongues are spoken around the Venârian Sea. Most tongues have extensive vocabularies and complex grammar, and are characterized by rising tones. Azéri have medium to swarthy complexion, and dark hair and eyes.

The Azéri Family (or Venârian Family) includes;
Àzeryáni (High & Low)
Býrian
Elbýthian
Karéjian
Ûrméch

INSERT TABLE

Anzélan Family

Anzélan tongues are spoken in Anzelôria. The original language spread from the south, dividing into Panhaónic in the north and Wernái in the south. Anzelôrian tongues are characterised by compounds of short, sharp syllables. The length of time that a vowel sound is voiced has meaning. Grammar and rhythm tend to be regular. Anzelôrians have dark to black complexions, dark curly hair and eyes.

The Anzélan Family includes;
Chogôri
Geláphic
Neshái
Pèchalâri
Thónian
Túvarese
Wernái

INSERT TABLE

Mafáni Family

Mafáni tongues are spoken around the Gulf of Mafán and Shéntu Sea. Mafáni languages are characterised by compound words, regular grammar, and short, precise rhythm; they have a clicking sound. The ancient Máfanese were far ranging people. They planted colonies around the Shéntu Sea and beyond. It is hard to identify a Máfanese ethnic type, since in most regions they have merged into native populations.

The Mafáni Family includes;
Máfanese
Molnásian
Shénti
Thóta

INSERT TABLE

Molkûran Family

Molkûran languages are spoken in southeastern Lýthia. The family is derived from Molkûri, the language of the ancient Ziggurat Culture. Languages of this family have complex, precise grammar, and by variations in pitch and tone to convey rich meaning. The typical Molkûran has a dark to swarthy complexion, dark hair and eyes, and tends to be a little shorter than average.

The Molkûran Family includes;
Chomsúni
Homôri
Kánic
Lashói
Melûrian
Mólken
Mêrna-Mólken
Pechósi

INSERT TABLE

Reshéni Family

Reshéni tongues are descended from Reshéni, the principal language of the Ch’mísa Empire. The Reshéni typically have dark complexions, dark hair and eyes, and tend to be shorter than average.

The Reshéni Family includes;
Argólan
Jankôran
Mengólan
Shóji

INSERT TABLE

Ketâric Family

Ketâric languages are descended from Ancient Kétar, the language of the Ketârh barbarians who conquered much of central and eastern Lýthia between 1750-500 bt. Ketâri languages and peoples are diverse, strongly influenced by the indigenous tongues and cultures of the conquered regions.

The Ketâric Family includes;
Ánil-Ketâri
Bésha
Dálken
Diramése
Ketâri
Kyâman
Reksýni

INSERT TABLE

Númec Family

Númec tongues are descended from Hepéka. Númec peoples tend to be shorter than average and dark in colouring. The Kôrlic group tends to be lighter due to mixing with northern peoples. The Faláni are darker. Númec languages are characterised by long vowel sounds and guttural stops.

The Númec Family includes;
Faláni
Kôrlic
Númer

INSERT TABLE

Kámadh Family

The languages of Kámerand have developed largely in isolation, although Ínan seems to have some words contributed by Járind tongues and Ivínian.

The Kámadh Family includes;
Neránadher
Ínan
Hârazai
Rakáma
Erènakáma
Yêrazh
Hôro

INSERT TABLE

Mêrnáti Family

Except for limited influences from Molkûran and Kámadh tongues, the languages of Mêrnat have developed in isolation. The peoples who speak Mêrnáti tongues are swarthy to black. There are thousands of mutually intelligible dialects.

The Mêrnáti Family includes;
Mêrna
Tían
Dâdèn
Kolôtis

INSERT TABLE

Venârivè: Northwestern Lýthia

Note: ADD colour boxes from Families ABOVE

Note: ADD colour for name of Language (including Dialect(s) colours from History Harn PDF) and another for Script. Put into a Language Table. Link to History of Hârn PDF.


Note: ADD Maps from P4, 5, 7, 8, 9, & 20 into A4 Booklet with each on a separate layer for printing.

Note: ADD Region & Map References to each.

  • from Venârivè: Northwestern Lýthia P19 & 183

Possible Link

INSERT TABLE

{{Smallcaps|tr}} {{Smallcaps|bt}}

Coat of Arms


Culture and Language

Note: Make Alphabetical Listed

Note: ADD Link Highlights for Dialects

Note: ADD Link Highlights for Tribal Dialects from Barbarians COL 4761 (ie. P13); Barbarians

The Solori speak a language that is part of the Azeri language family.

The Kamaki speak Kamakin, which has elements of both Jarin and Anzelan languages.


Venârivè is a region where many cultural and linguistic groups have developed and interacted, forming a complex tapestry of social organisation, realms and peoples.

The major human cultural and linguistic groups of Venârivè are:

  • Járind, including the Járin, Eméla, Yaríli, and Alti (Áltic), as well as Hârnians;
  • Phâric, including the Ivinians and their colonies, Quarph, Shorka, and Trierzi; ~ Note: Phâric (Atáni)
  • Azeri, including the Azeryani, Karejians, Ûmélrians, Elbythians, and Byrians;
  • Ketari, including the Ketaric and Besha nomads, the Hacherim, and the Dalken;
  • Mafani, including the Chogori and Shenti;
  • Anzelôrians, including the Pechalari, Tuvarans, and Thonians;
  • Hepekerians, including the Korlic, Dalani, Dalazeri, and Numec peoples.

In addition there are a number of non-human species and cultures, and a several religious languages. All of these are written in a range of different scripts.

Cultural and Linguistic Groups

Jarind

The Jarind are believed to have originated in the area now known as Ûmélria, and were the first known people to reach the western shores of Lýthia, around tr3000. They dominated the regions now known as Shôrkýnè and Trierzon for over a millennia. Jarind peoples also reached Ivinia and Hepekeria.

Emela is the most ‘pure’ of the Jarind languages, and is spoken principally by the inhabitants of Emélrenè, as well as the Émhlè peoples of western Venârivè.

History: (Kingdom of Emélrenè P17) bt1450-1340 Conflict between Emélrenè and the Uphâri in Álagon and the Jerinálian Mountains.
c. bt1400 Uphâri conquer much of Álagon, drive back Emélan allies.
bt1340 Emélan Confederation defeat Uphâri in Álagon. ‘Closing of Emélrenè’, as Eméla leave Álaghan Alliance in control of Álagon.

Jarin is the language of the Jarind people of Hârn. It is spoken by tribal peoples and by the oppressed majority of the region of Orbáal. Jarin was much influenced by its interaction with the elder folk of Hârn.

Yarili is the language of the tribal Jarind people of Hârbáal and Ivinia. There are subtle differences between the peoples of the two regions;

in Hârbáal. they are called Yarla.

Áltic is the language of the Álti, the Jarind people of the far northern regions of Lýthia. Their culture is now much influenced by the Ivinians.

Hârnians are a mixed people, whose complex social and cultural history includes influences from the Jarind and Phâri. ‘Civilised’ Hârnians speak a range of mutually comprehensible dialects, but the island’s many tribal groups speak dialects of varying intelligibility.

Note: It is possible that the Uméni language of the tribal people of Ûmélria is an ancient Jarind tongue.
Phâri

The Phâri are a very broad cultural and linguistic group, said to have originated in north-central Lýthia. Their migrations westward around tr1700 caused significant cultural disruption, and led to the formation of new social and cultural groupings. The Ivinians and the Trierzi have had wide-ranging impact on the history of Venârivè.

Quarphic is the language of the Quarph, the people of Quârphor, distantly related to the Shorka and Trierzi. The Quarph have a variety of lifestyles, from nomadic to settled agrarian societies.

There are four distinct dialects of Quarphic: western, southern, eastern and northern.

Hurisean is the language and culture of the settled people of the western part of Quârphor known as Hurisea, influenced by many surrounding cultures.

Ivinian is possibly the most wide-spread language of Venârivè. The Ivinians developed their culture in the far north on the island of Ivae, but have since spread colonies across many areas of Venârivè.

Hârbáaler and Chéler are two languages closely related to Ivinian, spoken in lands settled or conquered by Ivinians to the south.

Note: Both have assimilated significant elements of other languages.

Pálithàner is a relatively young language developed from Ivinian, and spoken in coastal regions of the Ivinian colony-kingdom of Palíthanè.

Shorka is the name of a group of dialects spoken in the Kingdom of Shôrkýnè.

Note: It is related to both Quarph and Trierzi, but has been significantly influenced by local Jarind tongues.
Dialects include Qualren (the ‘officialdialect), Melodan, Pelodan, Loalan, Fedin, Kolaren, Sabes, Enseler, Nistalen, and Jandi.
History;
(Kingdom of Emélrenè P17) bt1650 Phâric (Uphâri) people invade Shôrkýnè.
(Venârivè P14) c. bt1650 Uphâri reach eastern Lówalys (Shôrkýnè)
bt1280-1200 Wars in Álagon between Uphâri and Álagyn tribes; Uphâri eventually ‘defeated’.
c.bt400 Sôrki (Shôrka) tribes reach Álagon
bt1307 Uphâri defeat Shóna Alliance, take Plain of Káretan

Trierzi is the language of the region once known as Thanema and Zonara, now dominated by the Kingdom of Trierzon. It is also spoken in much of Palíthanè.

Its many dialects can be mutually unintelligible; they include Liguno-Athaman, Senedar, Stalfi, Melsa-faldon, Alonadi, Areshymen, Cherykan, Zanori, and Tengalin.
Trade Ivínian (or Kántâl)

Trade Ivínian (or Kántâl) is the ‘lingua franca’ of trade across northwest Venârivè. Like Chéler and Hârbáaler (to which it is closely related), it is a polyglot dialect, which has adopted many terms and words from other languages, and is kept unified by the mobility of traders and seamen. Almost all sailors and traders in the region, irrespective of their own language and culture, have some facility with this language.

Note: Polyglot means ‘ability to speak many languages’
Need to figure out which languages are used within this group of traders before delving into the history and connected Dialects.
Azeri

The Azeri peoples are as diverse as the Phâri. Scholars claim to be able to trace their ancestry back to the Vénic Island culture which began on the eastern Venârian shore.

The Àzeryáni have had a major impact on Venârivè through the spread of their culture associated with the Empire of Ázeryàn. They evolved principally on the eastern regions of the Ázeryàn Peninsula, and came to dominate much of the region. While somewhat in decline in recent centuries, theirs is one of the most vibrant cultures of the region.

The Àzeryáni speak two languages: Low Àzeryáni (Nâsik Azéri), which is highly differentiated by region, and High Àzeryáni (Zâkimladal), which is a highly uniform language of the upper classes, and of the government and bureaucracy.
Dialects of Nâsik Azéri spoken within the Empire of Ázeryàn include: western, northern, central, southern, prime, eastern, and island.
Dialects spoken in regions which were once part of the empire include: Lánkori (in Lánkor), Terâzin (in eastern Tríerzòn), Górik (in Gôris), Kôlvisar (in Menêma), and Dálazeri (in Vítho and Xêrium).

Karéjian is the language of most of the islands of the Venârian Sea and some areas of the eastern coast.

It is the direct descendant of Kàruía, the language of the Kàruía people who were dominant traders across the region until the rise of Ázeryàn.

Urmech is a language related to both Àzeryáni and Karéjian, with local influences. It is spoken in inland regions of Ûmélria.

Elbythian is a language spoke in the inland regions of the eastern Venârian coast.

It is related to Karéjian, with significant influence from Bésha, Hácherian, and Àzeryáni.

Býrian is the language of the Empire of Býria on the northern Anzelôrian coast.

It is a mixture of Àzeryáni, Kàruía, Târgan, and northern Tuvâran.
Ketâri

The Ketâric peoples of central Lýthia have had a major impact on surrounding peoples, despite their relatively lower levels of cultural development. As the first people to domesticate the horse, they inflicted defeats on a number of ‘civilisations’ millennia ago, and continue to threaten agrarian cultures to this day. Most Ketâri have a nomadic lifestyle, although significant exceptions exist.

The Reksýni dominate the northern plains of Venârivè, having pushed the Quârph westward and inflicting a crushing defeat on the Empire of Ázeryàn in the middle of last century. They are a powerful confederation of tribes, but nowhere near as unified as they were at their height.

Note: related to Rekâri? that became Reksýni?
(see Venârivè P164) Gósan Réka-ul-Sýna – founding prophet of the ‘Reksýni’ religion, the faith that unified the Rekâri tribes into one of the most fearsome forces of Venârivè.
(see also Venârivè P15, 16, & 18)
c. bt800 Soquâr Phâri come to dominate in southern Quârphor.
tr601 Pôrna River massacre, thousands of Rekâri tribes folk slaughtered by Quârph.
c. bt600 Rekâri tribes begin to pressure Soquâr, leading to eventual split of Sôrki and Quâr.
tr1 Rekâri tribes push into northeast Quârphor.
c. tr200 Quârphic resurgence pushes back Rekâri tribes.
(Summa Venâriva P99) Between tr360 and tr370 the (Ázeryàn?) legions methodically pushed the Rekâri tribes out of Úlga plain.
(Summa Venâriva P50 & 59) The Àzeryáni explorer Hlárakor el Téldranèsen, who wrote about his discoveries in Shôrkýnè and other northern regions in tr325...the memoirs of his adventure were the first thorough portrait of the Shôrka. He was the first writer to describe the Áltic peoples in any detail, and he was the first to realize that the Rekâri tribes were the same people described as the Arek Ketâri in Lánukros’ works.
...popularity of the writings of the Kàruían merchant-adventurer, c. tr210 travels of Lánukros el Hroánes to eastern Lýthia (to c. 240) (Kàruían merchant-adventurer)

The Ketâri are the dominant people of the central Lýthian plateau, and have had an enormous influence on the history of Lýthia, east and west, including the destruction of the empires of Mafán and Ch’mísa. The westernmost branch of this horse people are the Ánil Ketâri (West Ketâri), who live on the plains east of the Ûmélrian and Hakhârlis mountains.

The Bésha nomads control the Béshakan Desert, and have also had a significant influence in Venârian history from time to time. Together with the Pèchalâri and other tribal groups, they were responsible for the destruction of the Târgan Empire over seven centuries ago. Today they are relatively disunited and provide mercenary forces for the civilised realms around the desert, including both Dalkésh and Hácherdad.

The Namârdim dwell in the Namârdhez and Mafanìlâr mountains. They are ethnically and culturally mixed, speaking a language related to that of the Bésha, but influenced by ancient Mafâsh.

Hácherian is the language of the Hácherim, a people related to the Bésha, who settled in the Hakhârlis Mountains many centuries ago.

Dálken is the language of the Empire of Dalkésh. While related to Bésha, it has been significantly influenced by Pèchalâri and by Târgan, the language of the Târgan Empire.

The Dalkéshi are of mixed Bésha, Pèchalâri, Târgan, and even Kàruían ancestry, but paradoxically have developed notions of racial ‘purity’ similar to those of the ancient Târgans – despite those very traits having led to the Târgan Genocide of tr7.
Mafáni

The Mafáni are a diverse cultural group who can trace their ancestry and culture back to the almost near legendary Empire of Mafán.

Mafáni is spoken all around the Gulf of Mafán. Despite their cultural diversity, the Mafáni have maintained a relatively high level of linguistic consistency due to high levels of literacy and vibrant trade networks. Over the last century there has been something of a revival in Mafáni culture, after almost uncounted years of gradual decline.

Shénti is the Mafáni language of the eastern coast of Anzelôria, a mixture of Mafáni and local Anzelôrian languages.

Anzelôrian

The Anzelôrian language group is relatively diverse. It has two large sub-groups – the northern Panhaónic group and the southern Wernai group.

Chogôri is the language of the people of Chogôro. It is an Anzelôrian language much influenced by Mafáni. The Chogôri are much under cultural pressure from a resurgent Mafáni and migrating Pèchalâri.

Pèchalâri is the language of Péchalâr, a tribal people who have in recent centuries been pushed southwards by the expansion of Dalkésh. A small number of Péchalâr have begun to form petty-states in response.

Tuvâran peoples are a broad group, with several distinct dialects known as eastern, southern, western, and Elánasi. Northern Tuvâran is largely extinct, but had an important impact on the development of Býrian. Some scholars also consider the language of the Búqdin of Xêria to be related to Tuvâran, but this is disputed.

Neshái is a central Anzelôrian language, which is spoken by only a few tribes who live north enough to consider being part of Venârivè.

Thónian is the broad language group of the westernmost Anzelôrians, who live in the varied region defined largely by the Thónian Alps.

This has created several ‘dialects’ which are in fact largely separate language groups: Hérei, Laker, mountain, inner, southern, northern, west.
Hèpekérian

The island continent of Hèpekér is home to a diverse set of language groups and influences. The dominant group is that of the central desert nomads, but other language groups have made their mark.

Númer is the language of the Númec people of central Hèpekéria. While not the most numerous people of the region, they are culturally dominant and influential, controlling cross-regional trade and exercising military supremacy.

Kôrlic is the language of the people of northern Hèpekéria. It evolved from Númer, heavily influenced successively by Dálani, Kàruía, Azéri and finally Ivínian.

Dálani is the language of the people of the Dalánya Mountains; related to Númer but also to the ancient Járind tongue of the people of that region.

Faláni is the language of the southern peoples of Hèpekéria. It is closely related to Númer, but with significant influence from Thónian tongues.

Note: As noted previously, Búqdin is considered by some to be an Anzelôrian language, but clearly also influenced from Númer and other sources.
Other peoples

The Mengólans are the westernmost of the Reshenic peoples. Only a relatively small number of these people live within Venârivè. They speak Mengólan, which has been affected by Reksýni to the south.

Elder Folk and Non-Humans

Humans are not the only intelligent, cultured beings of Venârivè and Kèthîra, although they are by far the most populous and dominate most regions.

Sinái

Scholars consider the ‘elven’ folk to be the most ancient of all of Kèthîra. The best known are the Sinái of Hârn. Legends tell of a time when the Sinái ruled all of Hârn, by they are now largely confined to the forest of Shâva. Their language is known as Sináin, and they have their own script, Selénian, which may have influenced the development of Lakíse.

Legends also tell of other kinds of ‘elves’, including the Sidhé (‘high elves’), the Morsinái (‘dark elves’), the Hwæthârwyn (‘snow elves’) of Áltôr, and finally the Naêri (‘southern elves’) of Anzelôria.

Kúzhai

The Kúzhai, or ‘dwarves’, are known to dwell on Hârn, but legends also tell of seven tribes and seven kingdoms, believed to be located in Ivínia and central Lýthia. It is said the ancient Kúzhan city of Mêrdáin was influential in the rise of the Narmâr River culture.

See also: , ("Kúzhai emerged to found their various realms – initially Mêrdáin (founded bt7190), Êrdar (see Summa Venâriva P5), and Lârhakul in central Lýthia (great Ketârh plateau)")

The Kúzhan language appears to be relatively undifferentiated. The Kúzhai apparently invented the Khrúni script, from which Runic has evolved.

Chostôri

There are other tales of ‘deep-dwarves’ or Chostôri, said to be a darker, less cultured group of beings. Some say that the Chostôri and Kúzhai were at war for generations before the Age of Men. The Chostôri apparently have their own tongue, but use a script similar to Khrúni.

Gârgún

The Gârgún of Hârn can scarcely be classified as elder folk, since they only appeared on Kèthîra around tr100, apparently brought to this world by the mage Lóthrim. Their unique biology strongly suggests they are not originally from Kèthîra.

There are five sub-species of gârgún: Gargu Arak (small or streaked), Hyeka (common or brown), Khanu (great or black), Kyani (white), and Viasal (red).

Ílmè

The Ílmè or ‘mere dragons’ dwell in a few isolated, mainly swampy locations not favoured by humans. They are a secretive folk, with strong gender differentiation. Stories of the Ílmè indicate they can be found on Hârn, Ivínia, Quârphor and other locations such as Thónia.

Nâdi

The Nâdi, also known as the Mizúni, are the indigenous inhabitants of the Nadámi Mountains, which are named for them. Few in this region have ever met them; they trade only with a select few humans whom they trust. They speak their own tongue, which they do not share. Legends of the land of the ‘dog-men’ are widespread across Venârivè. Most peasants ‘know’ that they exist, and that they live ‘a long way away’.

Centaurin

The Centaurin are the horse-folk of the great central plains of Lýthia. They are not numerous, but do live in groups of up to thirty individuals. Some appear to have developed agricultural techniques. They tend to speak the languages of those around them. The Reksýni consider them sacred.

Centaurin of Ivínia (Northern Centaurin or Ivinian centaurin)
Centaurin of Áltôr (Áltic Centaurin)
Centaurin of Reksýna (Reksýni Centaurin)
Nâblúgi

The Nâblúgi are the ‘small-folk’ said to live in the Luíndè and Ûmélrian mountains and valleys. Whether they are related to the Kúzhai, or indeed whether they are anything other than humans of short stature, is open to debate.

Ándanùji

The Ándanùji or ‘mountain-folk’ of the Thónian Alps are strange, extremely tall beings said to live in high towers, to have unearthly calls, and to be fickle in their dealings with men.


Scripts

Most of the people of Venârivè cannot read or write, even in their own tongue. Those that can are usually in specialist positions such as traders, heralds, clerics, scholars, and government officials.

A range of scripts are used across the region; many are used to write more than one language.

Selenian

The script of the Sinái, or elves, invented millennia ago. Highly cursive, it is best suited to a quill pen or paint brush.

Lakise

The script of western Venârivè, it is principally used in the feudal kingdoms, but increasingly spreading to other regions. It was apparently invented on Melderyn around bt600, and is related to Selenian.

Khruni

The angular script of the Kúzhai, it is best suited for carving on wood or stone.

Runic

Runic originated in northern Venârivè, and is used by the Ivinians and others of the north. A simplified form of Khruni (although Ivinians believe that they invented it), it is widespread across Venârivè due to the influence of Ivinians on trade.

Milanta

A cursive script of the Karuian traders, Milanta is an evolution of the ancient Alanta and Tianta scripts. It is now only used by a small number of scholars in Karejia.

Ayâran

The script of the Azeri, Karejians, Elbythians, Ûmélrians, and Býrians. It is relatively angular in form, and evolved from the Zérin script of the ancient Zéran and Azeri settlers on the Azeryan peninsula.

Neramic

The script of Dalkesh and the Beshakan, Neramic was used by the Târgan Empire, and evolved from the ancient Anzelôrian script known as Neri, but adopted elements from Sheni and Kono. It has both angular and cursive elements and forms.

Kono

The very ancient script of the Mafani Empire, Kono was very angular, and was well suited for carving in stone and wood. Some argue it is related to Khruni, but other scholars consider this to be far-fetched.

Tankono

The script of the Mafani peoples, Tankono evolved from the very ancient Kono script of the Empire of Mafan, with influences from the Miluan script of Molkûra, as well as Neramic. It is thus a highly complex script, with a variety of registers and forms, and with both angular and cursive options.

Hekori

Hekori is the script of the Hepekerians, derived from Tianta, but much evolved. It is used principally by the Numec and Falani.

Shenya

The modern script of the Reksyni, Shenya apparently evolved from the ancient script of the Ketari, Sheni. Both Shenya and Sheni are generally painted on fabrics with brushes, and are thus highly cursive.


See: Appendix VI for a list of the languages and scripts used by different cultures across Venârivè.

Numerals

Almost all Venârian scripts have symbols for numbers. While originally different cultures used different counting systems, most now make use of the decimal system, first developed in ancient Mafan and retained by the Karuia and Karejians. The Mangai have been strong supporters of the spread of decimal counting.

Religious Languages

Some religious groups make use of their own languages. Most of these are otherwise ‘dead’ ancient languages preserved in liturgical form, but some are apparently unique.

Ormauk is the secret language of the Morgathan church, apparently divinely inspired. It has its own unique script, Nuvesarl.

The Agrikan church, in addition to using Azeryani, has a secret ‘temple-tongue’ known as Surikal.

Finally, the Ilviran church makes use of a language known as Ivashi. This is apparently the language spoken by the god Ilvir and his servants and creatures, the Ivashu.

Coat of Arms

Appendix VI: Languages and Scripts

  • from Venârivè: Northwestern Lýthia P183

Note: ADD Link Highlights for Dialects

Note: Make Alphabetical Listed

Note: ADD Colour Highlights: Ancient, Middle, Modern, old language, etc. of each Language and Dialects. Then ADD Table with each, separate them into which is oldest to newest, then ADD timeline column. Pinpoint changes from one to another.


As noted in Culture and Languages, a wide variety of languages and dialects are in use across Venârivè, and an equally wide range of scripts are used to write them.

Elder

Sináin – language of Elves,
written in Selénian.
Kúzhan – language of Dwarves,
Khrúni script.

Járind Family

Járindancient language group of Járind people.
Émhlèancient language of the Eméla,
written in Khrúni.
Emélamiddle and modern language of the Eméla,
written in Khrúni and Lakíse.
Zónawèancient language of the Járind of Zonâra;
Khrúni script.
Zonâranmiddle language of Zonâra;
Zérin script.
Old Járinmiddle language of the Járin of Hârn.
Járinmodern language of the Járin of Hârn. There are a number of dialects spoken by the tribal Járind peoples of Hârn.
Yarílimodern language of the Yaríli of Iváe.
Yârlamodern language of the Yârla of Hârbáal.
Old Álticmiddle language of the Áltwè.
Álticmodern language of the Álti;
there are a number of regional dialects, broadly grouped as Western and Eastern.
Runic script.
Uménimodern language of the tribal Uméni of Ûmélria; influenced by Azéri, Quâr and Kétar.
Hârnic – language of Hârn; there are a number of regional, local and tribal dialects.
Runic and Lakíse scripts.
Ancient
  • a
Middle
  • a
Modern
  • a

Phâric Family

Phâriancient language group of the Phâric peoples.
Quârancient language of the Quâr.
Quârphicmodern language of Quârphor;
dialects include Huriséan, Western, Northern, Southern and Eastern.
Runic script.
Shôrkiold language of the Sôrki.
Khrúni script.
Shôrkamodern language of Shôrkýnè;
dialects include Melódan, Pelódan, Loálan, Quálren, Stálfi, Fédin, Kolâren, Sábes, Énseler, Jándi and Nístalen.
Lakíse script.
Old Tríerzimiddle language of the Tríerzi.
Thánemanmiddle language of the Thánemi.
Tríerzimodern language of Tríerzòn;
has many dialects, including Ligúno-Áthaman, Sénedar, Stálfi, Mélsa-fáldon, Alonádi, Areshýmen, Cherýkan, Zánori, and Tengálin.
Lakíse script.
Ivíniold language of Ivínia.
Khrúni script.
Ivínianmodern language of Ivínians.
dialects include Târkáiner (see: Venârivè P124 & 175) Tarkain has a mixed Trierzi, Azeri, and Ivinian culture; Tarkainer is a dialect of Ivinian with heavy influence from those languages. (Good example of a hidden and not listed Dialect)
Runic script.
Orbáaler – dialect of Ivínian spoken in Orbáal, Hârn. Orbáalese is part of both the Jarind and Pharic language families. (See: Jarinese for Orbaalese characters. - HârnForum )
Runic and Lakíse script.
Hârbáalermodern language of Hârbáalers, considered by some a dialect of Ivínian.
Runic and Lakíse script.
Chélermodern language of the inhabitants of Chélemby; viewed by some as a dialect of Hârbáaler with a considerable number of foreign terms.
Runic and Lakíse script.
‘Trade Ivínian’ – (Kántâl) the lingua-franca of trade in much of northwestern Venârivè; very similar to Chéler, but with an even greater number of foreign terms and idioms.
Runic and Lakíse scripts.
Pálithànermodern language of Palíthanè.
Runic and Lakíse scripts.

Azéri Family (or Venârian Family)

Azériancient language group of the Azéri peoples.
Written in both Alánta and Tiánta scripts.
Àzeryáni – language of Azéri settlers of Ázeryàn.
Zérin script.
Zâkimladal (High Àzeryáni) – modern language of high-class Àzeryáni.
Ayâran Script.
Nâsik Azéri (Low Àzeryáni) – modern language of lower-class / common Àzeryáni.
There are several recognised dialects within the Empire including: Prime, Central, Northern, Western, Southern, Island and Eastern.
In addition, there are several dialects of low Àzeryáni spoken outside the Empire, principally: Lánkori, Terâzin, Górik, Kôlvisar, Dálazeri.
Ayâran and Lakíse scripts.
Vénicancient language of Vénic island culture.
Written in both Alánta and Tiánta scripts.
Kàruía – language of Kàruía islands culture.
Written in both Milánta and Zérin scripts.
Karéjian – language of Karéjia;
uses the Ayâran and Lakíse scripts.
Ûrméch – language of Ûmélria; influenced by Uméni.
Ayâran script.
Elbýthian – language of eastern Venârian.
Ayâran and Nerámic scripts.
Býrian – language of Býria.
Ayâran and Lakíse scripts.

Ketâric Family

Kétar – original language of the people of the central plateau.
Màfakéta – language of Ketâric nomads who conquered Mafáni empire.
Shéni script.
Old Ketârimiddle language of central Ketârh.
Ketârimodern language of Ketâri nomads.
Ánil Ketâri – language of western Ketâri.
Reksýnimodern language of Reksýna.
Shénya script.
Bésha – language of Béshakan nomads.
Nerámic script.
Hácherian – language of the Hácherim.
Nerámic script.
Namârdi – language of the Namârdim.
Nerámic script.
Dálken – language of Dalkésh.
Nerámic script.

Mafáni Family

Old Mafániancient language of the Empire of Mafáni.
Kóno script.
Mafâshmiddle language of the Mafáni.
Tankóno and Nerámic scripts.
Mafánimodern language of the Mafáni.
Tankóno script.
Shéntimodern language of the eastern coast of Anzelôria, a mixture of Anzelôrian and Mafáni.
Tankóno script.

modern Mafáni is influenced by Mólken, the language of Molkûra. The script of Molkûra (Milúan) also influenced Kóno, and together with influence from Nerámic, this led to the development of Tankóno.

Anzélan Family

aka Anzelôrian

Anzélaancient language group of Anzelôria.
Néri script.
Panhaónic – northern Anzelôrian language group.
Nerámic script.
Târgan – extinct language of the Târga River valley; replaced by Dálken.
Nerámic script.
Nesháimodern language of the Neshái tribes.
Chogôrimodern language of Chogôro.
Tankóno script.
Pèchalârimodern language of Pèchalâri.
Nerámic script.
Tuvâranmodern language group of Tuvârans;
Dialects includes numerous sub-languages and dialects grouped as Eastern, Southern and Western.
Thónianmodern language group of Thónians;
Dialects includes a number of sub-languages and dialects grouped as Mountain, Laker, Inner, Northern, Western, and Southern.
Hérei – Thónian language of the indigenous people of Árlanto.
Elánasi – a Tuvâran language, spoken in western Árlanto.
Búqdin – a Thónian language of Hèpekéria.

Númec Family

Hepékaancient language group of Hèpekéria.
Tiánta script.
Old Númecmiddle language of the Númec.
Hekôri script.
Númermodern language of Númec.
Hekôri script.
Kôrlicmodern language of the Kôrlic peoples, descended from old Númec, but heavily influenced by Azéri, Ivínian and Kàruía.
Hekôri, Runic and Ayâran scripts.
Dálani – the mixed Járind/Númec language of the tribal people of Dalánya.
Falánimodern language of the Faláni, descended from old Númec.
Hekôri script.

Lakíse Numerals

ADD LakiseQuill, Harn Lakise, Harn Runic Fonts

Lakíse Numerals
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9

Language Table

  • A

Missing Languages

ADD

bt

tr

From Page 14 Venârivè: Northwestern Lýthia

  • Járind
    • emerge from Caves in Mountains of the Moon (Ûmélria)
    • Yârhin - Settle in Quârphor and Lánkor (P29 Emélrenè: ‘Yarhín’ or ‘People of the Moon’)
    • Zéran (P29 Emélrenè: the Zéran who settled ‘Zêrhanor’ (the Ázeryàn Peninsula))
    • Émhlè (P29 Emélrenè: ‘Yarhín’ or ‘People of the Moon’ for the tribes included, of whom the Émhlè were just a part.)
    • Yârhlè (P29 Emélrenè: ancestors of the Yaríli of Hârbáal and Ivínia)
    • Zónawè (P29 Emélrenè: Zónawè who settled Zonâra (now Tríerzòn))
    • Hôrzili
    • Yârynè
    • Uphâri
    • Yaríli
    • Áltiwè (P29 Emélrenè: ancestors of the Áltic peoples)
    • Tonát (P29 Emélrenè: encounters between the Émhlè and other peoples such as the Tonát of the Tonátris Mountains)
    • Agénzi (seperate Tribe?) (P29 Emélrenè: and the Agénzi of the southern Àzeryán Peninsula.)
    • Yaríli (P29 Emélrenè: Yârhlè descedants)

Note: (p5 Venârivè): Around bt1750 the Ketari of central Lýthia... The peoples pushed westward by the Ketari were collectively referred to as the Phari. They were pushed into Quârphor, northern Zêrhanor (P29 Emélrenè: the Zéran who settled ‘Zêrhanor’ (the Ázeryàn Peninsula)), and Lankor, and reached the region known as Lowalys (now called Shôrkýnè) around bt1650.

They crushed many Járind tribes, prompting the formation of a number of Járind confederations – the most prominent of these were the Shatrah (Yârhin refuge), Shona, Lýthwys and Emelan confederations. These managed to slow the advance of the Phari, who, in turn, formed their own inter-tribal alliances. The first of these emerged in the region then known as Tochémi, now called Palíthanè.

Other Járind sought to escape by migrating themselves. A people now known as the Yaríli migrated to Ivinia in this period. They were followed later by a Pharic people known as the Ivini, ancestors of today’s Ivinians. Others escaped to small islands in the Gulf of Eder, leading to such short-lived realms as that on the Wynedhrhin islands, the kingdom of Wynedor.

(P 10) ~ The last great Járind realm on the Hârbáaler mainland, Lýthwys (Lyth), fell in tr322, but others, such as at Dínibôr (p14 bt6870 Chostôren emerge at Dínibôr (Chel). See also P18 Emelrene: {{Smallcaps|tr}496 Sack of Dínibôr by Ivínian raiders), Calamísa, Shátrah, and Trepûra survived until the late fifth and early sixth century.


  • Ketâri
    • a
  • Phâric
    • a
  • Uphâri
    • a
  • a
    • a

A

  • A
    • A


A

  • A
    • A


A

  • A
    • A


A

  • A
    • A


Family Tree Ideas

Note: ADD Pages code here for Family Tree examples

Templates for Family Tree ~ Template:Family tree/doc which is deprecated and being replaced with Template:Chart, however it uses a Module:TreeChart LUA Module.

Family Tree Timeline Seperators

A tree example with seperators for each Era/Period Change.

Note: that the monarchs of England are in the middle column, with the years of their reigns.

Non-monarchs are only added to show relationships between monarchs.
 
 
 
 
 
 
 
 
 
 
 
Normans
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
William I
1066–1087
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
William II
1087–1100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adela of Normandy
 
Henry I
1100–1135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Stephen
1135–1154
 
Matilda
 
 
 
 
 
 
 
 
 
 
 
 
 
Plantagenets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Henry II
1154–1189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Richard I
1189–1199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
John
1199–1216
 
 
 
 
 
 
 
 
 
 
 
Henry III
1216–1272
 
 
 
 
 
 
 
 
 
 
 
Edward I
1272–1307
 
 
 
 
 
 
 
 
 
 
 
Edward II
1307–1327
 
 
 
 
 
 
 
Edward, the Black Prince
 
Edward III
1327–1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Richard II
1377–1399
 
John of Gaunt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Henry IV
1399–1413
 
Edmund of Langley
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Henry V
1413–1422
 
Richard of Conisburgh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Henry VI
1422–1461, 1470–1471
 
Richard of York
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Edward IV
1461–1470, 1471–1483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Edward V
1483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Richard III
1483–1485
 
 
 
 
 
 
 
 
 
 
 
 
Tudors
 
 
 
 
 
 
 
 
 
 
 
 
Elizabeth of York
 
Henry VII
1485–1509
 
 
 
 
Catherine of Aragon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Margaret Tudor
 
Henry VIII
1509–1547
 
 
 
 
Anne Boleyn
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
James IV of Scotland
 
 
Edward VI
1547–1553
 
 
 
 
 
Jane Seymour
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
James V of Scotland
 
Mary I of England
1553–1558
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mary, Queen of Scots
 
Elizabeth I
1558–1603
 
 
 
 
 
 
 
 
 
 
 
 
 
Stuarts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
James VI and I
1603–1625
 
 
 
 
 
 
 
 
 
 
 
Monarchs of Britain


Family Tree Chart Parts

Various Colours Styles and Chain links that are possible.

A
 
 
 
Gladys
 
 
 
Sydney
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mom
 
Dad
 
Aunt Daisy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
My brother Joe
 
Me!
 
My little sister
 
 
A
 
 
 
 
White box
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Red box
 
Green box
 
Blue box
 
 
A
 
Box 1
 
Box 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Box 3
 
Box 4
 


Family Tree more detail

A more details, upclose tree for details.

 
 
 
 
 
 
 
 
Llywelyn the Great
1173-1195-1240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Gruffudd ap Llywelyn
1198-1244
 
Dafydd ap Llywelyn
1212-1240-1246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Owain Goch ap Gruffudd
d. 1282
 
Llywelyn ap Gruffudd
1223-1246-1282
 
 
 
Dafydd ap Gruffudd
1238-1282-1283
 
 
 
Rhodri ap Gruffudd
1230-1315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Gwenllian of Wales
1282-1337
 
Llywelyn ap Dafydd
1267-1283-1287
 
Owain ap Dafydd
1275-1287-1325
 
Tomas ap Rhodri
1300-1325-1363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Owain Lawgoch
1330-1378

Name & Dates List

Note: ADD a proper/seperate page for this all as a table. Once broken down into the Book Style like Kanday's split page style, can then add Category for each section part so that a complete list then gets made for all the pages for "said name". The once this is done, can then add this comprehensive list to "that" Index Section for "Category". In the end the aim is to create a complete "Name & Dates List/Index" so all the LINKS for names can then not only be categorised, but also interlinked between ALL articles and books, especially for DATES as this will be required to create a comprehensive Chronology Timeline and quick inter-referencing of the subject link(s).

Note: ADD links to each Name & Date within the Tabled Index, these should also include Eras & Periods for dates.

Note: INCLUDE all these into the Template (Sidebars & other data) Tables and so on.

Note: Example: Mercenary Companies would not only have a template for the Company, but be interlinked with that Type as a Category reflecting and showing Country, Shire, Hundred, Leader, Associated to/Sponsor, Location/Region and all other manner of data links within the design of the template and interact automatically with other templates, catergories, and index link lists.

Note: Example: A river would have a sidebar template that includes it's source length and so on, but also show not only the Catergories & Names, but be reflected within each of those Categories & Names Listed together. Basically internested Data, Links, Catergories, and so on to save redoing all links again with new pages or modifications, it automatically gets updated once interconnected correctly.


Notes

  • A
    • A