Difference between revisions of "Template:PersonInfo"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
|||
| Line 1: | Line 1: | ||
| − | + | <includeonly> | |
| + | <div class="infobox"> | ||
| + | <table> | ||
| + | <tr> | ||
| + | <th>preferred artist</th> | ||
| + | <td>{{{preferred_artist}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>title English</th> | ||
| + | <td>{{{title_en}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>title German</th> | ||
| + | <td>{{{title_de}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>title French</th> | ||
| + | <td>{{{title_fr}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Schloss Ger. No</th> | ||
| + | <td>{{{schloss_german_no}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Schloss Fr. No</th> | ||
| + | <td>{{{schloss_french_no}}}</td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | </div> | ||
| + | </includeonly> | ||