Template:Person: Difference between revisions

No edit summary
No edit summary
 
Line 46: Line 46:
                 <th style="text-align: left;">Height</th>
                 <th style="text-align: left;">Height</th>
                 <td>{{{height}}}</td>
                 <td>{{{height}}}</td>
            </tr>
        }}
        {{#if: {{{parents|}}}
            | <tr>
                <th style="text-align: left;">Parents</th>
                <td>{{{parents}}}</td>
            </tr>
        }}
        {{#if: {{{spouse|}}}
            | <tr>
                <th style="text-align: left;">Spouse</th>
                <td>{{{spouse}}}</td>
            </tr>
        }}
        {{#if: {{{childern|}}}
            | <tr>
                <th style="text-align: left;">Childern (s)</th>
                <td>{{{childern}}}</td>
             </tr>
             </tr>
         }}
         }}
Line 52: Line 70:
                 <th style="text-align: left;">Known For</th>
                 <th style="text-align: left;">Known For</th>
                 <td>{{{known_for}}}</td>
                 <td>{{{known_for}}}</td>
            </tr>
        }}
        {{#if: {{{education|}}}
            | <tr>
                <th style="text-align: left;">Education</th>
                <td>{{{education}}}</td>
             </tr>
             </tr>
         }}
         }}