summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a7e281c562..1140d61bd9 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.
222Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}% 222Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}%
223Recording screen{\textbar}FM Radio screen{\textgreater}} 223Recording screen{\textbar}FM Radio screen{\textgreater}}
224 224
225\section{List Title (\fname{.sbs} only)}
226 \begin{tagmap}{}{}
227 \config{\%Lt} & Title text. Should be used in a conditional so that non-list
228 screens don't show a title when they shouldn't\\
229 \config{\%Li} & Title icon. This uses the same order as custom icons (see
230 \wikilink{CustomIcons} in the wiki) except that here \config{0} is ``no
231 icon''\\
232 \end{tagmap}
233
234 This tag can be used to give custom formatting to list titles.
235 Define a viewport with the font and formatting desired, and then use
236 \config{\%?Lt{\textless}\%Lt{\textgreater}} to display the title within the
237 viewport. If \config{\%Lt} is present anywhere in the \fname{.sbs}, then the
238 \config{\%Vi} viewport will not show the title.
239
225\section{Changing Volume} 240\section{Changing Volume}
226 \begin{tagmap}{}{} 241 \begin{tagmap}{}{}
227 \config{\%mv[t]} & ``v'' if the volume is being changed\\ 242 \config{\%mv[t]} & ``v'' if the volume is being changed\\