Factorio talk:Translation guide: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
reply
Line 7: Line 7:
:I think the issue is that semantic search was for some reason disabled for the main namespace. --[[User:Ickputzdirwech|Ickputzdirwech]] ([[User talk:Ickputzdirwech|talk]]) 09:27, 21 October 2025 (UTC)
:I think the issue is that semantic search was for some reason disabled for the main namespace. --[[User:Ickputzdirwech|Ickputzdirwech]] ([[User talk:Ickputzdirwech|talk]]) 09:27, 21 October 2025 (UTC)
:: From what I can see the semantic search still works in general, e.g. <nowiki>{{#ask: [[Category:Technical]] }}</nowiki> 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. -- [[User:Bilka|Bilka]] ([[User talk:Bilka|talk]]) - <span style="color:#FF0000">Admin</span> 14:46, 21 October 2025 (UTC)
:: From what I can see the semantic search still works in general, e.g. <nowiki>{{#ask: [[Category:Technical]] }}</nowiki> 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. -- [[User:Bilka|Bilka]] ([[User talk:Bilka|talk]]) - <span style="color:#FF0000">Admin</span> 14:46, 21 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)

Revision as of 14:16, 22 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)