Difference between revisions of "Template:InfoBox DataFormat"
From Kalypso
(Created page with "{{Dokumentation}} == Vorschau == <onlyinclude>{| class="wikitable float-right" style="width:330px; font-size:100%;" {{#if: {{{NAME<includeonly>|</includeonly>}}}| {{!}} ...") |
|||
| Line 3: | Line 3: | ||
== Vorschau == | == Vorschau == | ||
| + | <onlyinclude>{| class="wikitable float-right" style="width:330px; font-size:100%;" | ||
| + | {{#if: {{{NAME<includeonly>|</includeonly>}}}| | ||
| + | colspan="2" class="hintergrundfarbe5" style="text-align:center;" {{{NAME}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{ORIGIN<includeonly>|</includeonly>}}}| | ||
| + | style="background-color:#f2f2f4; font-size:90%;" valign="top" '''[[Herkunft]]''' | ||
| + | style="font-size:90%;" {{{ORIGIN}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{CONTENTS<includeonly>|</includeonly>}}}| | ||
| + | style="background-color:#f2f2f4; font-size:90%;" valign="top" '''[[Inhalt]]''' | ||
| + | style="font-size:90%;" {{{CONTENTS}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{EXTENSIONS<includeonly>|</includeonly>}}}| | ||
| + | style="background-color:#f2f2f4; font-size:90%;" valign="top" '''[[Dateiendung(en)]]''' | ||
| + | style="font-size:90%;" {{{EXTENSION}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{FILES<includeonly>|</includeonly>}}}| | ||
| + | style="background-color:#f2f2f4; font-size:90%;" valign="top" '''[[Liste der Dateien]]''' | ||
| + | style="font-size:90%;" {{{FILES}}} | ||
| + | }} | ||
| + | |}</onlyinclude> | ||
| + | |||
| + | <!-- | ||
<onlyinclude>{| class="wikitable float-right" style="width:330px; font-size:100%;" | <onlyinclude>{| class="wikitable float-right" style="width:330px; font-size:100%;" | ||
{{#if: {{{NAME<includeonly>|</includeonly>}}}| | {{#if: {{{NAME<includeonly>|</includeonly>}}}| | ||
| Line 28: | Line 55: | ||
}} | }} | ||
|}</onlyinclude> | |}</onlyinclude> | ||
| + | --> | ||
| + | |||
| + | [[Category:Info templates|{{PAGENAME}}]] | ||