From 8289b966b810eb21732ecb905433debf4e872857 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 7 Dec 2008 16:20:35 +0000 Subject: Apply FS#9368 : add generic settings tag to WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19357 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/wps_tags.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual/appendix/wps_tags.tex') diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 016bf2833e..df43984c6c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -192,6 +192,15 @@ The example above will display the text ``Volume changing'' if the volume is being changed and 2.5 secs after the volume button has been released. After that, it will display the volume value. +\section{Settings} +\begin{table} + \begin{tagmap}{}{} + \config{\%St{\textbar}{\textbar}} & Display the value of any Rockbox setting\\ + \end{tagmap} +\end{table} +Example: Can be used as a simple tag \config{\%St{\textbar}skip length{\textbar}} or with conditionals +\config{\%?St{\textbar}eq enabled{\textbar}{\textless}Equalizer is enabled{\textbar}Equalizer is disabled{\textgreater}}. + \section{Images} \begin{table} \begin{tagmap}{}{} -- cgit v1.2.3