[00:23:54] Uprzejmie proszę o połączenie moich kont, czyli z którego teraz edytuję KrzysG z moim poprzednim wizikj. [00:29:09] I ask to reduse my acond: wizikj and KrzysG, to wizikj. [08:29:30] Hi, I'm trying to get my head around how I should do some of the things in mediawiki. On my category page I would like to have an easy option to create a new page inside the category. I can use the inputbox for this. [08:29:57] can I automatically add some text to the target page that adds it to the category? Or should I be using templates for that. [08:30:23] (and that would probably require me to create templates for each category?) [08:43:54] finalbeta: what kind of data do you want to put on the pages? [08:44:14] If you want to have a certain structure, I think you need templates [08:44:29] If it is just free text, then a form might be enough [08:44:57] Perhaps the robust way would be to create a template, and then create a form for it [08:49:48] harmaahylje, I'm creating a wiki to document "IT installations". I'm going to use the API to create categories, And I'm going to look at adding a few premade pages. But in this case, I would like to give my end user the option to go to the category page [08:50:01] and create a new, unstructured page, inside that category. [08:50:40] So an empty page, but I need it to automagically be inside the correct category (because I can trust my users to forget to add that category themselves) [08:50:45] finalbeta: Make a tempalate for it, and then a form for the template. Add the form code to the category page [08:52:07] and in that template, add the category, so it will be automatically included [08:52:42] Ok, thanks harmaahylje [08:53:23] https://www.mediawiki.org/wiki/Extension:Page_Forms/The_%22edit_with_form%22_tab [08:53:52] That should add a edit with form tab for each page created with that form [08:54:42] I think you are supposed to add that {{#default_form:yourform}} on the category page [08:55:06] Then the category should show create page with form tab or smth [08:55:17] I hope I am not just confusing you... :/ [08:56:19] A little actually, But I'll have a look at it :) [09:36:50] finalbeta: getting anywhere? [09:37:08] I mean, are you making progress, need further advice? (I am actually a MediaWiki noob myself though) [13:52:57] harmaahylje, haven't had the time to test yet. (somewhere next week :) ) [17:07:40] Hi, is there a way to list the extensions that are on an instance? To know what templates I can use on it. [17:12:31] Special:Version [17:30:03] Reedy: thanks :) [22:27:30] * eddiegp searches for documentation on running RESTBase on a private wiki [22:28:20] Everything I've found so far was for completely disabling access to RESTBase from the outside (i.e. only accept stuff from localhost). That'd break VisualEditor though, which is the whole point of RESTBase for me. [22:29:50] eddiegp: i don't think that's possible. afaik, RESTbase provides access to rendered HTML without authentication. i could be wrong, though [22:29:51] The standard setup exposes everything over the /api/rest_v1/page/html/$pagename URI and thus makes the wiki basically public again. [22:31:00] DanielK_WMDE: That's what I feared. If that's really the case I can deal with that, but I still have to find someone or someplace confident of saying "This definitely isn't working, and that's by design." Do you know who to ask? [22:31:24] parsoid team? [22:31:35] * eddiegp goes looking who that is [22:31:58] #mediawiki-parsoid [22:32:09] Oh, wait [22:32:16] #mediawiki-services is apparently the better place [22:32:48] Okay, I'll ask there. Thanks :)