From fe89d3695494fd80052b1a783d55abd47ab40f9b Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 21 Aug 2005 20:18:24 +0000 Subject: The previous commit I did was supposed to fix the wps mode patch only but it committed the wps align patch "[ 1236643 ] Enable multiple align tags in wps" also which I didn't want to do right now. But it's now done and here is the last portion of that patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7374 a1c6a512-1295-4272-9138-f99709370657 --- docs/CUSTOM_WPS_FORMAT | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT index 87dd5c35f6..41378ad92b 100644 --- a/docs/CUSTOM_WPS_FORMAT +++ b/docs/CUSTOM_WPS_FORMAT @@ -88,6 +88,14 @@ Conditional Tags (If/Else block): so the text in the if and else part can contain all % commands, including conditionals. +Alignment Tags: + %al : Text is left aligned + %ac : Text is center aligned + %ar : Text is right aligned + +All alignment tags may be present in on line, but the need to be in the order +left - center - right. If the aligned texts overlap, they are merged. + Next Song Info -------------- You can display information about the next song - the song that is about to -- cgit v1.2.3