Template:Infobox Catalog: Difference between revisions
Jump to navigation
Jump to search
(Saved boilerplate. Doesn't do anything yet) |
(Created) |
||
Line 1: | Line 1: | ||
<noinclude>This template is a | <noinclude>This template is used to display an infobox for a given catalog. | ||
[[Category:Templates]][[Category:Infobox Templates]]</noinclude><!-- | == Parameters == | ||
{| class="wikitable" style="width:100%;text-align:center;" | |||
! Parameter Name !! Parameter Type !! Description | |||
|- | |||
| <code>name</code> || string || The name of the catalog | |||
|- | |||
| <code>image</code> || file || The file name of the image | |||
|- | |||
| <code>release-date</code> || string || The release date of the catalog | |||
|- | |||
| <code>update</code> || string || The update that the catalog came with. | |||
|} | |||
[[Category:Templates]][[Category:Infobox Templates]] | |||
</noinclude><includeonly><!-- | |||
* name - str | * name - str | ||
* image - file | |||
* release-date - str | * release-date - str | ||
* update - str | * update - str | ||
--><infobox theme="di"> | |||
- | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<image source="image" /> | |||
<group name="details"> | |||
<header>Details</header> | |||
<data source="release-date"><label>Release Date</label></data> | |||
<data source="update"><label>Update</label><format>{{#if:{{{update|}}}|[[{{{update}}}]]|}}</format></data> | |||
</group> | |||
</infobox></includeonly> |
Latest revision as of 03:47, 23 November 2023
This template is used to display an infobox for a given catalog.
Parameters
Parameter Name | Parameter Type | Description |
---|---|---|
name |
string | The name of the catalog |
image |
file | The file name of the image |
release-date |
string | The release date of the catalog |
update |
string | The update that the catalog came with. |