Difference: VarMAKETEXT (2 vs. 3)

Revision 32007-12-12 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Deleted:
<
<
 

MAKETEXT -- creates text using TWiki's I18N infrastructure

Changed:
<
<
  • Syntax: %MAKETEXT{"string" args="..."}
>
>
  • Syntax: %MAKETEXT{"string" args="..."}%
 
Line: 15 to 14
 
    • %MAKETEXT{"If you have any questions, please contact [_1]." args="%WIKIWEBMASTER%"}%
      expands to
      If you have any questions, please contact andrea.puglisi@roma1.infn.it.
Changed:
<
<
    • %MAKETEXT{"Did you want to [[[_1]][reset [_2]'s password]]?" args="%TWIKIWEB%.ResetPassword,%WIKIUSERNAME%"}%
>
>
    • %MAKETEXT{"Did you want to [[[_1]][reset [_2]'s password]]?" args="%SYSTEMWEB%.ResetPassword,%WIKIUSERNAME%"}%
 
expands to
Did you want to reset Main.TWikiGuest's password?
  • Notes:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarMAKETEXT.