Changes between Version 5 and Version 6 of WikiFormatting
- Timestamp:
- May 4, 2024, 8:28:50 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiFormatting
v5 v6 159 159 || `ticket:1, ticket:1#comment:1, comment:1:ticket:1` ||\ 160 160 || ticket:1, ticket:1#comment:1, comment:1:ticket:1 || 161 || `Ticket [ticket:1]`, `[ticket:1 ticketone]` ||\162 || Ticket [ticket:1], [ticket:1 ticket one] ||163 || `Ticket [[ticket:1]]`, `[[ticket:1|ticket one]]` ||\164 || Ticket [[ticket:1]], [[ticket:1|ticket one]] ||161 || `Ticket [ticket:1]`, `[ticket:1 ticket one]` ||\ 162 || Ticket [ticket:1], [ticket:1 ticket one] || 163 || `Ticket [[ticket:1]]`, `[[ticket:1|ticket one]]` ||\ 164 || Ticket [[ticket:1]], [[ticket:1|ticket one]] || 165 165 |----------------------------------------------------------- 166 166 {{{#!th rowspan=2 … … 182 182 || `{{{-}}}` triple curly brackets || 183 183 |----------------------------------------------------------- 184 ||= [#Images Images] =|| `[[Image( `''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] ||184 ||= [#Images Images] =|| `[[Image( ... )]]` || [[Image( "/chrome/common/trac_logo_mini.png" )]] || 185 185 |----------------------------------------------------------- 186 186 {{{#!th rowspan=2 … … 691 691 ... 692 692 693 Point2: [=#point2] Jump here693 Point2: [=#point2] Jump here 694 694 }}} 695 695 }}} … … 699 699 ... 700 700 701 Point2: [=#point2] Jump here701 Point2: [=#point2] Jump here 702 702 }}} 703 703 … … 717 717 Various forms of escaping for list markup: 718 718 ^^- escaped minus sign \\ 719 ^^1. escaped number \\719 ^^1. escaped number \\ 720 720 ^^* escaped asterisk sign 721 721 }}} … … 727 727 Various forms of escaping for list markup: 728 728 ^^- escaped minus sign \\ 729 ^^1. escaped number \\729 ^^1. escaped number \\ 730 730 ^^* escaped asterisk sign 731 731 }}} … … 735 735 Urls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags. 736 736 737 You now have to use the ![[Image]] macro. The simplest way to include an image is to upload it as attachment to the current page, and put the filename in a macro call like `[[Image( picture.gif)]]`.737 You now have to use the ![[Image]] macro. The simplest way to include an image is to upload it as attachment to the current page, and put the filename in a macro call like `[[Image( "picture.gif" )]]`. 738 738 739 739 In addition to the current page, it is possible to refer to other resources: 740 * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page) 741 * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket) 742 * `[[Image(htdocs:picture.gif)]]` (referring to a file inside the [TracEnvironment environment] `htdocs` directory) 743 * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository) 744 745 ||= Wiki Markup =||= Display =|| 746 {{{#!td 747 {{{ 748 [[Image(htdocs:../common/trac_logo_mini.png)]] 749 }}} 750 }}} 751 {{{#!td 752 [[Image(htdocs:../common/trac_logo_mini.png)]] 753 }}} 754 755 See WikiMacros for further documentation on the `[[Image()]]` macro, which has several useful options (`title=`, `link=`, etc.) 740 * `[[Image( "wiki:WikiFormatting:picture.gif" )]]` (referring to attachment on another page) 741 * `[[Image( "ticket:1:picture.gif" )]]` (file attached to a ticket) 742 * `[[Image( "htdocs:picture.gif" )]]` (referring to a file inside the [TracEnvironment environment] `htdocs` directory) 743 * `[[Image( "source:/trunk/trac/htdocs/trac_logo_mini.png" )]]` (a file in repository)\\ 744 See also: https://github.com/orgs/community/discussions/108088#discussioncomment-8678990 745 746 ||= Wiki Markup =||= Display =|| 747 {{{#!td 748 {{{ 749 [[Image( "htdocs:../common/trac_logo_mini.png" )]] 750 }}} 751 }}} 752 {{{#!td 753 [[Image( "htdocs:../common/trac_logo_mini.png" )]] 754 }}} 755 756 ͏ See [/wiki/WikiMacros#Image-macro WikiMacros] for further documentation on "`[[Image( ... )]]`" macro: which has several useful options ("title", "link" etc.).\\ 757 ͏ Bunch mentioned in "`[[Image( ... )]]`" are invalid. Use with caution.\\ 758 ͏ Note also: https://trac.ffmpeg.org/ticket/10928 759 760 Examples:\\ 761 ͏ https://trac.ffmpeg.org/wiki/Scaling?action=diff&contextlines=5&old_version=30&version=34\\ 762 ͏ It's recommended to quote the source URI: as which might contain "," that may cause misinterpretation of the macro. 756 763 757 764 == Macros … … 805 812 }}} 806 813 }}} 807 {{{#!td valign="top" style="border: 0px"814 {{{#!td valign="top" style="border: 0px" 808 815 809 816 {{{#!html … … 831 838 }}} 832 839 }}} 833 {{{#!td valign="top" style="border: 0px"840 {{{#!td valign="top" style="border: 0px" 834 841 835 842 {{{#!python … … 880 887 }}} 881 888 }}} 882 {{{#!td valign="top"style="border: 0px"889 {{{#!td valign="top" style="border: 0px" 883 890 884 891 {{{#!th rowspan=4 align=justify
