|
|
| Line 1: |
Line 1: |
| <includeonly> | | <includeonly>{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}}<div class="wp-infobox"> |
| | |
| {{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}} | |
| | |
| <div class="wp-infobox"> | |
|
| |
|
| <div class="wp-infobox-header"> | | <div class="wp-infobox-header"> |
| <div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div> | | <div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div> |
| {{#if:{{{subtitle|}}}|<div class="wp-infobox-subtitle">{{{subtitle}}}</div>}} | | {{#if:{{{product_type|{{{type|}}}}}}|<div class="wp-infobox-subtitle">{{{product_type|{{{type|}}}}}}</div>}} |
| {{#if:{{{type|}}}|<div class="wp-infobox-subtitle">{{{type}}}</div>}}
| |
| </div> | | </div> |
|
| |
|
| {{#if:{{{image|}}}| | | {{#if:{{{image|}}}| |
| <div class="wp-infobox-image"> | | <div class="wp-infobox-image" style="padding:12px 14px 0 !important;box-sizing:border-box;"> |
| [[File:{{{image}}}|320px|alt={{{image_alt|{{{name|{{PAGENAME}}}}}}}}]] | | [[File:{{{image}}}|320px|alt={{{image_alt|{{{alt|{{{name|{{PAGENAME}}}}}}}}}}}}]] |
| </div> | | </div> |
| }} | | }} |
| Line 24: |
Line 19: |
|
| |
|
| <div class="wp-infobox-data"> | | <div class="wp-infobox-data"> |
|
| |
| {{#if:{{{native_name|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Native name</div>
| |
| <div class="wp-infobox-value">{{{native_name}}}</div>
| |
| </div>
| |
| }}
| |
|
| |
|
| {{#if:{{{other_name|}}}| | | {{#if:{{{other_name|}}}| |
| Line 39: |
Line 27: |
| }} | | }} |
|
| |
|
| {{#if:{{{official_name|}}}| | | {{#if:{{{product_type|{{{type|}}}}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Official name</div> | | <div class="wp-infobox-label">Product type</div> |
| <div class="wp-infobox-value">{{{official_name}}}</div> | | <div class="wp-infobox-value">{{{product_type|{{{type|}}}}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{subtitle|}}}| | | {{#if:{{{brand|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Subtitle</div> | | <div class="wp-infobox-label">Brand</div> |
| <div class="wp-infobox-value">{{{subtitle}}}</div> | | <div class="wp-infobox-value">{{{brand}}}</div> |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{type|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Type</div>
| |
| <div class="wp-infobox-value">{{{type}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{description|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Description</div>
| |
| <div class="wp-infobox-value">{{{description}}}</div>
| |
| </div> | | </div> |
| }} | | }} |
| Line 71: |
Line 45: |
| <div class="wp-infobox-label">Manufacturer</div> | | <div class="wp-infobox-label">Manufacturer</div> |
| <div class="wp-infobox-value">{{{manufacturer}}}</div> | | <div class="wp-infobox-value">{{{manufacturer}}}</div> |
| </div>
| |
| }}
| |
|
| |
| {{#if:{{{developer|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Developer</div>
| |
| <div class="wp-infobox-value">{{{developer}}}</div>
| |
| </div> | | </div> |
| }} | | }} |
| Line 85: |
Line 52: |
| <div class="wp-infobox-label">Designer</div> | | <div class="wp-infobox-label">Designer</div> |
| <div class="wp-infobox-value">{{{designer}}}</div> | | <div class="wp-infobox-value">{{{designer}}}</div> |
| </div>
| |
| }}
| |
|
| |
| {{#if:{{{inventor|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Inventor</div>
| |
| <div class="wp-infobox-value">{{{inventor}}}</div>
| |
| </div>
| |
| }}
| |
|
| |
| {{#if:{{{brand|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Brand</div>
| |
| <div class="wp-infobox-value">{{{brand}}}</div>
| |
| </div>
| |
| }}
| |
|
| |
| {{#if:{{{company|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Company</div>
| |
| <div class="wp-infobox-value">{{{company}}}</div>
| |
| </div> | | </div> |
| }} | | }} |
| Line 116: |
Line 62: |
| }} | | }} |
|
| |
|
| {{#if:{{{generation|}}}| | | {{#if:{{{product_id|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Generation</div> | | <div class="wp-infobox-label">Product ID</div> |
| <div class="wp-infobox-value">{{{generation}}}</div> | | <div class="wp-infobox-value">{{{product_id}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{series|}}}| | | {{#if:{{{sku|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Series</div> | | <div class="wp-infobox-label">SKU</div> |
| <div class="wp-infobox-value">{{{series}}}</div> | | <div class="wp-infobox-value">{{{sku}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{product_line|}}}| | | {{#if:{{{mpn|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Product line</div> | | <div class="wp-infobox-label">MPN</div> |
| <div class="wp-infobox-value">{{{product_line}}}</div> | | <div class="wp-infobox-value">{{{mpn}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{release_date|}}}| | | {{#if:{{{gtin|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Release date</div> | | <div class="wp-infobox-label">GTIN</div> |
| <div class="wp-infobox-value">{{{release_date}}}</div> | | <div class="wp-infobox-value">{{{gtin}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{discontinued_date|}}}| | | {{#if:{{{released|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Discontinued</div> | | <div class="wp-infobox-label">Released</div> |
| <div class="wp-infobox-value">{{{discontinued_date}}}</div> | | <div class="wp-infobox-value">{{{released}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{availability|}}}| | | {{#if:{{{discontinued|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Availability</div> | | <div class="wp-infobox-label">Discontinued</div> |
| <div class="wp-infobox-value">{{{availability}}}</div> | | <div class="wp-infobox-value">{{{discontinued}}}</div> |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{introduced|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Introduced</div>
| |
| <div class="wp-infobox-value">{{{introduced}}}</div>
| |
| </div> | | </div> |
| }} | | }} |
| Line 172: |
Line 111: |
| }} | | }} |
|
| |
|
| {{#if:{{{made_in|}}}| | | {{#if:{{{material|}}}| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Made in</div>
| |
| <div class="wp-infobox-value">{{{made_in}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{operating_system|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Operating system</div>
| |
| <div class="wp-infobox-value">{{{operating_system}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{platform|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Platform</div>
| |
| <div class="wp-infobox-value">{{{platform}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{processor|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Processor</div>
| |
| <div class="wp-infobox-value">{{{processor}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{memory|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Memory</div>
| |
| <div class="wp-infobox-value">{{{memory}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{storage|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Storage</div>
| |
| <div class="wp-infobox-value">{{{storage}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{display|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Display</div>
| |
| <div class="wp-infobox-value">{{{display}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{camera|}}}|
| |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Camera</div>
| |
| <div class="wp-infobox-value">{{{camera}}}</div>
| |
| </div>
| |
| }}
| |
| | |
| {{#if:{{{battery|}}}|
| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Battery</div> | | <div class="wp-infobox-label">Material</div> |
| <div class="wp-infobox-value">{{{battery}}}</div> | | <div class="wp-infobox-value">{{{material}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{connectivity|}}}| | | {{#if:{{{color|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Connectivity</div> | | <div class="wp-infobox-label">Color</div> |
| <div class="wp-infobox-value">{{{connectivity}}}</div> | | <div class="wp-infobox-value">{{{color}}}</div> |
| </div> | | </div> |
| }} | | }} |
| Line 256: |
Line 139: |
| }} | | }} |
|
| |
|
| {{#if:{{{materials|}}}| | | {{#if:{{{features|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Materials</div> | | <div class="wp-infobox-label">Features</div> |
| <div class="wp-infobox-value">{{{materials}}}</div> | | <div class="wp-infobox-value">{{{features}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{power|}}}| | | {{#if:{{{predecessor|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Power</div> | | <div class="wp-infobox-label">Predecessor</div> |
| <div class="wp-infobox-value">{{{power}}}</div> | | <div class="wp-infobox-value">{{{predecessor}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{price|}}}| | | {{#if:{{{successor|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Price</div> | | <div class="wp-infobox-label">Successor</div> |
| <div class="wp-infobox-value">{{{price}}}</div> | | <div class="wp-infobox-value">{{{successor}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{related_products|}}}| | | {{#if:{{{awards|}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Related products</div> | | <div class="wp-infobox-label">Awards</div> |
| <div class="wp-infobox-value">{{{related_products}}}</div> | | <div class="wp-infobox-value">{{{awards}}}</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| {{#if:{{{website|}}}| | | {{#if:{{{website|{{{url|}}}}}}| |
| <div class="wp-infobox-row"> | | <div class="wp-infobox-row"> |
| <div class="wp-infobox-label">Website</div> | | <div class="wp-infobox-label">Website</div> |
| <div class="wp-infobox-value">[{{{website}}} Official website]</div> | | <div class="wp-infobox-value">[{{{website|{{{url|}}}}}} Official website]</div> |
| </div> | | </div> |
| }} | | }} |
|
| |
|
| </div> | | </div> |
| | | </div><!-- |
| </div> | | -->{{#wikipartner_product_schema: |
| | |
| | |
| {{#wikipartner_product_schema: | |
| name={{{name|{{PAGENAME}}}}} | | name={{{name|{{PAGENAME}}}}} |
| | |other_name={{{other_name|}}} |
| |image={{{image|}}} | | |image={{{image|}}} |
| |image_alt={{{image_alt|}}} | | |product_type={{{product_type|{{{type|}}}}}} |
| |caption={{{caption|}}}
| | |brand={{{brand|}}} |
| |description={{{description|}}}
| |
| |type={{{type|}}} | |
| |manufacturer={{{manufacturer|}}} | | |manufacturer={{{manufacturer|}}} |
| |developer={{{developer|}}} | | |designer={{{designer|}}} |
| |brand={{{brand|}}}
| |
| |model={{{model|}}} | | |model={{{model|}}} |
| |series={{{series|}}} | | |product_id={{{product_id|}}} |
| |release_date={{{release_date|}}} | | |sku={{{sku|}}} |
| |discontinued_date={{{discontinued_date|}}} | | |mpn={{{mpn|}}} |
| | |gtin={{{gtin|}}} |
| | |release_date_iso={{{release_date_iso|}}} |
| |country_of_origin={{{country_of_origin|}}} | | |country_of_origin={{{country_of_origin|}}} |
| |operating_system={{{operating_system|}}} | | |material={{{material|}}} |
| |platform={{{platform|}}} | | |color={{{color|}}} |
| |website={{{website|}}} | | |dimensions={{{dimensions|}}} |
| }}
| | |weight={{{weight|}}} |
| | | |features={{{features|}}} |
| </includeonly>
| | |awards={{{awards|}}} |
| | | |website={{{website|{{{url|}}}}}} |
| <noinclude>
| | }}<!-- |
| | | --></includeonly><noinclude> |
| == Usage == | | {{:Template:Infobox product/doc}} |
| | |
| Use this template for notable products, physical goods, hardware, devices, appliances, tools, commercial products, product lines, and other identifiable products.
| |
| | |
| Suitable subjects include:
| |
| | |
| * Consumer products
| |
| * Hardware
| |
| * Electronic devices
| |
| * Appliances
| |
| * Tools
| |
| * Product lines
| |
| * Commercial products
| |
| * Computer hardware
| |
| * Mobile devices
| |
| * Cameras
| |
| * Gaming hardware
| |
| * Industrial products
| |
| * Medical devices
| |
| * Other notable products
| |
| | |
| For software whose main subject is a program or application, use [[Template:Infobox software]] instead.
| |
| | |
| For a vehicle, use the appropriate vehicle infobox when the subject needs detailed vehicle-specific information.
| |
| | |
| All parameters are optional. Empty fields are not displayed.
| |
| | |
| Use the basic version when only the main product details are needed. Use the full version when additional information is useful and reliably sourced.
| |
| | |
| Do not add promotional claims, unsourced technical specifications, speculative prices, or unnecessary marketing information.
| |
| | |
| | |
| == Basic usage ==
| |
| | |
| <pre>
| |
| {{Infobox product | |
| | name = | |
| | image = | |
| | image_alt = | |
| | caption =
| |
| | type =
| |
| | manufacturer =
| |
| | brand =
| |
| | model =
| |
| | release_date =
| |
| | country_of_origin =
| |
| | platform =
| |
| | price =
| |
| | website =
| |
| }} | |
| </pre>
| |
| | |
| | |
| == Full usage == | |
| | |
| <pre>
| |
| {{Infobox product | |
| | name = | |
| | native_name =
| |
| | other_name =
| |
| | official_name =
| |
| | subtitle =
| |
| | image =
| |
| | image_alt =
| |
| | caption =
| |
| | type =
| |
| | description =
| |
| | manufacturer =
| |
| | developer =
| |
| | designer =
| |
| | inventor =
| |
| | brand =
| |
| | company =
| |
| | model =
| |
| | generation =
| |
| | series =
| |
| | product_line =
| |
| | release_date =
| |
| | discontinued_date =
| |
| | availability =
| |
| | introduced =
| |
| | country_of_origin =
| |
| | made_in =
| |
| | operating_system =
| |
| | platform =
| |
| | processor =
| |
| | memory =
| |
| | storage =
| |
| | display =
| |
| | camera =
| |
| | battery =
| |
| | connectivity =
| |
| | dimensions =
| |
| | weight =
| |
| | materials =
| |
| | power =
| |
| | price =
| |
| | related_products =
| |
| | website =
| |
| }} | |
| </pre>
| |
| | |
| | |
| == Parameter guidance ==
| |
| | |
| '''name'''
| |
| Commonly used name of the product.
| |
| | |
| '''native_name'''
| |
| Product name in another language or writing system.
| |
| | |
| '''other_name'''
| |
| Alternative, historical, or commonly used product name.
| |
| | |
| '''official_name'''
| |
| Official product name when different from the commonly used name.
| |
| | |
| '''subtitle'''
| |
| Short descriptive subtitle when useful.
| |
| | |
| '''image'''
| |
| Main representative image of the product.
| |
| | |
| '''image_alt'''
| |
| Short accessibility description of the image.
| |
| | |
| '''caption'''
| |
| Short factual caption for the product image.
| |
| | |
| '''type'''
| |
| General product type, such as smartphone, laptop, camera, appliance, or industrial tool.
| |
| | |
| '''description'''
| |
| Brief factual description of the product.
| |
| | |
| '''manufacturer'''
| |
| Company that manufactures the product.
| |
| | |
| '''developer'''
| |
| Company or organization that develops the product when different from the manufacturer.
| |
| | |
| '''designer'''
| |
| Person, team, or organization responsible for the product's design when notable.
| |
| | |
| '''inventor'''
| |
| Person or group credited with inventing the product or underlying invention when relevant.
| |
| | |
| '''brand'''
| |
| Brand under which the product is sold or recognized.
| |
| | |
| '''company'''
| |
| Company strongly associated with the product when useful.
| |
| | |
| '''model'''
| |
| Specific model designation.
| |
| | |
| '''generation'''
| |
| Generation of the product when applicable.
| |
| | |
| '''series'''
| |
| Product series to which the product belongs.
| |
| | |
| '''product_line'''
| |
| Broader product line when applicable.
| |
| | |
| '''release_date'''
| |
| Date or year when the product was released.
| |
| | |
| '''discontinued_date'''
| |
| Date or year when the product was discontinued.
| |
| | |
| '''availability'''
| |
| Current or historical availability when useful.
| |
| | |
| '''introduced'''
| |
| Date or period when the product was introduced or announced.
| |
| | |
| '''country_of_origin'''
| |
| Country associated with the product's origin or development.
| |
| | |
| '''made_in'''
| |
| Country or countries where the product is manufactured when reliably documented.
| |
| | |
| '''operating_system'''
| |
| Operating system used by the product when applicable.
| |
| | |
| '''platform'''
| |
| Hardware, software, or ecosystem platform supported by the product.
| |
| | |
| '''processor'''
| |
| Processor or processing hardware when applicable.
| |
| | |
| '''memory'''
| |
| RAM or other primary memory specification.
| |
| | |
| '''storage'''
| |
| Internal or included storage capacity.
| |
| | |
| '''display'''
| |
| Display size, type, or resolution when applicable.
| |
| | |
| '''camera'''
| |
| Camera specifications when relevant.
| |
| | |
| '''battery'''
| |
| Battery type or capacity when relevant.
| |
| | |
| '''connectivity'''
| |
| Important wired or wireless connectivity options.
| |
| | |
| '''dimensions'''
| |
| Physical dimensions of the product.
| |
| | |
| '''weight'''
| |
| Product weight.
| |
| | |
| '''materials'''
| |
| Important materials used in the product.
| |
| | |
| '''power'''
| |
| Power source, power rating, or power requirements.
| |
| | |
| '''price'''
| |
| Official or historically documented price when useful. Include the currency and relevant date when necessary.
| |
| | |
| '''related_products'''
| |
| Important related products or products in the same family.
| |
| | |
| '''website'''
| |
| Official product website or official manufacturer product page only.
| |
| | |
| | |
| == Example 1: WikiPartner Knowledge Platform == | |
| | |
| <pre>
| |
| {{Infobox product | |
| | name = WikiPartner Knowledge Platform | |
| | native_name = | |
| | other_name =
| |
| | official_name = WikiPartner Knowledge Platform
| |
| | subtitle = Knowledge publishing platform
| |
| | image =
| |
| | image_alt = WikiPartner Knowledge Platform
| |
| | caption =
| |
| | type = Online knowledge platform
| |
| | description = Online platform for creating and publishing structured knowledge content
| |
| | manufacturer =
| |
| | developer = WikiPartner
| |
| | designer =
| |
| | inventor =
| |
| | brand = WikiPartner
| |
| | company = WikiPartner
| |
| | model =
| |
| | generation =
| |
| | series =
| |
| | product_line = WikiPartner platform
| |
| | release_date = 2026
| |
| | discontinued_date =
| |
| | availability = Available online
| |
| | introduced = 2026
| |
| | country_of_origin =
| |
| | made_in =
| |
| | operating_system =
| |
| | platform = Web
| |
| | processor =
| |
| | memory =
| |
| | storage =
| |
| | display =
| |
| | camera =
| |
| | battery =
| |
| | connectivity = Internet
| |
| | dimensions =
| |
| | weight =
| |
| | materials =
| |
| | power =
| |
| | price =
| |
| | related_products =
| |
| | website = https://wikipartner.org
| |
| }} | |
| </pre>
| |
| | |
| | |
| === Example infobox ===
| |
| | |
| <div class="wp-infobox">
| |
| | |
| <div class="wp-infobox-header">
| |
| <div class="wp-infobox-name">WikiPartner Knowledge Platform</div>
| |
| <div class="wp-infobox-subtitle">Knowledge publishing platform</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-data">
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Official name</div>
| |
| <div class="wp-infobox-value">WikiPartner Knowledge Platform</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Type</div>
| |
| <div class="wp-infobox-value">Online knowledge platform</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Description</div>
| |
| <div class="wp-infobox-value">Online platform for creating and publishing structured knowledge content</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Developer</div>
| |
| <div class="wp-infobox-value">WikiPartner</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Brand</div>
| |
| <div class="wp-infobox-value">WikiPartner</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Company</div>
| |
| <div class="wp-infobox-value">WikiPartner</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Product line</div>
| |
| <div class="wp-infobox-value">WikiPartner platform</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Release date</div>
| |
| <div class="wp-infobox-value">2026</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Availability</div>
| |
| <div class="wp-infobox-value">Available online</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Platform</div>
| |
| <div class="wp-infobox-value">Web</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Connectivity</div>
| |
| <div class="wp-infobox-value">Internet</div>
| |
| </div>
| |
| | |
| </div>
| |
| </div>
| |
| | |
| | |
| == Example 2: iPhone ==
| |
| | |
| <pre>
| |
| {{Infobox product
| |
| | name = iPhone
| |
| | native_name =
| |
| | other_name =
| |
| | official_name =
| |
| | subtitle =
| |
| | image =
| |
| | image_alt = Apple iPhone
| |
| | caption =
| |
| | type = Smartphone
| |
| | description = Line of smartphones developed and marketed by Apple
| |
| | manufacturer = Foxconn; Pegatron
| |
| | developer = Apple
| |
| | designer = Apple
| |
| | inventor =
| |
| | brand = Apple
| |
| | company = Apple Inc.
| |
| | model = Various models
| |
| | generation = Multiple generations
| |
| | series = iPhone
| |
| | product_line = iPhone
| |
| | release_date = 2007
| |
| | discontinued_date =
| |
| | availability = Available
| |
| | introduced = 2007
| |
| | country_of_origin = United States
| |
| | made_in =
| |
| | operating_system = iOS
| |
| | platform =
| |
| | processor = Apple silicon and other Apple-designed processors
| |
| | memory =
| |
| | storage =
| |
| | display =
| |
| | camera =
| |
| | battery =
| |
| | connectivity = Cellular; Wi-Fi; Bluetooth; NFC
| |
| | dimensions =
| |
| | weight =
| |
| | materials =
| |
| | power = Rechargeable battery
| |
| | price =
| |
| | related_products = iPad; Apple Watch
| |
| | website = https://www.apple.com/iphone/
| |
| }} | |
| </pre> | |
| | |
| | |
| === Example infobox ===
| |
| | |
| <div class="wp-infobox">
| |
| | |
| <div class="wp-infobox-header">
| |
| <div class="wp-infobox-name">iPhone</div>
| |
| <div class="wp-infobox-subtitle">Smartphone</div> | |
| </div>
| |
| | |
| <div class="wp-infobox-data">
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Type</div>
| |
| <div class="wp-infobox-value">Smartphone</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Description</div>
| |
| <div class="wp-infobox-value">Line of smartphones developed and marketed by Apple</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Manufacturer</div>
| |
| <div class="wp-infobox-value">Foxconn; Pegatron</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Developer</div>
| |
| <div class="wp-infobox-value">Apple</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Designer</div>
| |
| <div class="wp-infobox-value">Apple</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Brand</div>
| |
| <div class="wp-infobox-value">Apple</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Company</div>
| |
| <div class="wp-infobox-value">Apple Inc.</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Product line</div>
| |
| <div class="wp-infobox-value">iPhone</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Release date</div>
| |
| <div class="wp-infobox-value">2007</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Operating system</div>
| |
| <div class="wp-infobox-value">iOS</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Connectivity</div>
| |
| <div class="wp-infobox-value">Cellular; Wi-Fi; Bluetooth; NFC</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Power</div>
| |
| <div class="wp-infobox-value">Rechargeable battery</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Related products</div>
| |
| <div class="wp-infobox-value">iPad; Apple Watch</div>
| |
| </div>
| |
| | |
| </div>
| |
| </div>
| |
| | |
| | |
| == Example 3: PlayStation 5 ==
| |
| | |
| <pre>
| |
| {{Infobox product | |
| | name = PlayStation 5
| |
| | native_name =
| |
| | other_name = PS5
| |
| | official_name = PlayStation 5
| |
| | subtitle = Home video game console
| |
| | image =
| |
| | image_alt = PlayStation 5 console
| |
| | caption =
| |
| | type = Home video game console
| |
| | description = Home video game console developed by Sony Interactive Entertainment
| |
| | manufacturer = Foxconn; Yantai
| |
| | developer = Sony Interactive Entertainment
| |
| | designer = Sony Interactive Entertainment
| |
| | inventor =
| |
| | brand = PlayStation
| |
| | company = Sony Interactive Entertainment
| |
| | model = PlayStation 5; PlayStation 5 Digital Edition
| |
| | generation = Ninth generation
| |
| | series = PlayStation
| |
| | product_line = PlayStation 5
| |
| | release_date = 12 November 2020
| |
| | discontinued_date =
| |
| | availability = Available
| |
| | introduced = 2020
| |
| | country_of_origin = Japan
| |
| | made_in =
| |
| | operating_system = System software
| |
| | platform = PlayStation
| |
| | processor = AMD Zen 2
| |
| | memory = 16 GB GDDR6
| |
| | storage = Custom 825 GB SSD
| |
| | display =
| |
| | camera =
| |
| | battery =
| |
| | connectivity = Ethernet; Wi-Fi; Bluetooth; USB; HDMI
| |
| | dimensions =
| |
| | weight =
| |
| | materials =
| |
| | power = AC power
| |
| | price =
| |
| | related_products = PlayStation 4
| |
| | website = https://www.playstation.com/ps5/
| |
| }}
| |
| </pre>
| |
| | |
| | |
| === Example infobox ===
| |
| | |
| <div class="wp-infobox">
| |
| | |
| <div class="wp-infobox-header">
| |
| <div class="wp-infobox-name">PlayStation 5</div>
| |
| <div class="wp-infobox-subtitle">Home video game console</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-data">
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Other name</div>
| |
| <div class="wp-infobox-value">PS5</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Official name</div>
| |
| <div class="wp-infobox-value">PlayStation 5</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Type</div>
| |
| <div class="wp-infobox-value">Home video game console</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Description</div>
| |
| <div class="wp-infobox-value">Home video game console developed by Sony Interactive Entertainment</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Developer</div>
| |
| <div class="wp-infobox-value">Sony Interactive Entertainment</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Brand</div>
| |
| <div class="wp-infobox-value">PlayStation</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Company</div>
| |
| <div class="wp-infobox-value">Sony Interactive Entertainment</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Generation</div>
| |
| <div class="wp-infobox-value">Ninth generation</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Product line</div>
| |
| <div class="wp-infobox-value">PlayStation 5</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Release date</div>
| |
| <div class="wp-infobox-value">12 November 2020</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Operating system</div>
| |
| <div class="wp-infobox-value">System software</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Processor</div>
| |
| <div class="wp-infobox-value">AMD Zen 2</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Memory</div>
| |
| <div class="wp-infobox-value">16 GB GDDR6</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Storage</div>
| |
| <div class="wp-infobox-value">Custom 825 GB SSD</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Connectivity</div>
| |
| <div class="wp-infobox-value">Ethernet; Wi-Fi; Bluetooth; USB; HDMI</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Power</div>
| |
| <div class="wp-infobox-value">AC power</div>
| |
| </div>
| |
| | |
| <div class="wp-infobox-row">
| |
| <div class="wp-infobox-label">Related products</div>
| |
| <div class="wp-infobox-value">PlayStation 4</div>
| |
| </div>
| |
| | |
| </div>
| |
| </div>
| |
| | |
| | |
| == Notes for editors ==
| |
| | |
| * Use this infobox for a specific notable product or product family.
| |
| * Use '''manufacturer''' for the organization that physically manufactures the product.
| |
| * Use '''developer''' when the product is developed by an organization different from its manufacturer.
| |
| * Use '''brand''' for the brand under which the product is sold.
| |
| * Use '''company''' when a company is strongly associated with the product.
| |
| * Use '''model''' for a specific model or model designation.
| |
| * Use '''generation''' for products that are part of a numbered or defined generation.
| |
| * Use '''series''' or '''product_line''' for broader product families.
| |
| * Use technical fields such as '''processor''', '''memory''', '''storage''', and '''display''' only when they are relevant to the product.
| |
| * Do not use this infobox as a replacement for [[Template:Infobox software]] when the subject is primarily software.
| |
| * Do not use this infobox as a replacement for a specialized vehicle infobox when detailed vehicle specifications are needed.
| |
| * Use '''price''' only when the price is historically or encyclopedically useful.
| |
| * Use '''website''' for the official product or manufacturer's product page only.
| |
| * Do not add social-media profiles or authority identifiers.
| |
| * Avoid promotional language and unsourced specifications.
| |
| | |
| <templatedata>
| |
| {
| |
| "description":"Infobox for notable products, physical goods, hardware, devices, appliances, tools, commercial products, product lines, and other identifiable products.",
| |
| "params":{
| |
| | |
| "name":{
| |
| "label":"Name",
| |
| "description":"Commonly used name of the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "native_name":{
| |
| "label":"Native name",
| |
| "description":"Product name in another language or writing system.",
| |
| "type":"string"
| |
| },
| |
| | |
| "other_name":{
| |
| "label":"Other name",
| |
| "description":"Alternative, historical, or commonly used product name.",
| |
| "type":"string"
| |
| },
| |
| | |
| "official_name":{
| |
| "label":"Official name",
| |
| "description":"Official product name when different from the commonly used name.",
| |
| "type":"string"
| |
| },
| |
| | |
| "subtitle":{
| |
| "label":"Subtitle",
| |
| "description":"Short descriptive subtitle when useful.",
| |
| "type":"string"
| |
| },
| |
| | |
| "image":{
| |
| "label":"Image",
| |
| "description":"Main representative image of the product.",
| |
| "type":"wiki-file-name"
| |
| },
| |
| | |
| "image_alt":{
| |
| "label":"Image alt text",
| |
| "description":"Short accessibility description of the product image.",
| |
| "type":"string"
| |
| },
| |
| | |
| "caption":{
| |
| "label":"Caption",
| |
| "description":"Short factual caption for the product image.",
| |
| "type":"string"
| |
| },
| |
| | |
| "type":{
| |
| "label":"Type",
| |
| "description":"General product type, such as smartphone, laptop, camera, appliance, or industrial tool.",
| |
| "type":"string"
| |
| },
| |
| | |
| "description":{
| |
| "label":"Description",
| |
| "description":"Brief factual description of the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "manufacturer":{
| |
| "label":"Manufacturer",
| |
| "description":"Company that manufactures the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "developer":{
| |
| "label":"Developer",
| |
| "description":"Company or organization that develops the product when different from the manufacturer.",
| |
| "type":"string"
| |
| },
| |
| | |
| "designer":{
| |
| "label":"Designer",
| |
| "description":"Person, team, or organization responsible for the product's design when notable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "inventor":{
| |
| "label":"Inventor",
| |
| "description":"Person or group credited with inventing the product or underlying invention when relevant.",
| |
| "type":"string"
| |
| },
| |
| | |
| "brand":{
| |
| "label":"Brand",
| |
| "description":"Brand under which the product is sold or recognized.",
| |
| "type":"string"
| |
| },
| |
| | |
| "company":{
| |
| "label":"Company",
| |
| "description":"Company strongly associated with the product when useful.",
| |
| "type":"string"
| |
| },
| |
| | |
| "model":{
| |
| "label":"Model",
| |
| "description":"Specific model designation.",
| |
| "type":"string"
| |
| },
| |
| | |
| "generation":{
| |
| "label":"Generation",
| |
| "description":"Generation of the product when applicable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "series":{
| |
| "label":"Series",
| |
| "description":"Product series to which the product belongs.",
| |
| "type":"string"
| |
| },
| |
| | |
| "product_line":{
| |
| "label":"Product line",
| |
| "description":"Broader product line when applicable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "release_date":{
| |
| "label":"Release date",
| |
| "description":"Date or year when the product was released.",
| |
| "type":"string"
| |
| },
| |
| | |
| "discontinued_date":{
| |
| "label":"Discontinued",
| |
| "description":"Date or year when the product was discontinued.",
| |
| "type":"string"
| |
| },
| |
| | |
| "availability":{
| |
| "label":"Availability",
| |
| "description":"Current or historical availability when useful.",
| |
| "type":"string"
| |
| },
| |
| | |
| "introduced":{
| |
| "label":"Introduced",
| |
| "description":"Date or period when the product was introduced or announced.",
| |
| "type":"string"
| |
| },
| |
| | |
| "country_of_origin":{
| |
| "label":"Country of origin",
| |
| "description":"Country associated with the product's origin or development.",
| |
| "type":"string"
| |
| },
| |
| | |
| "made_in":{
| |
| "label":"Made in",
| |
| "description":"Country or countries where the product is manufactured when reliably documented.",
| |
| "type":"string"
| |
| },
| |
| | |
| "operating_system":{
| |
| "label":"Operating system",
| |
| "description":"Operating system used by the product when applicable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "platform":{
| |
| "label":"Platform",
| |
| "description":"Hardware, software, or ecosystem platform supported by the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "processor":{
| |
| "label":"Processor",
| |
| "description":"Processor or processing hardware when applicable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "memory":{
| |
| "label":"Memory",
| |
| "description":"RAM or other primary memory specification.",
| |
| "type":"string"
| |
| },
| |
| | |
| "storage":{
| |
| "label":"Storage",
| |
| "description":"Internal or included storage capacity.",
| |
| "type":"string"
| |
| },
| |
| | |
| "display":{
| |
| "label":"Display",
| |
| "description":"Display size, type, or resolution when applicable.",
| |
| "type":"string"
| |
| },
| |
| | |
| "camera":{
| |
| "label":"Camera",
| |
| "description":"Camera specifications when relevant.",
| |
| "type":"string"
| |
| },
| |
| | |
| "battery":{
| |
| "label":"Battery",
| |
| "description":"Battery type or capacity when relevant.",
| |
| "type":"string"
| |
| },
| |
| | |
| "connectivity":{
| |
| "label":"Connectivity",
| |
| "description":"Important wired or wireless connectivity options.",
| |
| "type":"string"
| |
| },
| |
| | |
| "dimensions":{
| |
| "label":"Dimensions",
| |
| "description":"Physical dimensions of the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "weight":{
| |
| "label":"Weight",
| |
| "description":"Product weight.",
| |
| "type":"string"
| |
| },
| |
| | |
| "materials":{
| |
| "label":"Materials",
| |
| "description":"Important materials used in the product.",
| |
| "type":"string"
| |
| },
| |
| | |
| "power":{
| |
| "label":"Power",
| |
| "description":"Power source, power rating, or power requirements.",
| |
| "type":"string"
| |
| },
| |
| | |
| "price":{
| |
| "label":"Price",
| |
| "description":"Official or historically documented price when useful. Include currency and relevant date when necessary.",
| |
| "type":"string"
| |
| },
| |
| | |
| "related_products":{
| |
| "label":"Related products",
| |
| "description":"Important related products or products in the same family.",
| |
| "type":"string"
| |
| },
| |
| | |
| "website":{
| |
| "label":"Website",
| |
| "description":"Official product website or official manufacturer product page only.",
| |
| "type":"url"
| |
| } | |
| | |
| }, | |
| | |
| "paramOrder":[
| |
| "name",
| |
| "native_name",
| |
| "other_name",
| |
| "official_name",
| |
| "subtitle",
| |
| "image",
| |
| "image_alt",
| |
| "caption",
| |
| "type",
| |
| "description",
| |
| "manufacturer",
| |
| "developer",
| |
| "designer",
| |
| "inventor",
| |
| "brand",
| |
| "company",
| |
| "model",
| |
| "generation",
| |
| "series",
| |
| "product_line",
| |
| "release_date",
| |
| "discontinued_date",
| |
| "availability",
| |
| "introduced",
| |
| "country_of_origin",
| |
| "made_in",
| |
| "operating_system",
| |
| "platform",
| |
| "processor",
| |
| "memory",
| |
| "storage",
| |
| "display",
| |
| "camera",
| |
| "battery",
| |
| "connectivity",
| |
| "dimensions",
| |
| "weight",
| |
| "materials",
| |
| "power",
| |
| "price",
| |
| "related_products",
| |
| "website"
| |
| ]
| |
| | |
| }
| |
| </templatedata>
| |
|
| |
|
| [[Category:WikiPartner infobox templates]] | | [[Category:WikiPartner infobox templates]] |
| [[Category:WikiPartner documentation]] | | [[Category:WikiPartner documentation]] |
| [[Category:WikiPartner templates]] | | [[Category:WikiPartner templates]] |
|
| |
| </noinclude> | | </noinclude> |