Am 05.11.2011 16:43, schrieb Valerio Pelliccioni:
> Hi,
> at http://www.tunearch.org (a semantic index of traditional instrumental
> music) we use the following inline query to retrieve tunes and their
> properties:
> 
> {{#ask:[[Category:Tune]]
> [[Theme_code_index::1113 1344]]
> |mainlabel=Tune
> |?Is also known as=Also known as
> |?Theme_code_index=Theme Code Index
> |?Was composed by=Arranger/Composer
> |?It comes from=Country
> |?Has genre=Genre
> |?Has rhythm=Rhythm
> |?Is in the key of=Key
> |?Has historical geographical allegiances=History
> |format=broadtable
> |order=
> |sort=
> |offset=0
> |limit=20
> }}
> 
> The query works correctly but a warning message comes up every time
> saying: " /_"" cannot be used as a property name in this wiki._/ "
> 
> Am I doing something wrong?

Without having tested it my guess would be that not providing a property
for the sort might be the cause. Try

{{#ask:[[Category:Tune]]
[[Theme_code_index::1113 1344]]
|mainlabel=Tune
|?Is also known as=Also known as
|?Theme_code_index=Theme Code Index
|?Was composed by=Arranger/Composer
|?It comes from=Country
|?Has genre=Genre
|?Has rhythm=Rhythm
|?Is in the key of=Key
|?Has historical geographical allegiances=History
|format=broadtable
|offset=0
|limit=20
}}

Cheers,
Stephan

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to