Factorio talk:Translation guide: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 9: | Line 9: | ||
| ::: Yep, I was wrong. As [[User:Mefisto1029|Mefisto1029]] already pointed out the underlying issue is maybe the display title? Anyway I changed the query to look for all pages in the Main/de category instead: <nowiki>{{#ask: [[Category:Main/de]] [[:+||Factorio:+]] }}</nowiki>. That includes nearly all relevant pages. It doesn't catch pages in the Category, Archive and Tutorial namespaces however. --[[User:Ickputzdirwech|Ickputzdirwech]] ([[User talk:Ickputzdirwech|talk]]) 14:16, 22 October 2025 (UTC) | ::: Yep, I was wrong. As [[User:Mefisto1029|Mefisto1029]] already pointed out the underlying issue is maybe the display title? Anyway I changed the query to look for all pages in the Main/de category instead: <nowiki>{{#ask: [[Category:Main/de]] [[:+||Factorio:+]] }}</nowiki>. That includes nearly all relevant pages. It doesn't catch pages in the Category, Archive and Tutorial namespaces however. --[[User:Ickputzdirwech|Ickputzdirwech]] ([[User talk:Ickputzdirwech|talk]]) 14:16, 22 October 2025 (UTC) | ||
| :::: Thank you for that fix! Would it work better to maybe go with the "German page" category instead? That should be getting automatically applied on the translated pages via the language template. I've also turned on semantic search for the tutorial namespace. The category namespace should already have it enabled. -- [[User:Bilka|Bilka]] ([[User talk:Bilka|talk]]) - <span style="color:#FF0000">Admin</span> 14:12, 23 October 2025 (UTC) | :::: Thank you for that fix! Would it work better to maybe go with the "German page" category instead? That should be getting automatically applied on the translated pages via the language template. I've also turned on semantic search for the tutorial namespace. The category namespace should already have it enabled. -- [[User:Bilka|Bilka]] ([[User talk:Bilka|talk]]) - <span style="color:#FF0000">Admin</span> 14:12, 23 October 2025 (UTC) | ||
| :::::Since the category "German page" is a subcategory of "Main/de" all pages in "German page" also have the category "Main/de" and the later therefore includes potentially more pages. For some reason this isn't true for the category pages themselves, but I found a workaround for them. The Tutorial namespace works in principal but I understand now, why most of the pages aren't found by the search: they have no properties set. For example [[Special:Browse/:Tutorial:Applied-5Fpower-5Fmath-2Fde]] has no properties right now and therefore isn't found by the query. If you refresh the page the properties are applied. I tested this with [[Tutorial:Producing power from oil/de]] page which also didn't have properties. This seams to be an issue with most pages in the Tutorial namespace. Can you automatically refresh all of these pages? The pages in the Archive namespace also don't have properties but I believe this is on purpose? --[[User:Ickputzdirwech|Ickputzdirwech]] ([[User talk:Ickputzdirwech|talk]]) 10:06, 24 October 2025 (UTC) | |||
Latest revision as of 10:06, 24 October 2025
List of pages without verified translation
Since (I think) mediawiki was updated, the code that displays all pages that don't have a verified translation doesn't work.
<includeonly><onlyinclude>{{#if: {{#pos: {{lc: {{{?Category}}}{{{?Subcategory of}}} }} | verified translations/de }} || {{{Page}}}, }}</onlyinclude></includeonly>{{#ask: [[~*/de]] [[:+||Category:+||Factorio:+||Tutorial:+]] [[!Factorio:Wanted pages/de]] | limit = 1000 | format = template | template = {{FULLPAGENAME}} | sort = Modification date | named args = true | ? = Page | ?Category = ?Category | ?Subcategory of = ?Subcategory of}}
Displays several pages, changing /de to /pl displays only the Factorio:About/pl page, having both on the page displays more pages, but they are verified. This may be because the page titles are different from the page names. ~~ Mefisto1029 (talk) 06:04, 29 May 2025 (UTC)
- I think the issue is that semantic search was for some reason disabled for the main namespace. --Ickputzdirwech (talk) 09:27, 21 October 2025 (UTC)
- From what I can see the semantic search still works in general, e.g. {{#ask: [[Category:Technical]] }} returns the expected results. So this might be a problem related to the specific query. If you can narrow it down more I could take a look at whether it's a technical issue. -- Bilka (talk) - Admin 14:46, 21 October 2025 (UTC)
- Yep, I was wrong. As Mefisto1029 already pointed out the underlying issue is maybe the display title? Anyway I changed the query to look for all pages in the Main/de category instead: {{#ask: [[Category:Main/de]] [[:+||Factorio:+]] }}. That includes nearly all relevant pages. It doesn't catch pages in the Category, Archive and Tutorial namespaces however. --Ickputzdirwech (talk) 14:16, 22 October 2025 (UTC)
- Thank you for that fix! Would it work better to maybe go with the "German page" category instead? That should be getting automatically applied on the translated pages via the language template. I've also turned on semantic search for the tutorial namespace. The category namespace should already have it enabled. -- Bilka (talk) - Admin 14:12, 23 October 2025 (UTC)
- Since the category "German page" is a subcategory of "Main/de" all pages in "German page" also have the category "Main/de" and the later therefore includes potentially more pages. For some reason this isn't true for the category pages themselves, but I found a workaround for them. The Tutorial namespace works in principal but I understand now, why most of the pages aren't found by the search: they have no properties set. For example Special:Browse/:Tutorial:Applied-5Fpower-5Fmath-2Fde has no properties right now and therefore isn't found by the query. If you refresh the page the properties are applied. I tested this with Tutorial:Producing power from oil/de page which also didn't have properties. This seams to be an issue with most pages in the Tutorial namespace. Can you automatically refresh all of these pages? The pages in the Archive namespace also don't have properties but I believe this is on purpose? --Ickputzdirwech (talk) 10:06, 24 October 2025 (UTC)
 
 
- Thank you for that fix! Would it work better to maybe go with the "German page" category instead? That should be getting automatically applied on the translated pages via the language template. I've also turned on semantic search for the tutorial namespace. The category namespace should already have it enabled. -- Bilka (talk) - Admin 14:12, 23 October 2025 (UTC)
 
- Yep, I was wrong. As Mefisto1029 already pointed out the underlying issue is maybe the display title? Anyway I changed the query to look for all pages in the Main/de category instead: {{#ask: [[Category:Main/de]] [[:+||Factorio:+]] }}. That includes nearly all relevant pages. It doesn't catch pages in the Category, Archive and Tutorial namespaces however. --Ickputzdirwech (talk) 14:16, 22 October 2025 (UTC)
 
- From what I can see the semantic search still works in general, e.g. {{#ask: [[Category:Technical]] }} returns the expected results. So this might be a problem related to the specific query. If you can narrow it down more I could take a look at whether it's a technical issue. -- Bilka (talk) - Admin 14:46, 21 October 2025 (UTC)