From 100318e27dd5a8bdf719ad51ef457895992aeba1 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Mar 2010 10:20:24 +0000 Subject: [PATCH] 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 --- manual/appendix/wps_tags.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index a7e281c56..1140d61bd 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\\ -- 2.11.4.GIT