Difference between revisions of "Template:ArtworkInfo"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox"> | <div class="infobox"> | ||
| − | <table>{{ | + | <table> |
| − | <th> | + | <tr> |
| − | <td>{{{ | + | <th>preferred artist</th> |
| − | </tr> | + | <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> | </div> | ||
</includeonly> | </includeonly> | ||