summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-13 08:13:37 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-13 08:13:37 +0000
commit6d549df28d25f4037ff3955e5d8981b4530dcf4b (patch)
tree2379bfe7314c177f61e60ccc5fcf56b9c58e7288 /manual/appendix
parent40782d5c5ed7752295449185fcf055be419398eb (diff)
downloadrockbox-6d549df28d25f4037ff3955e5d8981b4530dcf4b.zip
rockbox-6d549df28d25f4037ff3955e5d8981b4530dcf4b.tar.gz
rockbox-6d549df28d25f4037ff3955e5d8981b4530dcf4b.tar.bz2
rockbox-6d549df28d25f4037ff3955e5d8981b4530dcf4b.tar.xz
FS#11243 - The %VI (capital i) WPS tag is not described in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/wps_tags.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 89c6a0c..3e2e50c 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -54,6 +54,13 @@ show the information for the next song to be played.
\config{\%Vd'identifier'} & Display the `identifier' viewport. E.g.
\config{\%?C{\textless}\%Vda{\textbar}\%Vdb{\textgreater}}
will show viewport `a' if album art is found, and `b' if it isn't.\\
+
+ \config{\%Vi{\textbar}'label'{\textbar}\dots{\textbar}} &
+ Declare a Custom UI Viewport. The '\dots' parameters use the same logic as
+ the \config{\%V} tag explained above. See section \ref{ref:Viewports}.\\
+
+ \config{\%VI'label'} & Set the Info Viewport to use the viewport called
+ label, as declared with the previous tag.\\
\end{tagmap}
}