Changes between Version 6 and Version 7 of SystemDevelopmentEN


Ignore:
Timestamp:
Jul 27, 2012, 4:18:24 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v6 v7  
    5353ms:route:reroute:fromStart
    5454}}}
    55 Is handled the "reoute" module (mod_menu.py).
     55Is handled by the "reoute" module (mod_menu.py).
    5656message = "reroute"[[br]]
    5757type = "ms"[[br]]
     
    6060====== Message list ======
    6161Has the '''ml''' prefix.
     62''Example:''
     63
     64{{{
     65ml:storePOI:storePoint:12.3;45.6;Camelot
     66}}}
     67Is handled by the "storePOI" module (mod_menu.py).
     68message = "storePoint"[[br]]
     69type = "ml"[[br]]
     70args = ["12.3","45.6","Camelot"]
    6271====== Message dict ======
    6372Has the '''md''' prefix.
     73
     74''Example:''
     75
     76{{{
     77ml:storePOI:storePoint:lat=12.3;lon=45.6;name=Camelot
     78}}}
     79Is handled by the "storePOI" module (mod_menu.py).
     80message = "storePoint"[[br]]
     81type = "md"[[br]]
     82args = {"lat":"12.3","lon":"45.6","name":"Camelot"}
    6483
    6584==== mod_menu ====