Index: trunk/extensions/Call/Call.i18n.php |
— | — | @@ -13,17 +13,17 @@ |
14 | 14 | Can be used at the browser’s command line or within wiki text', |
15 | 15 | 'call-text' => 'The Call extension expects a wiki page and optional parameters for that page as an argument.<br /><br /> |
16 | 16 | |
17 | | -Example 1: <tt>[[Special:Call/My Template,parm1=value1]]</tt><br /> |
18 | | -Example 2: <tt>[[Special:Call/Talk:My Discussion,parm1=value1]]</tt><br /> |
19 | | -Example 3: <tt>[[Special:Call/:My Page,parm1=value1,parm2=value2]]</tt><br /> |
20 | | -Example 4 (Browser URL): <tt>http://mydomain/mywiki/index.php?Special:Call/:My Page,parm1=value1</tt><br /><br /> |
| 17 | +Example 1: <tt>[[{{#special:call}}/My Template,parm1=value1]]</tt><br /> |
| 18 | +Example 2: <tt>[[{{#special:call}}/Talk:My Discussion,parm1=value1]]</tt><br /> |
| 19 | +Example 3: <tt>[[{{#special:call}}/:My Page,parm1=value1,parm2=value2]]</tt><br /> |
| 20 | +Example 4 (Browser URL): <tt>http://mydomain/mywiki/index.php?{{#special:call}}/:My Page,parm1=value1</tt><br /><br /> |
21 | 21 | |
22 | 22 | The <i>Call extension</i> will call the given page and pass the parameters.<br /> |
23 | 23 | 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 /> |
24 | 24 | |
25 | 25 | The <i>Call extension</i> is useful to build interactive applications with MediaWiki.<br /> |
26 | 26 | 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>', |
28 | 28 | 'call-save' => 'The output of this call would be saved to a page called \'\'$1\'\'.', |
29 | 29 | 'call-save-success' => 'The following text has been saved to page <big>[[$1]]</big> .', |
30 | 30 | 'call-save-failed' => 'The following text has NOT been saved to page <big>[[$1]]</big> because that page already exists.', |