User talk:Mrifqis713
Jump to navigation
Jump to search
Itch.io import
[edit]I see you've imported various itch.io games. Is it possible to add itch.io URL (P7294) statements to them all? --Lewis Hulbert (talk) 17:01, 29 October 2024 (UTC)
- Hello, yes i want to do that but always error at quickstatement for import csv. When i write like:
- qid,P7294
- Q130723102,https://jordiboi.itch.io/ignited-entry
- It always turn out:
- { "type": "unknown", "text": "https://jordiboi.itch.io/ignited-entry" }
- Do you know how to fix it? Mrifqis713 (talk) 23:04, 29 October 2024 (UTC)
- I think the URL needs to be enclosed in double quotes, like
Q130723102,"https://jordiboi.itch.io/ignited-entry"
or maybeQ130723102,"""https://jordiboi.itch.io/ignited-entry"""
. There's a reference at Help:QuickStatements#CSV_file_syntax. --Lewis Hulbert (talk) 00:08, 30 October 2024 (UTC)- Oh i see. The second one it works. I'll use itu for add itch.io URL
- Thanks Mrifqis713 (talk) 00:36, 30 October 2024 (UTC)
- I think the URL needs to be enclosed in double quotes, like