summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-08-09 13:53:26 +0000
committerAlex Parker <rockbox@aeparker.com>2011-08-09 13:53:26 +0000
commit6013614cdd0dff7a515fb795fe76a0920c4d596e (patch)
treead096c1205d704e701c0eaa0cf56e6c043f2877f
parent3b0783068b8c31ce8343ca66e7a765793409a72d (diff)
downloadrockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.tar.gz
rockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.zip
Manual: update %cs tag and make list more explicit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30271 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex40
1 files changed, 32 insertions, 8 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 8946e21ef8..59ffe8ea5f 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -266,17 +266,41 @@ Example: \config{\%?mp<Stop|Play|Pause|Ffwd|Rew|Rec|Rec pause|FM|FM pause>}
266 266
267\section{Current Screen} 267\section{Current Screen}
268 \begin{tagmap} 268 \begin{tagmap}
269 \config{\%cs} & The current screen, 1-15, in the order: 269 \config{\%cs} & The current screen, 1-18, in the order shown below\\
270 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen,
271 Settings menus, File browser, Database, Plugins, Quickscreen,
272 Pitchscreen, Setting chooser, Playlist Catalog Viewer, Plugin,
273 Conext Menu, System Info screen, Time and Date Screen,
274 Bookmarks\\
275 \end{tagmap} 270 \end{tagmap}
271
272\begin{table}
273 \begin{rbtabular}{.75\textwidth}{lX}%
274 {\textbf{Number} & \textbf{Screen}}{}{}
275 1 & Menus \\
276 2 & WPS \\
277 3 & Recording screen \\
278 4 & FM Radio screen \\
279 5 & Current Playlist screen \\
280 6 & Settings menus \\
281 7 & File browser \\
282 8 & Database browser \\
283 9 & Plugin browser \\
284 10 & Quickscreen \\
285 11 & Pitchscreen \\
286 12 & Setting chooser \\
287 13 & Playlist Catalogue Viewer \\
288 14 & Plugin \\
289 15 & Context menu \\
290 16 & System Info screen \\
291 17 & Time and Date Screen \\
292 18 & Bookmark browser \\
293 \end{rbtabular}
294\end{table}
295
276The tag can also be used as the switch in a conditional tag. For players without 296The tag can also be used as the switch in a conditional tag. For players without
277some capabilities (e.g. having no FM radio) some values will be never yielded. 297certain capabilities (e.g. no FM radio) some values will never be returned.
298
299Examples:
300
301\config{You are in the \%?cs<Main menu|WPS|Recording screen|FM Radio screen>}
278 302
279Example: \config{You are in the \%?cs<Main menu|WPS|Recording screen|FM Radio screen>} 303\config{\%?if(\%cs, =, 2)<This is the WPS>}
280 304
281\section{List Title (\fname{.sbs} only)} 305\section{List Title (\fname{.sbs} only)}
282 \begin{tagmap} 306 \begin{tagmap}