|
|
| (18 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <div class="familytree-container" style="overflow-x: auto;">
| |
| <mermaid>
| |
| graph TD
| |
| %% Node Definitions
| |
| Adama["[[Adama (TOS)|Adama]]"]
| |
| Ila["[[Ila]]†"]
| |
| Apollo["[[Apollo (TOS)|Apollo]]"]
| |
| Serina["[[Serina]]†"]
| |
| Athena["[[Athena (TOS)|Athena]]"]
| |
| Zac["[[Zac]]†"]
| |
| Boxey["[[Boxey (TOS)|Boxey]]<br/>(Adopted)"]
| |
|
| |
|
| %% Marriages / Unions
| |
| %% Using a small circular node to act as the junction point
| |
| Adama --- Joint1(( )) --- Ila
| |
| Apollo --- Joint2(( )) --- Serina
| |
|
| |
| %% Biological Children
| |
| Joint1 --> Apollo
| |
| Joint1 --> Athena
| |
| Joint1 --> Zac
| |
|
| |
| %% Adopted Child (Dashed Line)
| |
| Joint2 -.-> Boxey
| |
|
| |
| %% Styling for Junction Points
| |
| style Joint1 fill:#333,stroke:#333,width:5px,height:5px
| |
| style Joint2 fill:#333,stroke:#333,width:5px,height:5px
| |
|
| |
| %% Optional: Highlight Deceased
| |
| classDef deceased fill:#f5f5f5,stroke:#999,stroke-dasharray: 5 5
| |
| class Ila,Serina,Zac deceased
| |
| </mermaid>
| |
| </div>
| |