diff -r 102830fb1c4d -r f1b584730d3a WikiSyntax.wiki --- a/WikiSyntax.wiki Fri Jul 13 04:31:44 2018 +0100 +++ b/WikiSyntax.wiki Fri Jul 13 04:33:19 2018 +0100 @@ -286,13 +286,13 @@ https://www.hedgewars.org/images/hwkb_example.png -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), this would become: +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: {{{ -https://www.hedgewars.org/images/hwkb_example.foo&nonsense=something_that_ends_with.png +https://www.hedgewars.org/images/hwkb_example.foo?nonsense=something_that_ends_with.png }}} -https://www.hedgewars.org/images/hwkb_example.foo&nonsense=something_that_ends_with.png +https://www.hedgewars.org/images/hwkb_example.foo?nonsense=something_that_ends_with.png == Tables ==