Template:Infobox: Difference between revisions

From WikiVault
Jump to navigation Jump to search
Created page with "<!-- Template:Infobox --> <div class="infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border:1px solid #aaa; background-color:#f9f9f9; font-size:90%; line-height:1.4em;"> {{#if:{{{title|}}}| <div style="background-color:#cedff2; color:#000; padding:0.5em; text-align:center; font-weight:bold; font-size:110%;"> {{{title}}} </div> }} <table style="width:100%; border-collapse:collapse;"> {{#if:{{{image|}}}| <tr><td style="text..."
Tag: Recreated
 
No edit summary
Line 1: Line 1:
<!-- Template:Infobox -->
<!-- Template:Infobox -->
<div class="infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border:1px solid #aaa; background-color:#f9f9f9; font-size:90%; line-height:1.4em;">
<div class="infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border:1px solid #aaa; background-color:#f9f9f9; font-size:90%; line-height:1.4em;">
   {{#if:{{{title|}}}|
   {{#if:{{{name|}}}|
   <div style="background-color:#cedff2; color:#000; padding:0.5em; text-align:center; font-weight:bold; font-size:110%;">
   <div style="background-color:#cedff2; color:#000; padding:0.5em; text-align:center; font-weight:bold; font-size:110%;">
     {{{title}}}
     {{{name}}}
   </div>
   </div>
   }}
   }}
   <table style="width:100%; border-collapse:collapse;">
   <table style="width:100%; border-collapse:collapse;">
     {{#if:{{{image|}}}|
     {{#if:{{{image|}}}|
     <tr><td style="text-align:center; padding:0.5em;">[[File:{{{image}}}|250px|center]]<br /><small>{{{caption|}}}</small></td></tr>
     <tr>
      <td style="text-align:center; padding:0.5em;">
        [[File:{{{image}}}|250px|center]]
        {{#if:{{{caption|}}}|<br /><small>{{{caption}}}</small>|}}
      </td>
    </tr>
     }}
     }}
     {{#if:{{{content|}}}|
     {{#if:{{{content|}}}|
     <tr><td style="padding:0.4em;">{{{content}}}</td></tr>
     <tr><td style="padding:0.4em;">{{{content}}}</td></tr>
    }}
    {{#if:{{{child|}}}|
    <tr><td>{{{child}}}</td></tr>
     }}
     }}
   </table>
   </table>
  {{#if:{{{child|}}}|{{{child}}}|}}
</div>
</div>

Revision as of 20:13, 30 October 2025