Template:Infobox/Item: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><nowiki /> <tr class="infobox-item"> <th>{{{key}}}</th> <td>{{{value}}}</td> </tr><nowiki /> </includeonly>") |
mNo edit summary |
||
| (17 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly> |
+ | <includeonly>{{#if: {{{key|}}} | {{#if: {{{value|}}} | |
| − | < |
+ | <nowiki /><tr> |
| − | < |
+ | <td colspan="2" class="infobox-item-title">'''{{{key}}}'''</td> |
| − | <td>{{{value}}}</td> |
+ | <td colspan="4" class="infobox-item">{{{value}}}</td> |
</tr><nowiki /> |
</tr><nowiki /> |
||
| − | </includeonly> |
+ | |}} |}}</includeonly> |
| + | |||
| + | <noinclude> |
||
| + | {{Infobox/begin}} |
||
| + | {{Infobox/Item|key=[header]|value=[value]}} |
||
| + | {{Infobox/end}} |
||
| + | |||
| + | <templatedata> |
||
| + | { |
||
| + | "params": { |
||
| + | "key": {}, |
||
| + | "value": {}, |
||
| + | "example_data": {} |
||
| + | } |
||
| + | } |
||
| + | </templatedata> |
||
| + | </noinclude> |
||
Latest revision as of 18:21, 26 October 2022
| [header] | [value] | ||||
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| key | key | no description | Unknown | optional |
| value | value | no description | Unknown | optional |
| example_data | example_data | no description | Unknown | optional |