summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-08-21 20:18:24 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-08-21 20:18:24 +0000
commitfe89d3695494fd80052b1a783d55abd47ab40f9b (patch)
tree808734f01317b57ac51db9ca19b4e994298c61e9 /docs
parenta81f4c35c1f8454a69cfde1f0f354be9827c4d64 (diff)
downloadrockbox-fe89d3695494fd80052b1a783d55abd47ab40f9b.tar.gz
rockbox-fe89d3695494fd80052b1a783d55abd47ab40f9b.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/CUSTOM_WPS_FORMAT8
1 files changed, 8 insertions, 0 deletions
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):
88 so the text in the if and else part can contain all % 88 so the text in the if and else part can contain all %
89 commands, including conditionals. 89 commands, including conditionals.
90 90
91Alignment Tags:
92 %al : Text is left aligned
93 %ac : Text is center aligned
94 %ar : Text is right aligned
95
96All alignment tags may be present in on line, but the need to be in the order
97left - center - right. If the aligned texts overlap, they are merged.
98
91Next Song Info 99Next Song Info
92-------------- 100--------------
93You can display information about the next song - the song that is about to 101You can display information about the next song - the song that is about to