diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-08-02 21:21:33 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-08-02 21:21:33 +0000 |
| commit | ecb2111530b34462741ce9e468fb4cdbb6bac1ee (patch) | |
| tree | 633106089f13b8d52d248f1446264fd134566d9e /manual/appendix | |
| parent | 240923a801382c86545d10be167a15892a556fb6 (diff) | |
| download | rockbox-ecb2111530b34462741ce9e468fb4cdbb6bac1ee.zip rockbox-ecb2111530b34462741ce9e468fb4cdbb6bac1ee.tar.gz rockbox-ecb2111530b34462741ce9e468fb4cdbb6bac1ee.tar.bz2 rockbox-ecb2111530b34462741ce9e468fb4cdbb6bac1ee.tar.xz | |
Manual: %Vl tag was in the viewports section but missing from the tag table in the tags appendix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27669 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index bc71956..070d191 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -51,6 +51,10 @@ show the information for the next song to be played. \config{\%Vf([fgcolour])}\newline \config{\%Vb([bgcolour])} & See section \ref{ref:Viewports}\\} + + \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later + display. `identifier' is a single lowercase letter (a-z) and the `\dots' + parameters use the same logic as the \%V tag explained above.\\ \config{\%Vd('identifier')} & Display the `identifier' viewport. E.g. \config{\%?C<\%Vd(a)|\%Vd(b)>} |