Error: ifeq

Konfiguracja i instalacja skryptów z Wiki w nazwie.
Post Reply
Azeroth
Posts: 2
Joined: 02 Mar 2011, 15:56:40
Gender: None specified
User Agent: Chrome Windows 1600x900

Error: ifeq

Post by Azeroth »

Witam.
Zrobiłem szablon: "Infobox Album", ale jak dałem Zapisz to wyskoczył mi taki błąd:

Code: Select all

{{infobox album{{#ifeq: ...|---|||<...>}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}}}   
Możecie mi jakoś w tym pomóc?
Urlich
Posts: 1624
Joined: 05 Jan 2011, 07:21:43
Gender: Male
User Agent: Firefox Windows 1024x768

Re: Error: ifeq

Post by Urlich »

Sprawdz poprawność kodu wg instrukcji tworzenia szablonu,bo to błędny kod spowodował
Nie potrafisz znieść krytyki?.. Prawdziwy zwycięzca nie boi się ani nagich faktów, ani krytyki.
Azeroth
Posts: 2
Joined: 02 Mar 2011, 15:56:40
Gender: None specified
User Agent: Chrome Windows 1600x900

Re: Error: ifeq

Post by Azeroth »

Według mnie kod jest poprawny. Może sprawdzi mi go ktoś?

Code: Select all

{| class="infobox" style="font-size:89%; width:300px;"
|- 
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
|- style="text-align:center;"
{{#if: {{{image|}}} | {{!}} colspan="2" style="padding:0.5em;" {{!}} [[{{{image}}}|{{{imagewidth|250}}}px]] }}
|- style="text-align:center;"
| colspan="2" style="font-size:120%; background-color:#3366CC; color:#ffffff;" | ''{{{artist}}}''
|-
{{#if: {{{released|}}} | {{!}} '''Released''' {{!!}} {{{released}}} }}
|-
{{#if: {{{recorded|}}} | {{!}} '''Recorded''' {{!!}} {{{recorded}}} }}
|-
{{#if: {{{length|}}} | {{!}} '''Length''' {{!!}} {{{length}}} }}
|-
{{#if: {{{label|}}} | {{!}} '''Label''' {{!!}} {{{label}}} }}
|-
{{#if: {{{producer|}}} | {{!}} '''Produced by''' {{!!}} {{{producer}}} }}
|}<noinclude><br style="clear:both;" />
{{documentation}}</noinclude> 
Post Reply