You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to wiki syntax, if you use "https://", that is external link (single square bracket). The double square brackets are used for internal links.
The text was updated successfully, but these errors were encountered:
The above mentioned existing line is //line_to_add = "https://" + wiki_url + "/wiki/Index:" + filename//.
If you change as bellow,
"line_to_add = "# [[Index:" + filename"]]
the internal link appears as in the wikisource user's sub page: https://ta.wikisource.org/s/bcbi.
According to wiki syntax, if you use "https://", that is external link (single square bracket). The double square brackets are used for internal links.
The text was updated successfully, but these errors were encountered: