summaryrefslogtreecommitdiff
path: root/manual/appendix
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 /manual/appendix
parent3b0783068b8c31ce8343ca66e7a765793409a72d (diff)
downloadrockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.zip
rockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.tar.gz
rockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.tar.bz2
rockbox-6013614cdd0dff7a515fb795fe76a0920c4d596e.tar.xz
Manual: update %cs tag and make list more explicit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-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 8946e21..59ffe8e 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>}
\section{Current Screen}
\begin{tagmap}
- \config{\%cs} & The current screen, 1-15, in the order:
- Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen,
- Settings menus, File browser, Database, Plugins, Quickscreen,
- Pitchscreen, Setting chooser, Playlist Catalog Viewer, Plugin,
- Conext Menu, System Info screen, Time and Date Screen,
- Bookmarks\\
+ \config{\%cs} & The current screen, 1-18, in the order shown below\\
\end{tagmap}
+
+\begin{table}
+ \begin{rbtabular}{.75\textwidth}{lX}%
+ {\textbf{Number} & \textbf{Screen}}{}{}
+ 1 & Menus \\
+ 2 & WPS \\
+ 3 & Recording screen \\
+ 4 & FM Radio screen \\
+ 5 & Current Playlist screen \\
+ 6 & Settings menus \\
+ 7 & File browser \\
+ 8 & Database browser \\
+ 9 & Plugin browser \\
+ 10 & Quickscreen \\
+ 11 & Pitchscreen \\
+ 12 & Setting chooser \\
+ 13 & Playlist Catalogue Viewer \\
+ 14 & Plugin \\
+ 15 & Context menu \\
+ 16 & System Info screen \\
+ 17 & Time and Date Screen \\
+ 18 & Bookmark browser \\
+ \end{rbtabular}
+\end{table}
+
The tag can also be used as the switch in a conditional tag. For players without
-some capabilities (e.g. having no FM radio) some values will be never yielded.
+certain capabilities (e.g. no FM radio) some values will never be returned.
+
+Examples:
+
+\config{You are in the \%?cs<Main menu|WPS|Recording screen|FM Radio screen>}
-Example: \config{You are in the \%?cs<Main menu|WPS|Recording screen|FM Radio screen>}
+\config{\%?if(\%cs, =, 2)<This is the WPS>}
\section{List Title (\fname{.sbs} only)}
\begin{tagmap}