Vorlage:Infobox: Unterschied zwischen den Versionen

Aus Rising World Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<includeonly>
<includeonly>
<div class="tright Infobox" style="width:250px; position:relative; font-size:120%; line-height:2.2; margin:0px; overflow:none;">
<div class="tright" style="width:275px; position:relative; font-size:120%; line-height:2.2; margin:0px; overflow:none; border-color: #c8ccd1; border: 1px solid #eaecf0; background:#f8f9fa; padding:5px;  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1); ">
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
<div style="width:100%; margin:0px; border:0px; border-bottom:1px solid; padding:0px; background:#b1cbFF;">  
  <center> {{{1|{{{title|}}}}}} </center>
  <center>{{{1|{{{title|}}}}}}</center>
</div>
</div>
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
<div style="width:100%; margin:1px; border:0px; border-bottom:1px solid;">  
{{{2|{{{imagearea|}}}}}}  
{{{2|{{{imagearea|}}}}}}  
</div>
</div>
<div class="mw-collapsible" style="font-size:95%; line-height:1.5; margin:0px; border:0">  
<div class="mw-collapsible" style="font-size:95%; line-height:1.5; margin:0px; border:0px;">  
   <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;">  
Zeile 15: Zeile 15:
   </div>
   </div>
</div>
</div>
<div style="margin:0px; border:0px; border-bottom:1px solid;">
<div style="margin:1px; border:0px; padding:1px;" >
<hr/>
{{{4|{{{footer|}}}}}}  
{{{4|{{{footer|}}}}}}  
</div>
</div>
</div>
</div>

Version vom 22. Oktober 2024, 13:41 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

title

imagearea

Daten
rows

footer


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



Beispiel 2

Objekt Titel
Bauarbeiten icon-blue.png
Daten
Label 1 Field 1
Label 2 Field 2

footer XYZ


{{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