summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index ecdae6c0b9..567edd3c11 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -354,6 +354,24 @@ Examples:
354\item As a conditional: \config{\%?St(eq enabled)<Eq is enabled|Eq is disabled>} 354\item As a conditional: \config{\%?St(eq enabled)<Eq is enabled|Eq is disabled>}
355\end{enumerate} 355\end{enumerate}
356 356
357\opt{quickscreen}{
358\subsection{Displaying Quickscreen settings}
359
360If your player has a quickscreen, the preset settings can be displayed using the following.
361
362\begin{tagmap}
363 \config{\%QT} & Display the name of the top quickscreen setting.\\
364 \config{\%Qt} & Display the value of the top quickscreen setting.\\
365 \config{\%QR} & Display the name of the right quickscreen setting.\\
366 \config{\%Qr} & Display the value of the right quickscreen setting.\\
367 \config{\%QB} & Display the name of the bottom quickscreen setting.\\
368 \config{\%Qb} & Display the value of the bottom quickscreen setting.\\
369 \config{\%QL} & Display the name of the left quickscreen setting.\\
370 \config{\%Ql} & Display the value of the left quickscreen setting.\\
371 \end{tagmap}
372
373 \note{If a preset does not match a legal setting, or has no setting applied, all tags will display "ERR".}
374}
357 375
358\section{\label{ref:wps_images}Images} 376\section{\label{ref:wps_images}Images}
359 \begin{tagmap} 377 \begin{tagmap}