Last modified: 2010-05-15 15:52:02 UTC
Hi, i'm using semantic with templates and i would like to add more instances per field. So i think templates could accept it. Is this possible? I really would like this soon.
Sorry, don't understand the report? Add more details and recategorize as necessary.
Example: i create a template where in this template will have the field: author. But when i add this template to a page and add author information, i want to be possible add 3 authors names. So when o go to semantic and try to search articles by author, i could use any of the 3 authors, and see result.
This would make template parameters groups of values, instead of values. Then, you'd need for-each to handle them... Why not use {{book|title=MediaWiki Guide|authorship={{author|Brion}} {{author|Tim}} {{author|Rob}} }} ?
Interesting choice of Author names (our devs) :) Why not simply use something like {{book|title=MediaWiki Guide|authorship=Author1, Author2, Author3} }} If you desire you can also use parser functions.
I just would like this option: Same field with more then 1 value. {{template-name| field=value1| field=value2|
Why not just: {{template-name| |field1=value1 |field2=value2 }}
Hi Cool Cat It's because field1 and field2 will be with exactly = It's like: {{template-name| |author=Leonardo |author=Cool Cat So i would like this to be possible
But i think this could be done adding: {{template-name| |author=Leonardo; Cool Cat
So on Semantic mediawiki search when i tty to search articles by author and i add Cool Cat, I'll see all articles that Cool Cat wrote, even if i add Leonardo and Cool Cat as writer. Understand?
*** This bug has been marked as a duplicate of bug 1689 ***