Difference between revisions of "Dragalia Lost Wiki:Missing Enemy Pages"
Jump to navigation
Jump to search
>Eave (Created page with "Note that some entries, such as "Weak Point" do not need pages, as they are included as extra parts on enemies such as Qitian Dasheng. Create pages with your best judgemen...") |
>Eave (include a query for missing enemy names as well) |
||
| Line 5: | Line 5: | ||
|fields=CONCAT('[[',et.Name,'|',et.Name,']]')=Name | |fields=CONCAT('[[',et.Name,'|',et.Name,']]')=Name | ||
|where=et.Name IS NOT NULL AND et.Name != "" AND ep.Name IS NULL AND et.PartsNode IS NULL | |where=et.Name IS NOT NULL AND et.Name != "" AND ep.Name IS NULL AND et.PartsNode IS NULL | ||
| + | |limit=99999 | ||
| + | |group by=et.Name | ||
| + | |order by=et.Name | ||
| + | |format=ul | ||
| + | }} | ||
| + | |||
| + | == Missing Enemy Names == | ||
| + | {{#cargo_query:tables=EnemiesTest | ||
| + | |fields=DataId,ElementalType,Tribe | ||
| + | |where=Name IS NULL OR Name = "" | ||
|limit=99999 | |limit=99999 | ||
|group by=Name | |group by=Name | ||
| − | |order by= | + | |order by=DataId |
|format=ul | |format=ul | ||
| − | |||
}} | }} | ||
Revision as of 04:00, 8 May 2020
Note that some entries, such as "Weak Point" do not need pages, as they are included as extra parts on enemies such as Qitian Dasheng. Create pages with your best judgement.
Error: Table EnemiesTest not found.
Missing Enemy Names
Error: Table EnemiesTest not found.