Jump to content

Template:Infobox: Difference between revisions

From Deffcon
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(17 intermediate revisions by the same user not shown)
Line 3: Line 3:
     {{{title|Infobox Title}}}
     {{{title|Infobox Title}}}
   </div>
   </div>
 
   <div class="infobox-image">
   <div class="infobox-image">
     [[File:{{{image|Default.png}}}|250px|alt={{{alt|Image}}}]]
     {{#if:{{{image|}}}
      | [[File:{{{image}}}|250px|alt={{{alt|Image}}}]]
      | [[File:Default.png|250px|alt=No image available]]
    }}
   </div>
   </div>
 
   <table>
   <table>
     <tr>
     <tr>
Line 11: Line 16:
       <td>{{{description|No description available}}}</td>
       <td>{{{description|No description available}}}</td>
     </tr>
     </tr>
    {{#if:{{{website|}}}|
     <tr>
     <tr>
       <th>Date</th>
       <th>Website</th>
       <td>{{{date|Unknown}}}</td>
       <td><a href="{{{website}}}" target="_blank">{{{website}}}</a></td>
    </tr>
    <tr>
      <th>Location</th>
      <td>{{{location|Not specified}}}</td>
    </tr>
    <tr>
      <th>Additional Info</th>
      <td>{{{info|None}}}</td>
     </tr>
     </tr>
    }}
   </table>
   </table>
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"title": {
"type": "string"
},
"image": {
"type": "wiki-file-name"
},
"description": {},
"website": {
"type": "url"
}
},
"description": "Infobox with picture upload"
}
</templatedata>
</noinclude>

Latest revision as of 17:23, 13 December 2025

   Infobox Title
Description No description available

Infobox with picture upload

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

no description

Stringoptional
imageimage

no description

Fileoptional
descriptiondescription

no description

Unknownoptional
websitewebsite

no description

URLoptional