[10:22:25] I'm puting an #if parser into a template, I want it to display if a property is not empty. [10:22:36] How would I put this in? [10:54:42] Velyks: {{#if: {{#show: |?}} | }} [10:55:54] Sorry, misworded. template parameter, not property. [10:57:34] Ahh, got it woring [10:57:36] working* [11:00:55] ok [11:00:59] don't forget the pipe [11:01:05] {{{fieldname|}}} [11:04:01] I was missing linebreaks, and putting too mane {{!}} hacks in. [14:12:57] hi #semantic-mediawiki. i want to make a minimal extension that does something like this (in psuedocode) $page = getPage('MyPage'); writeFile(page.contents); writeFile(page.properties); any good starting points for that ? thanks ! [14:20:24] nostriluu: have you found the developer pages on smw.org? [14:20:39] saruman, yes but they're a bit dense [14:21:33] i just want to do one thing, not become an expert [14:21:40] hmz [14:21:54] nostriluu: for the last one, I'd suggest looking at the SMW code for the Special:Browse page. [14:22:05] well, the guys with dev expertise are yaron, JeroenDeDauw1, Ftrott [14:23:02] nostriluu: SMW properties? [14:25:33] JeroenDeDauw1 yes, i want to save these details in a minimal extension in a file when a page is saved. but i may resort to api.php [18:18:44] Hi to all [18:19:16] i am collecting projects that make an extensive use of semantic maps [18:19:52] anyone could provide me with some good examples? [23:35:08] anyone use the external data extension? [23:36:09] I am having trouble grabbing json. [23:36:33] I have some nice JSON that is grabbable. Appear to be doing everything right, and {{#external_value:}} does not appear to be showing anything. [23:37:21] I am trying to retrieve a list, which may be my issue. [23:39:45] Okay. I got it to retrieve a string. [23:39:50] but a list of strings isn't working. [23:44:23] I guess I can change my JSON.