r52137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52136‎ | r52137 | r52138 >
Date:18:18, 18 June 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Make links a little more dynamic
Modified paths:
  • /trunk/extensions/Call/Call.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Call/Call.i18n.php
@@ -13,17 +13,17 @@
1414 Can be used at the browser’s command line or within wiki text',
1515 'call-text' => 'The Call extension expects a wiki page and optional parameters for that page as an argument.<br /><br />
1616
17 -Example 1: &nbsp; <tt>[[Special:Call/My Template,parm1=value1]]</tt><br />
18 -Example 2: &nbsp; <tt>[[Special:Call/Talk:My Discussion,parm1=value1]]</tt><br />
19 -Example 3: &nbsp; <tt>[[Special:Call/:My Page,parm1=value1,parm2=value2]]</tt><br />
20 -Example 4 (Browser URL): &nbsp; <tt>http://mydomain/mywiki/index.php?Special:Call/:My Page,parm1=value1</tt><br /><br />
 17+Example 1: &nbsp; <tt>[[{{#special:call}}/My Template,parm1=value1]]</tt><br />
 18+Example 2: &nbsp; <tt>[[{{#special:call}}/Talk:My Discussion,parm1=value1]]</tt><br />
 19+Example 3: &nbsp; <tt>[[{{#special:call}}/:My Page,parm1=value1,parm2=value2]]</tt><br />
 20+Example 4 (Browser URL): &nbsp; <tt>http://mydomain/mywiki/index.php?{{#special:call}}/:My Page,parm1=value1</tt><br /><br />
2121
2222 The <i>Call extension</i> will call the given page and pass the parameters.<br />
2323 You will see the contents of the called page and its title but its \'type\' will be that of a special page, i.e. such a page cannot be edited.<br />The contents you see may vary depending on the value of the parameters you passed.<br /><br />
2424
2525 The <i>Call extension</i> is useful to build interactive applications with MediaWiki.<br />
2626 For an example see <a href=\'http://semeb.com/dpldemo/Template:Catlist\'>the DPL GUI</a> ..<br />
27 -In case of problems you can try <b>Special:Call/DebuG</b>',
 27+In case of problems you can try <b>{{#special:call}}/DebuG</b>',
2828 'call-save' => 'The output of this call would be saved to a page called \'\'$1\'\'.',
2929 'call-save-success' => 'The following text has been saved to page <big>[[$1]]</big> .',
3030 'call-save-failed' => 'The following text has NOT been saved to page <big>[[$1]]</big> because that page already exists.',

Status & tagging log