flowchart TD;
A("......ος")
A==> B1(ΕΝΙΚΟΣ)
A==> B2(ΠΛΗΘΥΝΤΙΚΟΣ)
B1--- C1[Ονομαστική]
B1--- C2[Γενική]
B1--- C3[Αιτιατική]
B1--- C4[Κλητική]
B2--- C5[Ονομαστική]
B2--- C6[Γενική]
B2--- C7[Αιτιατική]
B2--- C8[Κλητική]
C1---D1[_________]
C2---D2[_________]
C3---D3[_________]
C4---D4[_________]
C5---D5[_________]
C6---D6[_________]
C7---D7[_________]
C8---D8[_________]
click A "javascript:editNode(config, 0)"
click D1 "javascript:editNode(config, 11)"
click D2 "javascript:editNode(config, 12)"
click D3 "javascript:editNode(config, 13)"
click D4 "javascript:editNode(config, 14)"
click D5 "javascript:editNode(config, 15)"
click D6 "javascript:editNode(config, 16)"
click D7 "javascript:editNode(config, 17)"
click D8 "javascript:editNode(config, 18)"
style A color:#000,fill:#27B7B7,stroke:#333,stroke-width:0px,font-size:9pt;
style B1 color:#fff,fill:#2752B7,stroke-width:2px;
style B2 color:#fff,fill:#2752B7,stroke-width:2px;
style C1 color:black,fill:none,stroke-width:0px;
style C2 color:black,fill:none,stroke-width:0px;
style C3 color:black,fill:none,stroke-width:0px;
style C4 color:black,fill:none,stroke-width:0px;
style C5 color:black,fill:none,stroke-width:0px;
style C6 color:black,fill:none,stroke-width:0px;
style C7 color:black,fill:none,stroke-width:0px;
style C8 color:black,fill:none,stroke-width:0px;
style D1 color:#000,fill:#5665dc,stroke-width:2px;
style D2 color:#000,fill:#5665dc,stroke-width:2px;
style D3 color:#000,fill:#5665dc,stroke-width:2px;
style D4 color:#000,fill:#5665dc,stroke-width:2px;
style D5 color:#000,fill:#5ec5ed,stroke-width:2px;
style D6 color:#000,fill:#5ec5ed,stroke-width:2px;
style D7 color:#000,fill:#5ec5ed,stroke-width:2px;
style D8 color:#000,fill:#5ec5ed,stroke-width:2px;