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 – NEMO
wiki:TicketGuidelines/Included

Version 6 (modified by nicolasmartin, 7 years ago) (diff)

--

Editing Tips

Use of 'textarea' view is highly recommended instead of 'wysiwyg' view (autocomplete feature for links, macros & processors)

  • Display an image
       [[Image(name, width=, align=)]]
    
  • Include a repository file
    • Totally
         [[MacroChain(Include(source:path), mimetype/processor]]
      
    • Partially
         [[IncludeSource(path, start=, end=, line_numbers=0)]]
      
  • Include a highlighted code block
    • Fortran
         {{{#!f
         ...
         }}}
      
    • SVN diff
         {{{#!diff
         ...
         }}}
      

See TracLinks, WikiMacros, WikiProcessors, TracSyntaxColoring for more...