Jump to content

Template:Infobox: Difference between revisions

From Deffcon
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 37: Line 37:
   </table>
   </table>
</div>
</div>
<noinclude>
<noinclude>
<templatedata>
== Usage ==
{
To use this template, insert:
"params": {
 
"title": {
```wiki
"type": "string",
{{Infobox
"required": true
| title = Example Infobox
},
| image = Example.jpg
"image": {
| description = A well-structured Infobox
"type": "wiki-file-name"
| date = February 9, 2025
},
| location = Earth
"alt": {
| category = Science
"type": "string"
| info = Extra details
},
| website = https://example.com
"description": {
}}
"type": "string",
"required": true
},
"date": {
"type": "date",
"required": true
},
"location": {
"type": "string"
},
"category": {},
"info": {
"type": "string"
},
"website": {}
},
"description": "Infobox Template"
}
</templatedata>
</noinclude>

Revision as of 01:40, 9 February 2025

   Infobox Title
Description No description available
Date Unknown
Location Not specified
Category None
Additional Info None


Usage

To use this template, insert:

```wiki

   Example Infobox
Description A well-structured Infobox
Date February 9, 2025
Location Earth
Category Science
Additional Info Extra details
Website <a href="https://example.com" target="_blank">https://example.com</a>