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..." |
m Protected "Template:ToolInfobox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 63: | Line 63: | ||
== Example == | == Example == | ||
{{ToolInfobox | {{ToolInfobox | ||
|title= | |title=Tool Title | ||
|author= | |author=Tool Author | ||
|website=https://github.com/PTKay/SonicUnleashed_ModToolbox | |website=https://github.com/PTKay/SonicUnleashed_ModToolbox | ||
|download=https://github.com/PTKay/SonicUnleashed_ModToolbox/releases/download/1.4.1/SonicUnleashed_ModToolbox.zip | |download=https://github.com/PTKay/SonicUnleashed_ModToolbox/releases/download/1.4.1/SonicUnleashed_ModToolbox.zip | ||
|image= | |image=HedgeDocs-Icon.png}} | ||
</noinclude> | </noinclude> |
Latest revision as of 14:12, 12 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