[10:07:43] Hello every I tried during the entire week the implement of the library here : [10:07:49] https://github.com/wikimedia/mediawiki-oauthclient-php [10:09:41] And I wonder if it is normal to use "https://test.wikidata.org/w/api.php?action=tokens&format=json" (the deprecated version) instead of "https://test.wikidata.org/w/api.php?action=query&meta=tokens&format=json" (not deprecated version) [10:09:57] For obtain a edit token [11:12:15] how would I escape {{{1}}} for this template to work properly when 1 contains quotes? https://meta.wikimedia.org/w/index.php?title=Template:H:title&action=edit [12:10:42] Hi ! I would like to integrate MediaWiki in a PHP platform. The platform will automaticaly create multiple instances of MediaWiki and MediaWiki will have to get the username in a cookie of the platform. The platform is http://communecter.org/, a french project helping to make creative commons content. Would somebody like to help me in this task ? T [12:10:43] hanks, Marc [12:11:39] Or do you know a tutorial or manual for accomplishing this job ? [12:59:12] MarcFun: https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker ? [14:58:21] Merci @tgr pour le lien [15:20:01] Is there a way I can apply some default page content to all 'Talk' pages? So if the user clicks the 'Discussion' link at the top of the page but it hasn't been created yet, rather than being presented with a blank page to create it will contain some stuff already. Looking to do this only for pages in the 'Talk' namespace :-) [16:14:16] hi guys [16:14:37] OliverUK1: maybe with a bot ? [18:47:29] Does one have to use the same computer all the time in order to index? I want to be able to use a laptop when I'm away from home and my desktop otherwise. Is that possible? [18:57:14] Bobbi: index what? i don't understand the question. are you sure you're asking in the right channel? [19:00:08] I thought I was. This is regarding the Ancestry Project. I got this link from the Ancestry.com Wiki [19:01:24] I can search elsewhere on the Ancestry Project pages. There are a LOT of them. Thanks for your response [19:09:14] Hi! I've been using tags on a personal wiki for documenting code. If I want to create a new tag that I can use instead, using some css to style it, what should I take a look at? [19:11:38] Basically, I would like something like: print("hello world") to use when I want to write code that's not long enough to warrant [19:19:49] abcdddeea: you can keep using ? or if you don't like it because it's deprecated in HTML, use instead. [19:20:26] abcdddeea: if you want to implemented a custom MediaWiki tag extension, see https://www.mediawiki.org/wiki/Manual:Tag_extensions , but i'm pretty sure you do not need that here [19:22:56] Yeah, but I don't like how code or tt looks, I want to have a different css-style.