Différences entre versions de « Modèle:Infobox-hu »
De Rich Annotator System
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
+ | <includeonly> | ||
<div class="{{{class|infobox-floatright}}}"> | <div class="{{{class|infobox-floatright}}}"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
Ligne 5 : | Ligne 6 : | ||
<th>Szerző</th> | <th>Szerző</th> | ||
<td>{{{author}}}</td> | <td>{{{author}}}</td> | ||
+ | </tr>}}{{#if:{{{authors|}}}|<tr> | ||
+ | <th>Szerzők</th> | ||
+ | <td>{{{authors}}}</td> | ||
</tr>}}{{#if:{{{booktitle|}}}|<tr> | </tr>}}{{#if:{{{booktitle|}}}|<tr> | ||
<th>Cím</th> | <th>Cím</th> | ||
Ligne 26 : | Ligne 30 : | ||
<th>Kiadás dátuma</th> | <th>Kiadás dátuma</th> | ||
<td>{{{date}}}</td> | <td>{{{date}}}</td> | ||
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{translation|}}}|<tr> |
− | <th> | + | <th>Fordítás</th> |
− | <td>{{{ | + | <td>{{{translation}}}</td> |
</tr>}}{{#if:{{{pages|}}}|<tr> | </tr>}}{{#if:{{{pages|}}}|<tr> | ||
− | <th> | + | <th>Oldal</th> |
<td>{{{pages}}}</td> | <td>{{{pages}}}</td> | ||
</tr>}}{{#if:{{{isbn|}}}|<tr> | </tr>}}{{#if:{{{isbn|}}}|<tr> | ||
Ligne 38 : | Ligne 42 : | ||
<th>OCLC</th> | <th>OCLC</th> | ||
<td>{{{oclc}}}</td> | <td>{{{oclc}}}</td> | ||
− | |||
− | |||
− | |||
</tr>}}{{#if:{{{volumes|}}}|<tr> | </tr>}}{{#if:{{{volumes|}}}|<tr> | ||
<th>Kötetek</th> | <th>Kötetek</th> | ||
Ligne 54 : | Ligne 55 : | ||
<td>{{{death}}}</td> | <td>{{{death}}}</td> | ||
</tr>}}{{#if:{{{nationality|}}}|<tr> | </tr>}}{{#if:{{{nationality|}}}|<tr> | ||
− | <th> | + | <th>Állampolgárság</th> |
<td>{{{nationality}}}</td> | <td>{{{nationality}}}</td> | ||
</tr>}}{{#if:{{{education|}}}|<tr> | </tr>}}{{#if:{{{education|}}}|<tr> | ||
Ligne 63 : | Ligne 64 : | ||
<td>{{{occupation}}}</td> | <td>{{{occupation}}}</td> | ||
</tr>}}{{#if:{{{works|}}}|<tr> | </tr>}}{{#if:{{{works|}}}|<tr> | ||
− | <th> | + | <th>Főbb művei</th> |
<td>{{{works}}}</td> | <td>{{{works}}}</td> | ||
+ | </tr>}}{{#if:{{{fulltext|}}}|<tr> | ||
+ | <th>Teljes szöveg</th> | ||
+ | <td>{{{fulltext}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
+ | </includeonly> |