# HG changeset patch # User Wuzzy # Date 1531453179 -3600 # Node ID dbeae3841e1dc4ab535c96b8f8a70b251b2bcaed # Parent f1b584730d3a45fac5a85129b6b8b2ce8e8a8a4b WikiSyntax: Update example image for nonsense url diff -r f1b584730d3a -r dbeae3841e1d WikiSyntax.wiki --- a/WikiSyntax.wiki Fri Jul 13 04:33:19 2018 +0100 +++ b/WikiSyntax.wiki Fri Jul 13 04:39:39 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), you could write instead: +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: {{{ -https://www.hedgewars.org/images/hwkb_example.foo?nonsense=something_that_ends_with.png +https://www.hedgewars.org/images/hwkb_example_weird_suffix.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_weird_suffix.foo?nonsense=something_that_ends_with.png == Tables ==