Template talk:Extension DPL: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:


=== Title Sorting Broken ===
=== Title Sorting Broken ===
Using ordermethod=title fails with a "API error: internal_api_error_DBQueryError" error" breaking all DPL output on the page.
Using ordermethod=title fails with a "API error: internal_api_error_DBQueryError" error breaking all page output.


  <nowiki><dpl>
  <nowiki><dpl>
Line 34: Line 34:


=== Empty Results ===
=== Empty Results ===
DPL queries that return no pages result in a series of errors causing the entire wiki page to fail to render. This ones irksome, as it prevents using DPL to pull in lists of GameIDs.
DPL queries that return no pages result in a "API error: internal_api_error_DBQueryError" error breaking all page output. This ones irksome, as it prevents using DPL to pull in lists of GameIDs.


  <nowiki><dpl>
  <nowiki><dpl>
Line 47: Line 47:


=== Regex Filters ===
=== Regex Filters ===
Filters using regex seem to be broken.
Filters using regex seem to be broken, generating a "API error: internal_api_error_DBQueryError" error breaking all page output.
  <nowiki><dpl>
  <nowiki><dpl>
  titleregexp=Moero.*$
  titleregexp=Moero.*$