mediawiki4intranet / Wikilog

Heavily improved Wikilog extension
http://wiki.4intra.net/Wikilog
GNU General Public License v2.0
10 stars 10 forks source link

MediaWiki internal error. #14

Closed BrunoRobert closed 8 years ago

BrunoRobert commented 8 years ago

Can you give me a hint, how to embed a Wikilog? If I try out the example I get an error: MediaWiki internal error.

Bruno

vitalif commented 8 years ago

Do you mean you want to include Special:Wikilog on other page? I'm doing it like this: {{Special:Wikilog/Template:BlogInformerLine/25/sort=wti_talk_updated}} Template:BlogInformerLine contains the following code in my case: * {{#if:{{{dateInFuture|}}}|[[File:PinIcon_Scala.png|16px|link=]] '''|}}[[{{{page}}}|{{#regex:{{{title}}}|/^(\d{4}-\d{2}-\d{2}[\s:]*)?/|{{{date}}}: }}]] ← [[{{{wikilogPage}}}|{{{wikilogTitle}}}]]{{#if:{{{ncomments|}}}|, {{{talkUpdatedDate}}} — [[{{{talkpage}}}|{{{ncomments}}} комментари{{PLURAL:{{{ncomments}}}|й|я|ев}}]]|}}{{#if:{{{dateInFuture|}}}|'''|}}

BrunoRobert commented 8 years ago

Thank your very much. I have again learned something ;)