lozina
Lifer
I'm working with a wiki site that uses infobox templates, which have various properties, so we'd use it like:
{{infobox test | propery1=ding | property2=bam}}
Now, I would really love to be able to construct a ask query where I query for values of these infobox entries.
Something like:\
{{#ask: [[Category:whatever]] [[property1::ding]]}}
this should automatically pull me a link to that page using the infobox example above since it's property1 value is ding.
But that syntax is not working, only if I explicitly put [[property1::ding]] somewhere on the page itself does it work, but I dont want to do that manual work on every page.
Any suggestions?
It's weird, if I do this:
{{infobox test
|property1=10
|property2=Black
}}
then the query:
{{#ask: [[propery1::10]]}}
works, it finds the article.
but the query:
{{#ask: [[propery2::Black]]}}
Does not work and I dont understand why, I checked and double-checked the spellings and everything
{{infobox test | propery1=ding | property2=bam}}
Now, I would really love to be able to construct a ask query where I query for values of these infobox entries.
Something like:\
{{#ask: [[Category:whatever]] [[property1::ding]]}}
this should automatically pull me a link to that page using the infobox example above since it's property1 value is ding.
But that syntax is not working, only if I explicitly put [[property1::ding]] somewhere on the page itself does it work, but I dont want to do that manual work on every page.
Any suggestions?
It's weird, if I do this:
{{infobox test
|property1=10
|property2=Black
}}
then the query:
{{#ask: [[propery1::10]]}}
works, it finds the article.
but the query:
{{#ask: [[propery2::Black]]}}
Does not work and I dont understand why, I checked and double-checked the spellings and everything
Last edited: