Template:ToolInfobox: Difference between revisions
Appearance
Created page with "<includeonly><div class="hedgedocs-infobox"> <div class="hedgedocs-infobox-title">{{{title}}}</div> <table class="hedgedocs-infobox-table"> {{#if:{{{image|}}}| <tr> <td colspan="2" class="hedgedocs-infobox-image">[[File:{{{image}}}|alt={{{title}}}]]</td> </tr> }} {{#if:{{{author|}}}| <tr> <td class="hedgedocs-infobox-label">Author(s)</td> <td class="hedgedocs-infobox-data">{{{author}}}</td> </tr> }} <tr class="hed..." |
(No difference)
|
Revision as of 17:44, 9 February 2025
This template creates an infobox with a title, optional image, description, and additional fields.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | The title of the infobox. | String | required |
Image | image | The image to display in the infobox. | File | suggested |
Author(s) | author | The author(s) or creator of the subject. | String | required |
Website | website | The website related to the subject. | String | suggested |
Download | download | The URL of a downloadable file related to the subject. | String | suggested |
Example