Template:Testing
From TSD Wiki
| Line 12: | Line 12: | ||
| style="font-size:9pt" | {{#if: {{{data2|}}} | {{{data2}}} | }} | | style="font-size:9pt" | {{#if: {{{data2|}}} | {{{data2}}} | }} | ||
|- | |- | ||
| + | {{#if:<!-- | ||
| + | -->{{{hide-family|}}}{{{family|}}}{{{ancestors|}}}{{{parents|}}}<!-- | ||
| + | -->{{{spouse|}}}{{{siblings|}}}{{{children|}}}{{{descendants|}}}<!-- | ||
| + | -->|{{#!: | ||
| + | |- | ||
| + | | colspan=2 style="padding: 0; margin: 0;" | | ||
| + | {| width=100% class="collapsible {{{hide-family|collapsed}}}" | ||
| + | |- | ||
| + | ! colspan=2 align=center|{{{family|Family}}} | ||
| + | |- | ||
| + | {{#if:{{{ancestors|}}}|{{row/kv|Ancestors|{{{ancestors}}}|}}|}} | ||
| + | {{#if:{{{parents|}}}|{{row/kv|Parents|{{{parents}}}|}}|}} | ||
| + | {{#if:{{{siblings|}}}|{{row/kv|Siblings|{{{siblings}}}|}}|}} | ||
| + | {{#if:{{{spouse|}}}|{{row/kv|Spouse|{{{spouse}}}|}}|}} | ||
| + | {{#if:{{{children|}}}|{{row/kv|Children|{{{children}}}|}}|}} | ||
| + | {{#if:{{{descendants|}}}|{{row/kv|Descendants|{{{descendants}}}|}}|}} | ||
| + | |}}}|}} | ||
|} | |} | ||