Difference between revisions of "DPL:FAQ"

From FollowTheScore
Jump to: navigation, search
(New page: === Question: My article name contains underscores, but in the DPL result they don´t appear === === Answer === Normally, DPL replaces all undercores in article names by spaces when showin...)
 
Line 1: Line 1:
=== Question: My article name contains underscores, but in the DPL result they don´t appear ===
+
== Question ==
 +
My article name contains underscores, but in the DPL result they don´t appear.
 
=== Answer ===
 
=== Answer ===
 
Normally, DPL replaces all undercores in article names by spaces when showing the result. You can replace underscores by their ''symbolic html name'' via the 'replaceintitle' statement. So DPL will no longer recognize the underscores and the html engine will translate the symbol name to underscores.
 
Normally, DPL replaces all undercores in article names by spaces when showing the result. You can replace underscores by their ''symbolic html name'' via the 'replaceintitle' statement. So DPL will no longer recognize the underscores and the html engine will translate the symbol name to underscores.

Revision as of 06:00, 25 July 2007

Question

My article name contains underscores, but in the DPL result they don´t appear.

Answer

Normally, DPL replaces all undercores in article names by spaces when showing the result. You can replace underscores by their symbolic html name via the 'replaceintitle' statement. So DPL will no longer recognize the underscores and the html engine will translate the symbol name to underscores.