[05:13:39] can anyone point me to a good example of an extension creating a not-too-complex new content type? [06:07:32] hi, can someone kindly tell me, what variable I have to insert to link to a user's user home page? https://www.mediawiki.org/wiki/Help:Magic_words#Variables does not give me the answer [06:11:44] freenoodle: Which users userpage do you want to link to? Some specific user (just link to User:Name then), the user currently viewing that page (see Special:MyPage) or something completely different? [06:12:36] eddiegp, the homepage of the currently logged on user, I guess that's {{Special:MyPage}}, thanks!! [06:13:00] Yeah, that's it. yw :) [06:46:51] Someone here who can help me with Extension:HeaderTabs ? [06:47:38] I like HeaderTabs very much but they have one disadvantage - printing pages to paper. I would prefer the usual floating text design of a page for the printable style and the tabs for the screen style. I think this is possible by hacking the mediawiki:print.css page but I have no idea how? [06:47:59] .P [06:48:04] :P [06:48:38] hehe ... I mean mediawiki: print.css-- [09:22:29] good morning addshore [10:12:49] Hello, I have migrated mediawiki coming from postgres 8.1 to 8.4, after migrating the DB I accessed the page and got a error "Error: 1 ERROR: relation "page" does not exist", but the table does exist, does anyone have a clue? [10:17:23] Correction: the 1st error is; Error: 1 ERROR: relation "objectcache" does not exist, the error mentioned above is the 2nd error. [10:17:36] both tables exist in the database [10:55:43] Hi, can I use Special:Allpages/[namespace] in such a way, that the name of the namespace is stripped in the resulting output text (but not in the link behind the text)? [10:59:23] already found the answer [10:59:29] stripprefix=1 [11:00:45] oops, not working [12:49:33] Hey guys, is there any way I could make a page on my mediawiki retrieve a word or a phrase from another page, and when it is updated on the linked page it too would be updated? [12:50:32] E.G. I have a page for a piece of softeare and I have a field in a table where I say it is running, can I then use something like [[Software#ServerUsed]] that would then parse itself to the server name? [12:50:49] OR if I have an entire paragraph, can I dynamically embed that into another page? [17:07:32] I've noticed a puzzling behaviour. When I use a template, which invokes a LUA module, the output has an extra newline (before the real output). But when I invoke the module directly, all is good. Can anyone help me figuring out what the problem is? [17:16:59] t355u5: the template probably has a newline in it? [17:31:07] Skizzerz: hmm, no, it doesn't. that's why it is puzzling, otherwise it would be logical. [17:31:36] is the wiki public? [17:32:20] Skizzerz: let me send you the info [17:47:33] I want to load settings from a yml file to $hwConfig. Is https://github.com/0k/shyaml a good idea? [17:57:58] Is there a page that describes exactly what conditions need to be reached for a page to be considered as an "article" by MediaWiki? [18:03:22] Reception123: if you mean for counting the number of articles, see https://www.mediawiki.org/wiki/Manual:Article_count . if you mean something else, please elaborate [18:03:43] MatmaRex: Yes, thanks [18:03:58] I was just searching for the documentation page for a user who was asking about it [19:29:23] Hi / bonjour, i have a problem after install mediawiki, i put the LocalSettings.php file in my wiki, clic to "go to your wiki" and nothing... index page is empty, i try to change DB base, another settings, but always nothing, the install page appear when i delete LocalSettings.php but not Index, i have check my php & mariaDB version & change owner & make chmod 600 & 640 in LocalSettings... anyone can help me? (i speack better [19:29:24] french but i can use english) ty [19:30:01] hello [19:30:15] Crante: you might have a syntax error in your LocalSettings.php [19:30:16] !blankpage [19:30:17] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [19:30:58] i don't change the generated file, possible bug? [19:32:23] Crante: perhaps. or perhaps the issue is something else. see https://www.mediawiki.org/wiki/Manual:How_to_debug#PHP_errors on how to make PHP display error messages [19:32:35] (instead of the balnk page you're seeing now) [19:32:40] blank* [19:32:52] already make that, nothing appear, & nothing to log [19:50:18] ok solved, ty [19:52:04] i copy/paste my LocalSettings.php to Notepad++ in my ssh, but window is not in good size & cut command before the end of line, i put file by ftp & is work, ty for your time :)