Vorlage:Infobox: Unterschied zwischen den Versionen

Aus Rising World Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<includeonly>
<includeonly>
<div class="tright mw_metadata" style="width:250px; position:relative; font-size:120%; line-height:2.2; margin:1px; overflow:auto;">
<div class="tright mw_metadata" style="width:250px; position:relative; font-size:120%; line-height:2.2; margin:1px; overflow:none;">
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
  <center> {{{1|{{{title|}}}}}} </center>
  <center> {{{1|{{{title|}}}}}} </center>
</div>
</div>
<div>  
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
{{{2|{{{imagearea|}}}}}}  
{{{2|{{{imagearea|}}}}}}  
</div>
</div>
Zeile 10: Zeile 10:
   <center>Daten</center>
   <center>Daten</center>
   <div style="clear:both; font-size:95%; line-height:0.9; margin:0px;">  
   <div style="clear:both; font-size:95%; line-height:0.9; margin:0px;">  
{| class="wikitable"  
{| class="wikitable infobox-rows" style="margin:0px;"  
{{{3|{{{rows|}}}}}}  
{{{3|{{{rows|}}}}}}  
|}
|}
   </div>
   </div>
</div>
</div>
<div style="margin:1px; border:0px; border-bottom:1px solid;">
<div style="margin:0px; border:0px; border-bottom:1px solid;">
  <hr/>  
  <hr/>  
  {{{4|{{{footer|}}}}}}  
  {{{4|{{{footer|}}}}}}  

Version vom 22. Oktober 2024, 13:18 Uhr


Diese Vorlage ist ein Grundgerüst für Infoboxen und Steckbriefe, z.B. für Objekte oder Items.

Parameter

Parameter Bedeutung
title Titel des Steckbriefs
imagearea Platz für Bilder
rows Platz für weitere Parameter
footer Fußzeile

Anwendung

Beispiel 1


{{infobox
| title = title 
| imagearea = imagearea 
| rows = rows 
| footer = footer 
}}



Beispiel 2


{{infobox
| title = Objekt Titel
| imagearea = [[Datei:Bauarbeiten_icon-blue.png|150px|center]] 
| rows = 
{{InfoboxZeile|label=Label 1|field=Field 1}}
{{InfoboxZeile|label=Label 2|field=Field 2}}
| footer = footer XYZ
}}




Siehe auch