View Single Post
Old 11-25-2021, 05:20 AM   #6
HibDelyatt
Member
HibDelyatt began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Nov 2015
Device: Tolino
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
HibDelyatt is offline   Reply With Quote