[06:40:20] Hello. In the line "wfMessage( 'parentheses' )-> rawParams( ... )->escaped(); ", what does escaped() do? [06:40:46] Also, how do we distinguish between the usage of rawParams and params? [06:56:25] Never mind. I found it here https://www.mediawiki.org/wiki/Manual:Messages_API#Parameters Thanks! [09:43:07] Hiya! I was wondering if someone could help me with my File Zilla. I am seeing this error message =425 Can't open data connection for transfer of "/" [13:37:54] morning [14:42:16] hello folks [14:43:21] are users supposed to create pages under the Help: namespace, or is that intended for mediawiki-specific content? [14:43:43] I'm looking for a namespace for styleguides, introduction to the content etc [14:53:44] michelem: yeah, you totally can. "Help" is docs for the users of MediaWiki sites (and has e.g. docs about the wikitext syntax), "Manual" is for the admins of MediaWiki sites (and has e.g. docs of config variables) [14:54:23] michelem: or do you mean on your own wiki? (or on mediawiki.org?) [14:54:35] my own wiki [14:54:53] you can put whatever help for your users in that namespace, yeah. :) [14:55:08] thank you MatmaRex [18:16:44] Hi all, I am creating a template to redirect to the same content but in other language [18:16:49] my question is the next [18:17:16] I have put the next [{{SERVER}}/mediawiki/index.php?title={{{1}}}&uselang=es en español] to redirect to Spanish language [18:17:57] how could I do to skip writing /mediawiki/index.php? [18:18:24] to support migration to another server and base path [18:31:38] hinojosa: use the {{localurl:}} parser function https://www.mediawiki.org/wiki/Help:Magic_words#URL_data [18:32:15] (or use {{fullurl:}}, which includes {{SERVER}}) [18:33:00] thanks MatmaRex [18:33:53] im am newbie and that URL was hard to find with google, I hope it is enough [18:49:16] hinojosa: ¿aún no pusiste los rewrites?