Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich. Currently there are issues with the installation, readonly possible for now. |
Difference between revisions of "Template:Puzzle"
m |
(no dpl) |
||
(65 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
"params": { | "params": { | ||
"PIECES": { | "PIECES": { | ||
− | "label": "Teile", | + | "label": {"en": "Pieces","de": "Teile"}, |
− | "description": "Anzahl | + | "description": {"en": "Number pieces on box","de": "Anzahl Teile auf der Box"}, |
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
}, | }, | ||
"PIECESR": { | "PIECESR": { | ||
− | "label": "Teile real", | + | "label": {"en": "Pieces, real","de": "Teile real"}, |
− | "description": "reale Anzahl der Teile", | + | "description": {"en": "Real number of pieces","de": "reale Anzahl der Teile"}, |
"type": "number" | "type": "number" | ||
}, | }, | ||
"TITLE-D": { | "TITLE-D": { | ||
− | "label": "Titel, deutsch", | + | "label": {"en": "Title, German","de": "Titel, deutsch"}, |
− | "description": "deutscher Titel, falls vorhanden; sonst Übersetzung/eigener in Klammern '()'", | + | "description": {"en": "German title, if available, translation in '()' possible","de": "deutscher Titel, falls vorhanden; sonst Übersetzung/eigener in Klammern '()'"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"TITLE-E": { | "TITLE-E": { | ||
− | "label": "Titel, englisch", | + | "label": {"en": "Title, English","de": "Titel, englisch"}, |
− | "description": "englischer Titel, falls vorhanden", | + | "description": {"en": "English title, if available, translation in '()' possible","de": "englischer Titel, falls vorhanden; sonst Übersetzung in Klammern '()'"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"TITLE-O": { | "TITLE-O": { | ||
− | "label": "Titel, original", | + | "label": {"en": "Title, original","de": "Titel, original"}, |
− | "description": "Original-Titel, falls vorhanden", | + | "description": {"en": "Original title, if only available","de": "Original-Titel, falls nur dieser vorhanden"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"TITLE-S": { | "TITLE-S": { | ||
− | "label": "Titel, sonst", | + | "label": {"en": "Title, others","de": "Titel, sonst"}, |
− | "description": "sonstige Titel | + | "description": {"en": "Other titles separated by '<br>'","de": "sonstige Titel durch '<br>' getrennt"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"PRODUCER": { | "PRODUCER": { | ||
− | "label": "Hersteller", | + | "label": {"en": "Producer","de": "Hersteller"}, |
− | "description": "Hersteller des Puzzles", | + | "description": {"en": "Producer of the puzzle","de": "Hersteller des Puzzles"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"YEAR": { | "YEAR": { | ||
− | "label": "Jahr", | + | "label": {"en": "Year","de": "Jahr"}, |
− | "description": "Erscheinungs-Jahr, falls | + | "description": {"en": "Year of release if available, '-' otherwise","de": "Erscheinungs-Jahr, falls vorhanden, '-' sonst"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"GENRE": { | "GENRE": { | ||
− | "label": "Genres", | + | "label": {"en": "Genres","de": "Genres"}, |
− | "description": "Themengebiete des Puzzles | + | "description": {"en": "Topic of puzzle separated by ';'","de": "Themengebiete des Puzzles durch ';' getrennt"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"ARTNR": { | "ARTNR": { | ||
− | "label": "Artikel-Nr.", | + | "label": {"en": "Article number","de": "Artikel-Nr."}, |
− | "description": "Artikel-Nr. auf | + | "description": {"en": "Article number on box if available, '-' otherwise","de": "Artikel-Nr. auf der Box, wenn vorhanden, '-' sonst"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"GTIN": { | "GTIN": { | ||
− | "label": "GTIN | + | "label": {"en": "GTIN-Code","de": "GTIN-Code"}, |
− | "description": "Strichcode, falls vorhanden, sonst '-'", | + | "description": {"en": "GTIN-barcode if available, '-' otherwise","de": "Strichcode, falls vorhanden, sonst '-'"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"ARTIST": { | "ARTIST": { | ||
− | "label": "Künstler", | + | "label": {"en": "Artist","de": "Künstler"}, |
− | "description": "Künstler | + | "description": {"en": "Artist(s) separated by ';', '-' otherwise","de": "Künstler durch ';' getrennt, sonst '-'"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"SERIES": { | "SERIES": { | ||
− | "label": "Puzzle-Serie", | + | "label": {"en": "Puzzle-series","de": "Puzzle-Serie"}, |
− | "description": "Puzzle gehört zur Serie | + | "description": {"en": "Puzzle belongs to a series","de": "Puzzle gehört zur Serie"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"SHAPE": { | "SHAPE": { | ||
− | "label": "Format", | + | "label": {"en": "Shape","de": "Format"}, |
− | "description": " | + | "description": {"en": "Shape of the puzzle","de": "Format des Puzzles"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"PIECE-SET": { | "PIECE-SET": { | ||
− | "label": "Teile-Set", | + | "label": {"en": "Piece-set (unused)","de": "Teile-Set (unbenutzt)"}, |
− | "description": "gibt das Set der verwendeten Teile an", | + | "description": {"en": "Set of piece shapes","de": "gibt das Set der verwendeten Teile an"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"SIZEC": { | "SIZEC": { | ||
− | "label": "Abmessung cm", | + | "label": {"en": "Size [cm]","de": "Abmessung [cm]"}, |
− | "description": "Größe des fertigen Puzzles in [cm]", | + | "description": {"en": "Size of the completed puzzle in [cm]","de": "Größe des fertigen Puzzles in [cm]"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"SIZEP": { | "SIZEP": { | ||
− | "label": "Abmessung Teile", | + | "label": {"en": "Size [pieces]","de": "Abmessung [Teile]"}, |
− | "description": "Größe des fertigen Puzzles in Teilen oder ' | + | "description": {"en": "Size of the completed puzzle in [pieces] or 'irregular'","de": "Größe des fertigen Puzzles in Teilen oder 'irregular'"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"BOX": { | "BOX": { | ||
− | "label": "Box", | + | "label": {"en": "Box","de": "Box"}, |
− | "description": "Typ der | + | "description": {"en": "Type of box","de": "Typ der Box"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"INSET": { | "INSET": { | ||
− | "label": " | + | "label": {"en": "Puzzle set","de": "Puzzle-Set"}, |
− | "description": "Puzzle ist Teil eines Puzzle-Sets (Mehrfachpuzzle)", | + | "description": {"en": "Puzzle is part of a puzzle set (two or more puzzles in one box)","de": "Puzzle ist Teil eines Puzzle-Sets (Mehrfachpuzzle)"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"REMARKS": { | "REMARKS": { | ||
− | "label": " | + | "label": {"en": "Remarks","de": "Bemerkungen"}, |
− | "description": "Angaben auf der Box, die sonst nicht erfasst sind oder Bemerkungen", | + | "description": {"en": "Remarks on box not stored elsewhere","de": "Angaben auf der Box, die sonst nicht erfasst sind oder Bemerkungen"}, |
"type": "string" | "type": "string" | ||
}, | }, | ||
"STATE": { | "STATE": { | ||
− | "label": "Status", | + | "label": {"en": "State","de": "Status"}, |
− | "description": "gibt den Status der Daten an", | + | "description": {"en": "Shows state of data/pictures","de": "gibt den Status der Daten/Bilder an"}, |
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
− | "description": "Alle Daten eines Puzzles.", | + | "description": {"en": "All data of a puzzle.","de": "Alle Daten eines Puzzles."}, |
"paramOrder": [ | "paramOrder": [ | ||
"PIECES", | "PIECES", | ||
Line 118: | Line 118: | ||
"TITLE-O", | "TITLE-O", | ||
"TITLE-S", | "TITLE-S", | ||
+ | "GENRE", | ||
"PRODUCER", | "PRODUCER", | ||
− | |||
"YEAR", | "YEAR", | ||
"ARTNR", | "ARTNR", | ||
Line 136: | Line 136: | ||
} | } | ||
</templatedata> | </templatedata> | ||
− | [[ | + | [[Category:Puzzle templates]] |
− | </noinclude><includeonly>{{#if:{{{INSET|}}}|{{InSet|{{{INSET}}}}}}} | + | </noinclude><includeonly>__NOTOC__<!--{{DISPLAYTITLE:{{Project:Puzzle}} '''"{{{PIECES}}} {{#switch:{{Uselang}}|de={{#if:{{{TITLE-D|}}}|{{{TITLE-D}}}|{{#if:{{{TITLE-E|}}}|{{{TITLE-E}}}|{{{TITLE-O}}}}}}}|#default={{#if:{{{TITLE-E|}}}|{{{TITLE-E}}}|{{#if:{{{TITLE-D|}}}|{{{TITLE-D}}}|{{{TITLE-O}}}}}}}}}"'''}}-->{{#if:{{{INSET|}}}|{{InSet|{{{INSET}}}}}}} |
{|cellspacing="5" cellpadding="5" style="border-style:solid; border-color:#000000; border-width:1px;" | {|cellspacing="5" cellpadding="5" style="border-style:solid; border-color:#000000; border-width:1px;" | ||
− | !+ style="background-color:#E6E6E6; font-size:120%;"| | + | !+ style="background-color:#E6E6E6; font-size:120%;"|{{Project:Puzzle-Data}} |
− | !+ style="background-color:#E6E6E6; font-size:120%;"| | + | !+ style="background-color:#E6E6E6; font-size:120%;"|{{Project:Puzzle-PicBox}} |
− | !+ style="background-color:#E6E6E6; font-size:120%;"| | + | !+ style="background-color:#E6E6E6; font-size:120%;"|{{Project:Puzzle-PicPuzzle}} |
|- | |- | ||
| <div border="1"> | | <div border="1"> | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | ! {{Project:Puzzle-Pieces}} |
− | {{!}} [[: | + | {{!}} [[:Category:{{{PIECES}}} Pieces|{{{PIECES}}}]] |
|- | |- | ||
{{#if: {{{PIECESR|}}}| | {{#if: {{{PIECESR|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-PiecesR}} |
− | {{!}} {{{PIECESR}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[ | + | {{!}} {{{PIECESR}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/PIECESR fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if:{{{TITLE-D|}}}| | {{#if:{{{TITLE-D|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-Title-de}} |
{{!}} {{{TITLE-D}}} | {{!}} {{{TITLE-D}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{TITLE-E|}}}| | {{#if:{{{TITLE-E|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-Title-en}} |
{{!}} {{{TITLE-E}}} | {{!}} {{{TITLE-E}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{TITLE-O|}}}| | {{#if:{{{TITLE-O|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-Title-orig}} |
{{!}} {{{TITLE-O}}} | {{!}} {{{TITLE-O}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{TITLE-S|}}}| | {{#if:{{{TITLE-S|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-Title-others}} |
− | {{!}} {{{TITLE-S}}} | + | {{!}} {{#replace:{{{TITLE-S}}}|<br>|<hr>}} |
}} | }} | ||
|- | |- | ||
{{#if:{{{GENRE|}}}| | {{#if:{{{GENRE|}}}| | ||
− | ! | + | ! {{Project:Puzzle-Genres}} |
− | {{!}} {{ | + | {{!}} {{SplitCat|{{{GENRE}}}|list}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/GENRE fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if: {{{PRODUCER|}}}| | {{#if: {{{PRODUCER|}}}| | ||
− | ! | + | ! {{Project:Puzzle-Producer}} |
− | {{!}} {{#ifeq:{{{PRODUCER}}}|-|[[: | + | {{!}} {{#ifeq:{{{PRODUCER}}}|-|[[:Category:Unknown producer|{{Project:Category-UnknownProducer}}]]|[[:Category:{{{PRODUCER}}}|{{{PRODUCER}}}]]}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/PRODUCER fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if: {{{ARTNR|}}}| | {{#if: {{{ARTNR|}}}| | ||
− | ! | + | ! {{Project:Puzzle-Artnr}} |
− | {{!}} {{#ifeq:{{{ARTNR}}}|-| | + | {{!}} {{#ifeq:{{{ARTNR}}}|-|{{Project:Category-UnknownArtNr}}|{{#ifeq:{{{PRODUCER}}}|Ravensburger| |
+ | {{Exist|Category:Ravensburger_ArtNr_{{{ARTNR}}}|[[:Category:Ravensburger ArtNr {{{ARTNR}}}|{{{ARTNR}}}]]|{{{ARTNR}}}}} | ||
+ | |{{{ARTNR}}}}}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/ARTNR fehlt]]</span>}} | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{GTIN|}}}| | {{#if: {{{GTIN|}}}| | ||
− | ! GTIN | + | ! {{Project:Puzzle-GTIN}} |
− | {{!}} {{#ifeq:{{{GTIN}}}|-|ohne GTIN|[http://www.ean-suche.de/perl/ean-search.pl?q={{{GTIN}}} {{{GTIN}}}]}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[ | + | {{!}} {{#ifeq:{{{GTIN}}}|-|ohne GTIN|[http://www.ean-suche.de/perl/ean-search.pl?q={{{GTIN}}} {{{GTIN}}}]{{#ifeq:{{#len:{{{GTIN}}}}}|13||{{Alert|!|{{ErrLink|02}}}}[[Category:Errors]]}}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/GTIN fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if: {{{YEAR|}}}| | {{#if: {{{YEAR|}}}| | ||
− | ! | + | ! {{Project:Puzzle-Year}} |
− | {{!}} {{#ifeq:{{{YEAR}}}|-|[[: | + | {{!}} {{#ifeq:{{{YEAR}}}|-|[[:Category:Unknown year|{{Project:Category-UnknownYear}}]]|[[:Category:{{{YEAR}}}|{{{YEAR}}}]]}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/YEAR fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if: {{{ARTIST|}}} | | {{#if: {{{ARTIST|}}} | | ||
− | ! | + | ! {{Project:Puzzle-Artist}} |
− | {{!}} {{#ifeq:{{{ARTIST}}}|-|[[: | + | {{!}} {{#ifeq:{{{ARTIST}}}|-|[[:Category:Unknown artist|{{Project:Category-UnknownArtist}}]]|{{SplitCat|{{{ARTIST}}}|art}}}} |
}} | }} | ||
|- | |- | ||
{{#if: {{{SERIES|}}} | | {{#if: {{{SERIES|}}} | | ||
− | ! | + | ! {{Project:Puzzle-Series}} |
− | {{!}} [[: | + | {{!}} [[:Category:{{{SERIES}}} ({{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}})|{{{SERIES}}}]] |
}} | }} | ||
|- | |- | ||
− | {{#if: {{{SHAPE|}}}| | + | ! {{Project:Puzzle-Shape}} |
− | + | {{!}} {{#if:{{{SHAPE|}}}|[[:Category:{{{SHAPE}}}|{{Project:Puzzle-Shape-{{{SHAPE}}}}}]]|{{Alert|!|{{ErrLink|03}}}}[[Category:Errors]]{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/SHAPE fehlt]]</span>}} | |
− | |||
}} | }} | ||
|- | |- | ||
{{#if:{{{PRODUCER|}}}| | {{#if:{{{PRODUCER|}}}| | ||
− | ! Box | + | ! {{Project:Puzzle-Box}} |
− | {{!}} {{#ifeq:{{{PRODUCER}}}|-||{{#if: {{{BOX|}}} | [[ | + | {{!}} {{#ifeq:{{{PRODUCER}}}|-||{{#if: {{{BOX|}}} | [[Boxes {{{PRODUCER}}}#{{{BOX}}}|{{{PRODUCER}}} {{{BOX}}}]] | [[Boxes {{{PRODUCER}}}|{{{PRODUCER}}}]]}}}} |
}} | }} | ||
|- | |- | ||
{{#if:{{{PIECE-SET|}}}| | {{#if:{{{PIECE-SET|}}}| | ||
− | ! | + | ! {{Project:Puzzle-PieceSet}} |
{{!}} {{{PIECE-SET}}} | {{!}} {{{PIECE-SET}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{SIZEC|}}}| | {{#if:{{{SIZEC|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-SizeC}} |
− | {{!}} {{{SIZEC}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[ | + | {{!}} {{{SIZEC}}}{{#if:{{#pos:{{{SIZEC}}}|,}}||{{Alert|!|{{ErrLink|01}}}}[[Category:Errors]]}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/SIZEC fehlt]]</span>}} |
}} | }} | ||
|- | |- | ||
{{#if:{{{SIZEP|}}}| | {{#if:{{{SIZEP|}}}| | ||
− | ! | + | ! style="white-space: nowrap;"{{!}}{{Project:Puzzle-SizeP}} |
− | {{!}} {{{SIZEP}}}|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[ | + | {{!}} <!--{{#ifeq:{{{SIZEP}}}|Irregular|[[:Category:Irregular|{{Project:Puzzle-Shape-Irregular}}]]|{{{SIZEP}}}}}-->{{#ifeq:{{#pos:0123456789|{{#sub:{{{SIZEP}}}|0|1}}}}||[[:Category:{{{SIZEP}}}|{{Project:Puzzle-Shape-{{{SIZEP}}}}}]]|{{{SIZEP}}}}} |
+ | |{{#ifeq:{{NAMESPACE}}|{{ns:0}}|<span style="display:none">[[Template:Puzzle/SIZEP fehlt]]</span>}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{INSET|}}}| | {{#if:{{{INSET|}}}| | ||
− | ! Puzzle- | + | ! {{Project:Puzzle-InSet}} |
{{!}} [[{{{INSET}}}]] | {{!}} [[{{{INSET}}}]] | ||
}} | }} | ||
|- | |- | ||
− | ! | + | ! {{Project:Puzzle-State}} |
{{!}} {{#if:{{{STATE|}}}|{{State|{{{STATE}}}}}|{{State|nnn}}}} | {{!}} {{#if:{{{STATE|}}}|{{State|{{{STATE}}}}}|{{State|nnn}}}} | ||
|} | |} | ||
Line 244: | Line 246: | ||
| | | | ||
{{#if:{{{INSET|}}}| | {{#if:{{{INSET|}}}| | ||
− | {{exist| | + | {{exist|File:{{NoUmlaut|{{{INSET}}}}}.jpg|[[File:{{NoUmlaut|{{{INSET}}}}}.jpg|none|400px|alt={{{INSET}}}.jpg|{{{INSET}}}]]|[[File:NoPic.jpg|none|400px|alt=NoPic.jpg|link=:File:{{NoUmlaut|{{{INSET}}}}}.jpg|No Picture]]}}| |
− | {{exist| | + | {{exist|File:{{NoUmlaut|{{PAGENAME}}}}.jpg|[[File:{{NoUmlaut|{{PAGENAME}}}}.jpg|none|400px|alt={{PAGENAME}}.jpg|{{PAGENAME}}.jpg]]|[[File:NoPic.jpg|none|400px|alt=NoPic.jpg|link=:File:{{NoUmlaut|{{PAGENAME}}}}.jpg|No Picture]]}} |
}} | }} | ||
| | | | ||
− | {{exist| | + | {{exist|File:{{NoUmlaut|{{PAGENAME}}}}1.jpg|[[File:{{NoUmlaut|{{PAGENAME}}}}1.jpg|none|400px|alt={{PAGENAME}}1.jpg|{{PAGENAME}}1.jpg]]|[[File:NoPic.jpg|none|400px|alt=NoPic.jpg|link=:File:{{NoUmlaut|{{PAGENAME}}}}1.jpg|No Picture]]}} |
|- | |- | ||
{{#if:{{{REMARKS|}}}| | {{#if:{{{REMARKS|}}}| | ||
{{!}}- | {{!}}- | ||
− | {{!}} colspan="3" style="background-color:#E6E6E6; font-size:120%;"{{!}} ''' | + | {{!}} colspan="3" style="background-color:#E6E6E6; font-size:120%;"{{!}} '''{{Project:Puzzle-Remarks}}''' |
{{!}}- | {{!}}- | ||
{{!}} colspan="3"{{!}} {{{REMARKS}}} | {{!}} colspan="3"{{!}} {{{REMARKS}}} | ||
}} | }} | ||
|}<!-- | |}<!-- | ||
− | + | {{#if:{{{SERIES|}}}|{{#inCategory:Category:{{{SERIES}}} ({{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}})|Category:Series {{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}}||{{Hinweis|Die Serie "[[:Category:{{{SERIES}}} ({{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}})|{{{SERIES}}}]]" ist nicht in "[[:Category:Series {{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}}|Series {{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}}]]" vorhanden!}}}}|}} | |
− | -->{{ | + | -->{{DEFAULTSORT:{{Sorting|{{NoUmlaut|{{NoPieces|{{PAGENAME}}}}}}}}}}<!-- |
− | -->[[ | + | -->[[Category:Puzzles]]<!-- |
− | -->[[ | + | -->[[Category:{{{PIECES}}} Pieces]]<!-- |
− | -->{{#if:{{{PRODUCER|}}}|{{#ifeq:{{{PRODUCER}}}|-|[[ | + | -->{{#if:{{{PRODUCER|}}}|{{#ifeq:{{{PRODUCER}}}|-|[[Category:Unknown producer]]|[[Category:{{{PRODUCER}}}]]}}}}<!-- |
− | -->{{#if:{{{PRODUCER|}}}|{{#ifeq:{{{PRODUCER}}}|-|[[ | + | -->{{#if:{{{PRODUCER|}}}|{{#ifeq:{{{PRODUCER}}}|-|[[Category:{{{PIECES}}} Unknown producer]]|[[Category:{{{PIECES}}} {{{PRODUCER}}}]]}}}}<!-- |
− | -->{{#if:{{{ARTIST|}}}|{{#ifeq:{{{ARTIST}}}|-|[[ | + | -->{{#if:{{{ARTIST|}}}|{{#ifeq:{{{ARTIST}}}|-|[[Category:Unknown artist]]|{{SplitCat|{{{ARTIST}}}|cat}}}}}}<!-- |
− | -->{{#if:{{{GENRE|}}}|{{ | + | -->{{#if:{{{GENRE|}}}|{{SplitCat|{{{GENRE}}}|cat}}}}<!-- |
− | -->{{#if:{{{SERIES|}}}|[[ | + | -->{{#if:{{{SERIES|}}}|[[Category:{{{SERIES}}} ({{#ifeq:{{{PRODUCER}}}|-|Unknown producer|{{{PRODUCER}}}}})]]}}<!-- |
− | -->{{#if:{{{SHAPE|}}}|[[ | + | -->{{#if:{{{SHAPE|}}}|[[Category:{{{SHAPE}}}]]}}<!-- |
− | -->{{#if:{{{YEAR|}}}|{{#ifeq:{{{YEAR}}}|-|[[ | + | {{#ifeq:{{{SIZEP|}}}|Irregular|[[Category:Irregular]]}} |
− | -->{{#ifexpr:{{{PIECES}}}>=5000|[[ | + | -->{{#if:{{{SIZEP|}}}|{{#ifeq:{{#pos:0123456789|{{#sub:{{{SIZEP}}}|0|1}}}}||[[Category:{{{SIZEP}}}]]|}}}}<!-- |
+ | -->{{#if:{{{YEAR|}}}|{{#ifeq:{{{YEAR}}}|-|[[Category:Unknown year]]|[[Category:{{{YEAR}}}]]}}}}<!-- | ||
+ | -->{{#ifexpr:{{{PIECES}}}>=5000|[[Category:Big puzzles]]}}<!-- | ||
+ | -->{{#if:{{{ARTNR|}}}|{{#ifeq:{{{PRODUCER}}}|Ravensburger|{{Exist|Category:Ravensburger_ArtNr_{{{ARTNR}}}|[[Category:Ravensburger ArtNr {{{ARTNR}}}]]}}}}}}</includeonly> |
Latest revision as of 11:34, 21 November 2022
All data of a puzzle.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Pieces | PIECES | Number pieces on box
| Number | required |
Pieces, real | PIECESR | Real number of pieces
| Number | optional |
Title, German | TITLE-D | German title, if available, translation in '()' possible
| String | optional |
Title, English | TITLE-E | English title, if available, translation in '()' possible
| String | optional |
Title, original | TITLE-O | Original title, if only available
| String | optional |
Title, others | TITLE-S | Other titles separated by '<br>'
| String | optional |
Genres | GENRE | Topic of puzzle separated by ';'
| String | optional |
Producer | PRODUCER | Producer of the puzzle
| String | optional |
Year | YEAR | Year of release if available, '-' otherwise
| String | optional |
Article number | ARTNR | Article number on box if available, '-' otherwise
| String | optional |
GTIN-Code | GTIN | GTIN-barcode if available, '-' otherwise
| String | optional |
Artist | ARTIST | Artist(s) separated by ';', '-' otherwise
| String | optional |
Puzzle-series | SERIES | Puzzle belongs to a series
| String | optional |
Shape | SHAPE | Shape of the puzzle
| String | optional |
Size [cm] | SIZEC | Size of the completed puzzle in [cm]
| String | optional |
Size [pieces] | SIZEP | Size of the completed puzzle in [pieces] or 'irregular'
| String | optional |
Box | BOX | Type of box
| String | optional |
Piece-set (unused) | PIECE-SET | Set of piece shapes
| String | optional |
Puzzle set | INSET | Puzzle is part of a puzzle set (two or more puzzles in one box)
| String | optional |
Remarks | REMARKS | Remarks on box not stored elsewhere
| String | optional |
State | STATE | Shows state of data/pictures
| String | optional |