WikiSyntax: Fix nonsense image?
authorWuzzy
Fri, 13 Jul 2018 04:33:19 +0100
changeset 1450 f1b584730d3a
parent 1449 102830fb1c4d
child 1451 dbeae3841e1d
WikiSyntax: Fix nonsense image?
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 ==