WikiSyntax.wiki
changeset 1451 dbeae3841e1d
parent 1450 f1b584730d3a
child 1452 4883b31e9277
--- 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 ==