summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:24 +0000
committerAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:24 +0000
commit165709b076b970a900e5090c2952f9033ce3aa9f (patch)
tree05d60601267a31829a123259535737636284afe6
parent0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6 (diff)
downloadrockbox-165709b076b970a900e5090c2952f9033ce3aa9f.zip
rockbox-165709b076b970a900e5090c2952f9033ce3aa9f.tar.gz
rockbox-165709b076b970a900e5090c2952f9033ce3aa9f.tar.bz2
rockbox-165709b076b970a900e5090c2952f9033ce3aa9f.tar.xz
Add the %Lt and %Li tags to the manual. Closes FS#11061.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25270 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index a7e281c..1140d61 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -222,6 +222,21 @@ some capabilities (e.g. having no FM radio) some values will be never yielded.
Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}%
Recording screen{\textbar}FM Radio screen{\textgreater}}
+\section{List Title (\fname{.sbs} only)}
+ \begin{tagmap}{}{}
+ \config{\%Lt} & Title text. Should be used in a conditional so that non-list
+ screens don't show a title when they shouldn't\\
+ \config{\%Li} & Title icon. This uses the same order as custom icons (see
+ \wikilink{CustomIcons} in the wiki) except that here \config{0} is ``no
+ icon''\\
+ \end{tagmap}
+
+ This tag can be used to give custom formatting to list titles.
+ Define a viewport with the font and formatting desired, and then use
+ \config{\%?Lt{\textless}\%Lt{\textgreater}} to display the title within the
+ viewport. If \config{\%Lt} is present anywhere in the \fname{.sbs}, then the
+ \config{\%Vi} viewport will not show the title.
+
\section{Changing Volume}
\begin{tagmap}{}{}
\config{\%mv[t]} & ``v'' if the volume is being changed\\