WikiSyntax.wiki
changeset 1451 dbeae3841e1d
parent 1450 f1b584730d3a
child 1452 4883b31e9277
equal deleted inserted replaced
1450:f1b584730d3a 1451:dbeae3841e1d
   284 https://www.hedgewars.org/images/hwkb_example.png
   284 https://www.hedgewars.org/images/hwkb_example.png
   285 }}}
   285 }}}
   286 
   286 
   287 https://www.hedgewars.org/images/hwkb_example.png
   287 https://www.hedgewars.org/images/hwkb_example.png
   288 
   288 
   289 If the URL of the image does not end with a standard file name suffix such as `.png`, you may need to add a `nonsense` query string parameter to the end so that the URL ends with a supported image filename extension. For example, for the URL `https://www.hedgewars.org/images/hwkb_example.foo` (which refers to a PNG image), you could write instead:
   289 If the URL of the image does not end with a standard file name suffix such as `.png`, you may need to add a `nonsense` query string parameter to the end so that the URL ends with a supported image filename extension. For example, for the URL `https://www.hedgewars.org/images/hwkb_example_weird_suffix.foo` (which refers to a PNG image), you could write instead:
   290 
   290 
   291 {{{
   291 {{{
   292 https://www.hedgewars.org/images/hwkb_example.foo?nonsense=something_that_ends_with.png
   292 https://www.hedgewars.org/images/hwkb_example_weird_suffix.foo?nonsense=something_that_ends_with.png
   293 }}}
   293 }}}
   294 
   294 
   295 https://www.hedgewars.org/images/hwkb_example.foo?nonsense=something_that_ends_with.png
   295 https://www.hedgewars.org/images/hwkb_example_weird_suffix.foo?nonsense=something_that_ends_with.png
   296 
   296 
   297 == Tables ==
   297 == Tables ==
   298 
   298 
   299 Tables are created by entering the content of each cell separated by
   299 Tables are created by entering the content of each cell separated by
   300 {{{||}}} delimiters. You can insert other inline wiki syntax in table
   300 {{{||}}} delimiters. You can insert other inline wiki syntax in table