Template:ProductPage: Difference between revisions
mNo edit summary |
added section for browser extension's short description Tag: 2017 source edit |
||
Line 4: | Line 4: | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
<tr><th colspan=2 class="infobox-table-caption" >Basic Information</th></tr> | <tr><th colspan=2 class="infobox-table-caption" >Basic Information</th></tr> | ||
{{#if:{{{short_description|}}}|<tr><th>{{nowrap|Browser alert summary}}</th><td>{{{short_description}}}</td></tr>}} | |||
{{#if:{{{infobox_1_key|}}}|<tr><th>{{nowrap|{{{infobox_1_key}}}}}</th><td>{{{infobox_1_value|Not specified}}}</td></tr>}} | {{#if:{{{infobox_1_key|}}}|<tr><th>{{nowrap|{{{infobox_1_key}}}}}</th><td>{{{infobox_1_value|Not specified}}}</td></tr>}} | ||
{{#if:{{{infobox_2_key|}}}|<tr><th>{{nowrap|{{{infobox_2_key}}}}}</th><td>{{{infobox_2_value|Not specified}}}</td></tr>}} | {{#if:{{{infobox_2_key|}}}|<tr><th>{{nowrap|{{{infobox_2_key}}}}}</th><td>{{{infobox_2_value|Not specified}}}</td></tr>}} | ||
Line 11: | Line 12: | ||
{{#if:{{{infobox_6_key|}}}|<tr><th>{{nowrap|{{{infobox_6_key}}}}}</th><td>{{{infobox_6_value|Not specified}}}</td></tr>}} | {{#if:{{{infobox_6_key|}}}|<tr><th>{{nowrap|{{{infobox_6_key}}}}}</th><td>{{{infobox_6_value|Not specified}}}</td></tr>}} | ||
</table> | </table> | ||
</div>{{{description|}}} | </div> | ||
{{#if:{{{short_description|}}}|<div class="short-description"><strong>Alert shown in browser extension:</strong> {{{short_description}}}</div>}} | |||
{{{description|}}} | |||
== Consumer impact == | == Consumer impact == | ||
Line 25: | Line 30: | ||
== Consumer-protection incidents == | == Consumer-protection incidents == | ||
{{#if:{{{incidents_1_title|}}}|</ul><h4>{{{incidents_1_title}}} ({{{incidents_1_date|}}})</h4>{{{incidents_1_text|}}}}}{{#if:{{{incidents_2_title|}}}|</ul><h4>{{{incidents_2_title}}} ({{{incidents_2_date|}}})</h4>{{{incidents_2_text|}}}}}{{#if:{{{incidents_3_title|}}}|</ul><h4>{{{incidents_3_title}}} ({{{incidents_3_date|}}})</h4>{{{incidents_3_text|}}}}}{{#if:{{{incidents_4_title|}}}|</ul><h4>{{{incidents_4_title}}} ({{{incidents_4_date|}}})</h4>{{{incidents_4_text|}}}}}{{#if:{{{incidents_5_title|}}}|</ul><h4>{{{incidents_5_title}}} ({{{incidents_5_date|}}})</h4>{{{incidents_5_text|}}}}}{{#if:{{{incidents_6_title|}}}|</ul><h4>{{{incidents_6_title}}} ({{{incidents_6_date|}}})</h4>{{{incidents_6_text|}}}}}{{#if:{{{incidents_7_title|}}}|</ul><h4>{{{incidents_7_title}}} ({{{incidents_7_date|}}})</h4>{{{incidents_7_text|}}}}}{{#if:{{{incidents_8_title|}}}|</ul><h4>{{{incidents_8_title}}} ({{{incidents_8_date|}}})</h4>{{{incidents_8_text|}}}}}{{#if:{{{incidents_9_title|}}}|</ul><h4>{{{incidents_9_title}}} ({{{incidents_9_date|}}})</h4>{{{incidents_9_text|}}}}}{{#if:{{{incidents_10_title|}}}|</ul><h4>{{{incidents_10_title}}} ({{{incidents_10_date|}}})</h4>{{{incidents_10_text|}}}}}{{#if:{{{incidents_11_title|}}}|</ul><h4>{{{incidents_11_title}}} ({{{incidents_11_date|}}})</h4>{{{incidents_11_text|}}}}}{{#if:{{{incidents_12_title|}}}|</ul><h4>{{{incidents_12_title}}} ({{{incidents_12_date|}}})</h4>{{{incidents_12_text|}}}}} | {{#if:{{{incidents_1_title|}}}|</ul><h4>{{{incidents_1_title}}} ({{{incidents_1_date|}}})</h4>{{{incidents_1_text|}}}}}{{#if:{{{incidents_2_title|}}}|</ul><h4>{{{incidents_2_title}}} ({{{incidents_2_date|}}})</h4>{{{incidents_2_text|}}}}}{{#if:{{{incidents_3_title|}}}|</ul><h4>{{{incidents_3_title}}} ({{{incidents_3_date|}}})</h4>{{{incidents_3_text|}}}}}{{#if:{{{incidents_4_title|}}}|</ul><h4>{{{incidents_4_title}}} ({{{incidents_4_date|}}})</h4>{{{incidents_4_text|}}}}}{{#if:{{{incidents_5_title|}}}|</ul><h4>{{{incidents_5_title}}} ({{{incidents_5_date|}}})</h4>{{{incidents_5_text|}}}}}{{#if:{{{incidents_6_title|}}}|</ul><h4>{{{incidents_6_title}}} ({{{incidents_6_date|}}})</h4>{{{incidents_6_text|}}}}}{{#if:{{{incidents_7_title|}}}|</ul><h4>{{{incidents_7_title}}} ({{{incidents_7_date|}}})</h4>{{{incidents_7_text|}}}}}{{#if:{{{incidents_8_title|}}}|</ul><h4>{{{incidents_8_title}}} ({{{incidents_8_date|}}})</h4>{{{incidents_8_text|}}}}}{{#if:{{{incidents_9_title|}}}|</ul><h4>{{{incidents_9_title}}} ({{{incidents_9_date|}}})</h4>{{{incidents_9_text|}}}}}{{#if:{{{incidents_10_title|}}}|</ul><h4>{{{incidents_10_title}}} ({{{incidents_10_date|}}})</h4>{{{incidents_10_text|}}}}}{{#if:{{{incidents_11_title|}}}|</ul><h4>{{{incidents_11_title}}} ({{{incidents_11_date|}}})</h4>{{{incidents_11_text|}}}}}{{#if:{{{incidents_12_title|}}}|</ul><h4>{{{incidents_12_title}}} ({{{incidents_12_date|}}})</h4>{{{incidents_12_text|}}}}} | ||
Line 35: | Line 39: | ||
{ | { | ||
"params": { | "params": { | ||
"short_description": { | |||
"description": "This appears as a browser alert when someone visits this product's page. Limit to 140 characters. Be clear and concise.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"infobox_logo": {}, | "infobox_logo": {}, | ||
"infobox_1_key": {}, | "infobox_1_key": {}, | ||
Line 116: | Line 125: | ||
"description": "This template generates a structured infobox and content section as a base for a product page", | "description": "This template generates a structured infobox and content section as a base for a product page", | ||
"paramOrder": [ | "paramOrder": [ | ||
"short_description", | |||
"infobox_logo", | "infobox_logo", | ||
"description", | "description", | ||
Line 192: | Line 202: | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata> | ||
</noinclude> |
Latest revision as of 05:16, 12 June 2025
This template generates a structured infobox and content section as a base for a product page
Parameter | Description | Type | Status | |
---|---|---|---|---|
short_description | short_description | This appears as a browser alert when someone visits this product's page. Limit to 140 characters. Be clear and concise. | String | required |
infobox_logo | infobox_logo | no description | Unknown | optional |
description | description | The incipit, the first lines of the page | String | required |
infobox_1_key | infobox_1_key | no description | Unknown | optional |
infobox_1_value | infobox_1_value | no description | Unknown | optional |
infobox_2_key | infobox_2_key | no description | Unknown | optional |
infobox_2_value | infobox_2_value | no description | Unknown | optional |
infobox_3_key | infobox_3_key | no description | Unknown | optional |
infobox_3_value | infobox_3_value | no description | Unknown | optional |
infobox_4_key | infobox_4_key | no description | Unknown | optional |
infobox_4_value | infobox_4_value | no description | Unknown | optional |
infobox_5_key | infobox_5_key | no description | Unknown | optional |
infobox_5_value | infobox_5_value | no description | Unknown | optional |
infobox_6_key | infobox_6_key | no description | Unknown | optional |
infobox_6_value | infobox_6_value | no description | Unknown | optional |
summary_privacy_1 | summary_privacy_1 | no description | Unknown | optional |
summary_privacy_2 | summary_privacy_2 | no description | Unknown | optional |
summary_privacy_3 | summary_privacy_3 | no description | Unknown | optional |
summary_privacy_4 | summary_privacy_4 | no description | Unknown | optional |
summary_privacy_5 | summary_privacy_5 | no description | Unknown | optional |
summary_privacy_6 | summary_privacy_6 | no description | Unknown | optional |
summary_privacy_7 | summary_privacy_7 | no description | Unknown | optional |
summary_privacy_8 | summary_privacy_8 | no description | Unknown | optional |
summary_freedom_1 | summary_freedom_1 | no description | Unknown | optional |
summary_freedom_2 | summary_freedom_2 | no description | Unknown | optional |
summary_freedom_3 | summary_freedom_3 | no description | Unknown | optional |
summary_freedom_4 | summary_freedom_4 | no description | Unknown | optional |
summary_freedom_5 | summary_freedom_5 | no description | Unknown | optional |
summary_freedom_6 | summary_freedom_6 | no description | Unknown | optional |
summary_freedom_7 | summary_freedom_7 | no description | Unknown | optional |
summary_freedom_8 | summary_freedom_8 | no description | Unknown | optional |
summary_transparency_1 | summary_transparency_1 | no description | Unknown | optional |
summary_transparency_2 | summary_transparency_2 | no description | Unknown | optional |
summary_transparency_3 | summary_transparency_3 | no description | Unknown | optional |
summary_transparency_4 | summary_transparency_4 | no description | Unknown | optional |
summary_transparency_5 | summary_transparency_5 | no description | Unknown | optional |
summary_transparency_6 | summary_transparency_6 | no description | Unknown | optional |
summary_transparency_7 | summary_transparency_7 | no description | Unknown | optional |
summary_transparency_8 | summary_transparency_8 | no description | Unknown | optional |
incidents_1_title | incidents_1_title | no description | Unknown | optional |
incidents_1_date | incidents_1_date | no description | Unknown | optional |
incidents_1_text | incidents_1_text | no description | Unknown | optional |
incidents_2_title | incidents_2_title | no description | Unknown | optional |
incidents_2_date | incidents_2_date | no description | Unknown | optional |
incidents_2_text | incidents_2_text | no description | Unknown | optional |
incidents_3_title | incidents_3_title | no description | Unknown | optional |
incidents_3_date | incidents_3_date | no description | Unknown | optional |
incidents_3_text | incidents_3_text | no description | Unknown | optional |
incidents_4_title | incidents_4_title | no description | Unknown | optional |
incidents_4_date | incidents_4_date | no description | Unknown | optional |
incidents_4_text | incidents_4_text | no description | Unknown | optional |
incidents_5_title | incidents_5_title | no description | Unknown | optional |
incidents_5_date | incidents_5_date | no description | Unknown | optional |
incidents_5_text | incidents_5_text | no description | Unknown | optional |
incidents_6_title | incidents_6_title | no description | Unknown | optional |
incidents_6_date | incidents_6_date | no description | Unknown | optional |
incidents_6_text | incidents_6_text | no description | Unknown | optional |
incidents_7_title | incidents_7_title | no description | Unknown | optional |
incidents_7_date | incidents_7_date | no description | Unknown | optional |
incidents_7_text | incidents_7_text | no description | Unknown | optional |
incidents_8_title | incidents_8_title | no description | Unknown | optional |
incidents_8_date | incidents_8_date | no description | Unknown | optional |
incidents_8_text | incidents_8_text | no description | Unknown | optional |
incidents_9_title | incidents_9_title | no description | Unknown | optional |
incidents_9_date | incidents_9_date | no description | Unknown | optional |
incidents_9_text | incidents_9_text | no description | Unknown | optional |
incidents_10_title | incidents_10_title | no description | Unknown | optional |
incidents_10_date | incidents_10_date | no description | Unknown | optional |
incidents_10_text | incidents_10_text | no description | Unknown | optional |
incidents_11_title | incidents_11_title | no description | Unknown | optional |
incidents_11_date | incidents_11_date | no description | Unknown | optional |
incidents_11_text | incidents_11_text | no description | Unknown | optional |
incidents_12_title | incidents_12_title | no description | Unknown | optional |
incidents_12_date | incidents_12_date | no description | Unknown | optional |
incidents_12_text | incidents_12_text | no description | Unknown | optional |