Difference between revisions of "Talk:Manual - DPL parameters: Controlling output format"

From FollowTheScore
Jump to: navigation, search
(New page: I think you forgot to reference %REVISION% variable in mode=userformat here. Great job at documenting otherwise!!!)
 
(titlemaxlength and userformat)
Line 1: Line 1:
 
I think you forgot to reference %REVISION% variable in mode=userformat here.
 
I think you forgot to reference %REVISION% variable in mode=userformat here.
 
Great job at documenting otherwise!!!
 
Great job at documenting otherwise!!!
 +
 +
== titlemaxlength and userformat ==
 +
 +
When using the <code>mode = userformat</code> the <tt>titlemaxlength</tt> is not respected.
 +
 +
If you have a title called 1234567890 and use the following:
 +
mode = userformat
 +
listseparators = ,¶* %TITLE%,
 +
titlemaxlength = 5
 +
 +
You will not have the title cut as 12345...
 +
 +
Thought I'd let ya know. [[User:64.252.183.33|64.252.183.33]] 03:15, 15 June 2007 (CEST) (No account yet).

Revision as of 03:15, 15 June 2007

I think you forgot to reference %REVISION% variable in mode=userformat here. Great job at documenting otherwise!!!

titlemaxlength and userformat

When using the mode = userformat the titlemaxlength is not respected.

If you have a title called 1234567890 and use the following:

mode = userformat
listseparators = ,¶* %TITLE%,
titlemaxlength = 5

You will not have the title cut as 12345...

Thought I'd let ya know. 64.252.183.33 03:15, 15 June 2007 (CEST) (No account yet).