New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
TicketGuidelines/Included (diff) – NEMO

Changes between Version 10 and Version 11 of TicketGuidelines/Included


Ignore:
Timestamp:
2017-05-14T15:59:12+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketGuidelines/Included

    v10 v11  
    55@column column1 
    66@column column2 
     7@column column3 
    78@header 
    89@row 
    910@column1: 
    1011* ''Use of 'textarea' view in the editing frame is highly recommended instead of 'wysiwyg' view\\(autocomplete feature for links, macros & processors with contextual help)''\\''See TracLinks, WikiMacros, WikiProcessors, TracSyntaxColoring for more...'' 
    11 * ''Include a repository file with syntax highlighting'' 
    12   * ''Totally'' 
    13           {{{ 
    14              [[MacroChain(Include(source:/branches/2015/nemo_v3_6_STABLE/NEMOGCM/...), mimetype/processor]] 
    15              [[MacroChain?]] to display help in preview 
    16           }}} 
    17   * ''Partially'' 
    18           {{{ 
    19              [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/..., start=, end=, line_numbers=0)]] 
    20              [[IncludeSource?]] to display help in preview 
    21           }}} 
    22 @column2: 
    2312* ''Display an image'' 
    2413      {{{ 
     
    2615         [[Image?]] to display help in preview 
    2716      }}} 
     17@column2: 
    2818* ''Include a highlighted code block'' 
    2919  * ''Fortran'' 
     
    3828       ... 
    3929    }}} 
     30@column3: 
     31* ''Include a repository file with syntax highlighting'' 
     32  * ''Totally'' 
     33          {{{ 
     34             [[MacroChain(Include(source:/branches/2015/nemo_v3_6_STABLE/NEMOGCM/...), mimetype/processor]] 
     35             [[MacroChain?]] to display help in preview 
     36          }}} 
     37  * ''Partially'' 
     38          {{{ 
     39             [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/..., start=, end=, line_numbers=0)]] 
     40             [[IncludeSource?]] to display help in preview 
     41          }}} 
    4042}}}