[06:32:32] [SemanticMediaWiki] Nikerabbit pushed 1 new commit to master: https://git.io/vo0C2 [06:32:32] SemanticMediaWiki/master 68ac536 Niklas Laxström: Localisation updates from https://translatewiki.net. [07:19:30] [SemanticResultFormats] s7eph4n pushed 2 new commits to master: https://git.io/vo08M [07:19:30] SemanticResultFormats/master 1775fd4 Stephan Gambke: Filtered format: Fix Uncaught TypeError: fixedValues.split is not a function... [07:19:30] SemanticResultFormats/master afe440f s7eph4n: Merge pull request #160 from s7eph4n/master... [08:11:27] hi. i want to a ask query to check if a value of a multi value property is set can someone help me? [09:14:25] hi. i want to a ask query to check if a value of a multi value property is set can someone help me? [12:16:06] hi. i want to a ask query to check if a value of a multi value property is set can someone help me? [12:35:33] jk_: what do you mean by a "multi value property"? [12:42:50] hey yaron [12:43:06] i have a property containig a list of countries [12:44:15] lets say CD countries=Germany, Spain, Italy, ... [12:44:46] and now i want a list of pages containing "Spain" in "CD countries" [12:46:45] "CD countries" is the name of the property? [12:47:03] If so, you can do {{#ask:[[CD countries::Spain]]}} . [12:48:45] okay... and if i have several properties like "CD countries eu", "CD countries asian", "CD countries africa".... [12:55:44] [[CD countries africa::Germany]][[CD countries eu::Germany]] does not work [12:56:19] i do not know in which property "Germany" will occure [12:56:21] Do you want to do an OR, or an AND? [12:56:26] OR, then. [12:56:28] Try: [12:56:46] i tries OR but the result was not as expected [12:56:51] tried [12:56:54] Oh. [12:56:58] What did you try? [12:57:12] [[CD country eu::Germany]] OR [[CD country africa::Germany]] [12:59:21] if i do just [[CD country eu::Germany]] i got 5 results [12:59:38] with [[CD country eu::Germany]] OR [[CD country africa::Germany]] 6 [13:00:31] Is that bad? [13:00:31] the extra result item has no values in CD country eu [13:00:41] Oh. [13:00:56] and even no Germany in CD country africa [13:04:02] Could you describe your data structure, by the way? It seems odd to have properties with names like that. [13:23:49] Perhaps what you need is subobjects. [14:28:09] ist der karsten da? [14:35:51] Nicht jetzt. [14:46:27] can you tell me his irc nick? [14:48:33] kgh, I think. [14:58:41] ah thank u [19:45:06] Hi, I have a regular Wiki entry (https://wiki.vocaloid.de/index.php?title=Electric_Angel&action=edit), which uses a template (https://wiki.vocaloid.de/index.php?title=Vorlage:Infobox_Song&action=edit) and commits several values, like image names, numbers and lists. I edited this template to set semantic mediawiki data. My current problem is, that I get this notification on the wiki page: "??? cannot be used as a page name [19:45:29] , because not all parameters were filled. How can I fix this? I have huge difficulties working with SMW, even I read through the documentation. Does someone want to support me for a single page just to understand it better? [20:55:05] Nekura: where are you seeing that error? [20:55:40] Here: https://wiki.vocaloid.de/Electric_Angel the yellow signs [20:56:39] I don't see them, probably because I'm not logged in. [21:02:23] Oh, ok maybe. But what do I need to change in the source code to make it disappear? Lets say I let the parameter "Bild" (german for "image") blank. How can I tell it not to set the data value for Bild? [21:05:04] I don't know... you have some very complex-looking wikitext in there, like this: "{{#if:{{{Bild|}}}" [21:06:37] Speaking of "Bild", I don't know why you have this either: "{{#show:{{PAGENAME}}| ?Bild }}". [21:06:45] Why not just use {{{Bild}}} ? [21:14:38] Yaron: I want to request the image filename from a different site, so I have to use SMW.