Difference between revisions of "Help:Debug Localization"

From Pathfinder Wiki
(Created page with "This page is used to track down on which pages a text of a Localization page is being used. {{#cargo_query: tables=UsageOfLocalizations |fields=UsageOfLocalizations._pageName...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This page is used to track down on which pages a text of a Localization page is being used.
 
This page is used to track down on which pages a text of a Localization page is being used.
 +
As there are more then 50000 entries, it isn't possible to get them all into one template so we have created a Template call down below. Just edit the id parameter to the one that you are searching and save the page or click on show preview, in both cases you will get a table with all the pages that list the entry with this ID.
  
{{#cargo_query:
+
''ATTENTION:'' for now we haven't found to delete a string once it isn't used anymore ... so if you changed something, chances are high that there are both pages/usages listed in the table. If you need to be sure that the table is correct, ask an admin to recreate it.
tables=UsageOfLocalizations
+
 
|fields=UsageOfLocalizations._pageName, UsageOfLocalizations.id, UsageOfLocalizations.locPage, UsageOfLocalizations.lang
+
 
|format=dynamic table
+
<nowiki>{{Template:GetUsageOfLocalizationStringByID
|rows per page=50
+
|id=Not available at AdventSource
|limit=10000
+
}}</nowiki>
|searchable columns=yes
 
}}
 

Latest revision as of 15:30, 6 February 2022

This page is used to track down on which pages a text of a Localization page is being used. As there are more then 50000 entries, it isn't possible to get them all into one template so we have created a Template call down below. Just edit the id parameter to the one that you are searching and save the page or click on show preview, in both cases you will get a table with all the pages that list the entry with this ID.

ATTENTION: for now we haven't found to delete a string once it isn't used anymore ... so if you changed something, chances are high that there are both pages/usages listed in the table. If you need to be sure that the table is correct, ask an admin to recreate it.


{{Template:GetUsageOfLocalizationStringByID |id=Not available at AdventSource }}