Changes between Version 19 and Version 20 of TicketGuidelines/Included
- Timestamp:
- 2017-09-28T00:16:49+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketGuidelines/Included
v19 v20 1 ''Editing Tips''1 {{{#!div class='compact' 2 2 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'' 3 Editing Tips 5 4 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 }}} 9 24 }}} 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 14 28 }}} 15 {{{#!td16 `[[Image(file, [width=], [align=], ...)]]`\\17 `[[Image(htdocs:NEMO_logo.png, 120px, right)]]`\\18 `[[Image?]]`19 }}}20 {{{#!th21 ''Highlight Fortran code block''22 }}}23 {{{#!td24 {{{25 {{{#!f26 Your fortran code27 }}}28 }}}29 }}}30 {{{#!th31 ''Better render a SVN diff display''32 }}}33 {{{#!td34 {{{35 {{{#!diff36 Paste `svn diff` output from console37 }}}38 }}}39 }}}40 }}}41 {{{#!table class=""42 {{{#!th43 ''Include totally or partially a repository file\\with syntax highlighting''44 }}}45 {{{#!td46 syntax\\47 example\\48 help in preview49 }}}50 {{{#!td51 `[[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...''