Jump to content

Template:Infobox: Difference between revisions

From Deffcon
Blanked the page
Tags: Blanking Reverted
No edit summary
Tag: Manual revert
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="infobox">
  <div class="infobox-title">
    {{{title|Infobox Title}}}
  </div>
 
  <div class="infobox-image">
    {{#if:{{{image|}}}
      | [[File:{{{image}}}|250px|alt={{{alt|Image}}}]]
      | [[File:Default.png|250px|alt=No image available]]
    }}
  </div>
 
  <table>
    <tr>
      <th>Description</th>
      <td>{{{description|No description available}}}</td>
    </tr>
    {{#if:{{{website|}}}|
    <tr>
      <th>Website</th>
      <td><a href="{{{website}}}" target="_blank">{{{website}}}</a></td>
    </tr>
    }}
  </table>
</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