Changes between Version 3 and Version 4 of GuiUrls

Show
Ignore:
Author:
Nicolas (IP: 190.188.180.148)
Timestamp:
07/08/09 10:41:06 (5 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiUrls

    v3 v4  
    2929Team-specific entries should be enclosed in <ifteam>; they will be sent only if the user belongs to a team. 
    3030 
    31 All test (including URLs) must be entity-escaped: 
    32 {{{ 
    33                 Character   Escape Code 
    34 Ampersand       &       &amp; 
    35 Single Quote    '       &apos; 
    36 Double Quote   "       &quot; 
    37 Greater Than   >       &gt; 
    38 Less Than      <       &lt; 
    39 }}} 
     31Like with any XML file, all text (including URLs) must be entity-escaped: 
     32 
     33||      || Character || Escape Code || 
     34|| Ampersand    || & || &amp; || 
     35|| Single Quote || ' || &apos; || 
     36|| Double Quote || " || &quot; 
     37|| Greater Than || > || &gt; 
     38|| Less Than    || < || &lt; 
     39 
    4040 
    4141The components of a <gui_url> element are: 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.