diff options
author | Antoine Cellerier <dionoea@videolan.org> | 2008-12-07 16:20:35 +0000 |
---|---|---|
committer | Antoine Cellerier <dionoea@videolan.org> | 2008-12-07 16:20:35 +0000 |
commit | 8289b966b810eb21732ecb905433debf4e872857 (patch) | |
tree | 4665d7ca2d8c2f5bfa41686f9e7ddba65fb4e18f /manual/appendix | |
parent | 3ad535031a84f0fa9c65a24e140c81b0a60c3026 (diff) | |
download | rockbox-8289b966b810eb21732ecb905433debf4e872857.tar.gz rockbox-8289b966b810eb21732ecb905433debf4e872857.zip |
Apply FS#9368 : add generic settings tag to WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19357 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r-- | manual/appendix/wps_tags.tex | 9 |
1 files changed, 9 insertions, 0 deletions
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 | |||
192 | being changed and 2.5 secs after the volume button has been released. After | 192 | being changed and 2.5 secs after the volume button has been released. After |
193 | that, it will display the volume value. | 193 | that, it will display the volume value. |
194 | 194 | ||
195 | \section{Settings} | ||
196 | \begin{table} | ||
197 | \begin{tagmap}{}{} | ||
198 | \config{\%St{\textbar}<setting name>{\textbar}} & Display the value of any Rockbox setting\\ | ||
199 | \end{tagmap} | ||
200 | \end{table} | ||
201 | Example: Can be used as a simple tag \config{\%St{\textbar}skip length{\textbar}} or with conditionals | ||
202 | \config{\%?St{\textbar}eq enabled{\textbar}{\textless}Equalizer is enabled{\textbar}Equalizer is disabled{\textgreater}}. | ||
203 | |||
195 | \section{Images} | 204 | \section{Images} |
196 | \begin{table} | 205 | \begin{table} |
197 | \begin{tagmap}{}{} | 206 | \begin{tagmap}{}{} |