Index: manual/appendix/wps_tags.tex =================================================================== --- manual/appendix/wps_tags.tex (Revision 19371) +++ manual/appendix/wps_tags.tex (Arbeitskopie) @@ -29,14 +29,14 @@ \section{Power Related Information} \begin{table} \begin{tagmap}{}{} - \config{\%bl} & Show numeric battery level in percent.\\ + \config{\%bl} & Numeric battery level in percents.\\ & Can also be used in a conditional: \config{\%?bl{\textless}-1{\textbar}0{\textbar}1{\textbar}% 2{\textbar}\ldots{\textbar}N{\textgreater}}\\ & Where the -1 value is used when the battery level isn't known (it usually is).\\ - \config{\%bv} & Show the battery level in volts\\ - \config{\%bt} & Show estimated battery time left\\ + \config{\%bv} & The battery level in volts\\ + \config{\%bt} & Estimated battery time left\\ \config{\%bp} & ``p'' if the charger is connected \\ & (only on targets that can charge batteries)\\ \config{\%bc} & ``c'' if the unit is currently charging the battery\\ @@ -99,7 +99,7 @@ \config{\%pn} & Playlist Name (Without path or extension)\\ \config{\%pp} & Playlist Position\\ \config{\%pr} & Remaining Time In Song\\ - \config{\%ps} & Shuffle. Shows 's' if shuffle mode is enabled.\\ + \config{\%ps} & ``s'' if shuffle mode is enabled.\\ \config{\%pt} & Total Track Time\\ \config{\%pv} & Current volume (x dB). Can also be used in a conditional: \\ & \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots% @@ -122,7 +122,7 @@ \section{Sound (DSP) settings} \begin{table} \begin{tagmap}{}{} - \config{\%Sp} & Display current playback pitch \\ + \config{\%Sp} & Current playback pitch \\ \opt{swcodec}{ \config{\%xf} & Crossfade setting, in the order: Off, Shuffle, Skip, Always\\ \config{\%rg} & ReplayGain value in use (x.y dB). If used as a conditional, @@ -179,8 +179,8 @@ The tag produces the letter ``v'' while the volume is being changed and some amount of time after that, i.e. after the volume button has been released. The -optional parameter \config{t} specifies that amout of time. If it is not -specified, 1 sec is assumed. +optional parameter \config{t} specifies that amount of time, in seconds. If it +is not specified, 1 second is assumed. The tag can be used as the switch in a conditional tag to display different things depending on whether the volume is being changed. It can produce neat effects @@ -195,7 +195,9 @@ \section{Settings} \begin{table} \begin{tagmap}{}{} - \config{\%St{\textbar}{\textbar}} & Display the value of any Rockbox setting\\ + \config{\%St{\textbar}{\textbar}} & The value of the Rockbox + setting with the specified name. See \reference{ref:config_file_options} + for the list of the available settings.\\ \end{tagmap} \end{table} Example: Can be used as a simple tag \config{\%St{\textbar}skip length{\textbar}} or with conditionals @@ -352,11 +354,11 @@ \section{Other Tags} \begin{table} \begin{tagmap}{}{} - \config{\%\%} & Display a `\%'\\ - \config{\%{\textless}} & Display a `{\textless}'\\ - \config{\%{\textbar}} & Display a `{\textbar}'\\ - \config{\%{\textgreater}} & Display a `{\textgreater}'\\ - \config{\%;} & Display a `;'\\ + \config{\%\%} & A `\%'\\ + \config{\%{\textless}} & A `{\textless}'\\ + \config{\%{\textbar}} & A `{\textbar}'\\ + \config{\%{\textgreater}} & A `{\textgreater}'\\ + \config{\%;} & A `;'\\ \config{\%s} & Indicate that the line should scroll. Can occur anywhere in a line (given that the text is displayed; see conditionals above). You can specify @@ -365,4 +367,3 @@ or progress bars.\\ \end{tagmap} \end{table} -