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 19 and Version 20 of TicketGuidelines/Included


Ignore:
Timestamp:
2017-09-28T00:16:49+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketGuidelines/Included

    v19 v20  
    1 ''Editing Tips'' 
     1{{{#!div class='compact' 
    22 
    3 * '' 'textarea' view in the editing frame is highly recommended instead of 'wysiwyg' view (autocomplete feature for links, macros & processors with contextual help).\\ 
    4 * ''Useful wiki macros and processors'' 
     3Editing Tips 
    54 
    6 {{{#!table class="" 
    7 {{{#!th 
    8  ''Display an image'' 
     5* 'textarea' view recommended (no bugs, autocomplete, contextual help).\\ 
     6* Display an image: `[[Image([wiki|ticket|discussion]:..., [width=...], [align=...], [valign=...], [link=...], ...)]]`, see `[[Image?]]` in preview 
     7{{{#!table class='' 
     8  {{{#!td 
     9  * Fortran code block 
     10  {{{ 
     11     {{{#!f 
     12     Your fortran code 
     13     }}} 
     14  }}} 
     15  }}} 
     16  {{{#!td 
     17  * SVN diff 
     18  {{{ 
     19     {{{#!diff 
     20     Paste `svn diff` output from console 
     21     }}} 
     22  }}} 
     23  }}} 
    924}}} 
    10 {{{#!td 
    11  syntax\\ 
    12  example\\ 
    13  help in preview 
     25* Include totally or partially a repository file: `[[IncludeSource([trunk|branches|...]/...,[start=], [end=], [rev=], [line_numbers=0|1], [mimetype=], [header=])]]`, see `[[IncludeSource?]]` in preview 
     26* See TracLinks | WikiMacros | WikiProcessors | TracSyntaxColoring for more...'' 
     27 
    1428}}} 
    15 {{{#!td 
    16 `[[Image(file, [width=], [align=], ...)]]`\\ 
    17 `[[Image(htdocs:NEMO_logo.png, 120px, right)]]`\\ 
    18 `[[Image?]]` 
    19 }}} 
    20 {{{#!th 
    21  ''Highlight Fortran code block'' 
    22 }}} 
    23 {{{#!td 
    24    {{{ 
    25 {{{#!f 
    26    Your fortran code 
    27 }}} 
    28    }}} 
    29 }}} 
    30 {{{#!th 
    31  ''Better render a SVN diff display'' 
    32 }}} 
    33 {{{#!td 
    34    {{{ 
    35 {{{#!diff 
    36    Paste `svn diff` output from console 
    37 }}} 
    38    }}} 
    39 }}} 
    40 }}} 
    41 {{{#!table class="" 
    42 {{{#!th 
    43  ''Include totally or partially a repository file\\with syntax highlighting'' 
    44 }}} 
    45 {{{#!td 
    46  syntax\\ 
    47  example\\ 
    48  help in preview 
    49 }}} 
    50 {{{#!td 
    51 `[[IncludeSource(path,[start=], [end=], [line_numbers=0|1], [mimetype=], [header=])]]`\\ 
    52 `[[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/nemo.f90, start=2, end=20, line_numbers=0)]]`\\ 
    53 `[[IncludeSource?]]` 
    54 }}} 
    55 }}} 
    56  
    57 * See TracLinks | WikiMacros | WikiProcessors | TracSyntaxColoring for more...''