Difference between revisions of "Template:Infobox Publication"
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|50px]]</div>}} <table> {{#if:{{{description|}}}|<tr> <th>Description</th> <td>{{{description}}}</td> {{#if:{{{release_date|}}}|<tr> <th>Release Date</th> <td>{{{release_date}}}</td> </tr>}}{{#if:{{{release_event|}}}|<tr> <th>Release Event</th> <td>{{{release_event}}}</td> </tr>}}{{#if:{{{event_name|}}}...") |
|||
Line 25: | Line 25: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": {}, | |||
"image": {}, | |||
"description": {}, | |||
"release_date": {}, | |||
"release_event": {}, | |||
"event_name": {}, | |||
"sub_event_name": {} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 09:18, 8 November 2022
Infobox Publication
{{#if:|
{{#if:|Description | {{{description}}} |
---|---|
Sub Event Name | {{{sub_event_name}}} |
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_event | release_event | no description | Unknown | optional |
event_name | event_name | no description | Unknown | optional |
sub_event_name | sub_event_name | no description | Unknown | optional |