Difference between revisions of "Template:PersonInfo"
Jump to navigation
Jump to search
(Created page with "#") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <includeonly> | |
| + | <div class="infobox"> | ||
| + | <table> | ||
| + | <tr> | ||
| + | <th>lifetime</th> | ||
| + | <td>{{{lifetime}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>GND</th> | ||
| + | <td>{{{gnd}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Wikidata</th> | ||
| + | <td>{{{wikidata}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>occupation</th> | ||
| + | <td>{{{occupation}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>operating at</th> | ||
| + | <td>{{{operating_at}}}</td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | </div> | ||
| + | </includeonly> | ||