This:
https://de.wikipedia.org/wiki/{authors}
leads to this in the browser:
https://de.wikipedia.org/wiki/No_such_variable_authors
If I leave out the "s" in {authors}:
https://de.wikipedia.org/wiki/{author}
it already leads to this result:
https://de.wikipedia.org/wiki/Stanislav+Lem
Wikipedia tells me "Diese Seite existiert nicht"
If I type "
Stanislav Lem" into the search window of Wikipedia, the following URL is generated:
https://de.wikipedia.org/wiki/Stanis%C5%82aw_Lem
First name and surname are connected by an
underscore.
So {author} alone does not seem to be parsed correctly.
Any further ideas?
Thanks & greetings,
Hib