Difference between revisions of "Template:Infobox Publication"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
<div class="infobox-image">[[File:{{{image}}}|50px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|50px]]</div>}} | ||
<table> | <table> | ||
{{#if:{{{description|}}}|<tr> | {{#if:{{{description|}}}|<tr> | ||
<th>Description</th> | <th>Description</th> | ||
<td>{{{description}}}</td> | <td>{{{description}}}</td> | ||
</tr>}} | |||
{{#if:{{{release_date|}}}|<tr> | {{#if:{{{release_date|}}}|<tr> | ||
<th>Release Date</th> | <th>Release Date</th> | ||
<td>{{{release_date}}}</td> | <td>{{{release_date}}}</td> | ||
</tr>}} | |||
{{#if:{{{release_at|}}}|<tr> | |||
<th>Release | <th>Release At</th> | ||
<td>{{{ | <td>{{{release_at}}}</td> | ||
</tr>}} | |||
{{#if:{{{event_name|}}}|<tr> | |||
<th>Event Name</th> | <th>Event Name</th> | ||
<td>{{{event_name}}}</td> | <td>{{{event_name}}}</td> | ||
</tr>}} | |||
</tr>}} | |||
</table> | </table> | ||
Line 33: | Line 34: | ||
"description": {}, | "description": {}, | ||
"release_date": {}, | "release_date": {}, | ||
" | "release_at": {}, | ||
"event_name | "event_name": {} | ||
}, | }, | ||
"format": "block" | "format": "block" |
Revision as of 09:24, 8 November 2022
Infobox Publication
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | optional |
image | image | no description | Unknown | optional |
description | description | no description | Unknown | optional |
release_date | release_date | no description | Unknown | optional |
release_at | release_at | no description | Unknown | optional |
event_name | event_name | no description | Unknown | optional |