Template:Infobox: Difference between revisions

Want an adless experience? Log in or Create an account.
add SKU and EAN
mNo edit summary
(add SKU and EAN)
 
(One intermediate revision by the same user not shown)
Line 378: Line 378:


ATTRIBUTES
ATTRIBUTES
-->{{#if: {{{type|}}}{{{model|}}}{{{seasons|}}}{{{episodes|}}}{{{language|}}}{{{album|}}}{{{length|}}}{{{track|}}}{{{size|}}}{{{weight|}}}{{{color|}}}{{{quantity|}}}{{{ISBN|}}}{{{ISSN|}}}{{{ASIN|}}}{{{catalog|}}}{{{wave|}}}{{{seriesnumber|}}}{{{UPC|}}}
-->{{#if: {{{type|}}}{{{model|}}}{{{seasons|}}}{{{episodes|}}}{{{language|}}}{{{album|}}}{{{length|}}}{{{track|}}}{{{size|}}}{{{weight|}}}{{{color|}}}{{{pieces|}}}{{{quantity|}}}{{{ISBN|}}}{{{ISSN|}}}{{{ASIN|}}}{{{catalog|}}}{{{wave|}}}{{{seriesnumber|}}}{{{UPC|}}}{{{EAN|}}}{{{SKU|}}}
| {{Infobox/Header|Attributes}}
| {{Infobox/Header|Attributes}}
   {{#if: {{{type|}}}
   {{#if: {{{type|}}}
Line 406: Line 406:
   }}{{#if: {{{color|}}}
   }}{{#if: {{{color|}}}
   | {{Infobox/Row|Color|{{{color}}}}}
   | {{Infobox/Row|Color|{{{color}}}}}
  }}{{#if: {{{pieces|}}}
  | {{Infobox/Row|Pieces|{{{pieces}}}}}
   }}{{#if: {{{quantity|}}}
   }}{{#if: {{{quantity|}}}
   | {{Infobox/Row|Limited<br/>Quantity|{{{quantity}}}}}
   | {{Infobox/Row|Limited<br/>Quantity|{{{quantity}}}}}
Line 420: Line 422:
   }}{{#if: {{{seriesnumber|}}}
   }}{{#if: {{{seriesnumber|}}}
   | {{Infobox/Row|Number|{{{seriesnumber}}}}}
   | {{Infobox/Row|Number|{{{seriesnumber}}}}}
  }}{{#if: {{{SKU|}}}
  | {{Infobox/Row|SKU|{{{SKU}}}}}
   }}{{#if: {{{UPC|}}}
   }}{{#if: {{{UPC|}}}
   | {{Infobox/Row|UPC|{{{UPC}}}}}
   | {{Infobox/Row|UPC|{{{UPC}}}}}
  }}{{#if: {{{EAN|}}}
  | {{Infobox/Row|EAN|{{{EAN}}}}}
   }}
   }}
}}<!--
}}<!--