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.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 0096075695..ba4cbd16ee 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -740,6 +740,20 @@ a horizontal progressbar which doesn't fill and draws the image
740 fits inside the specified width and height.} 740 fits inside the specified width and height.}
741 741
742\section{Other Tags} 742\section{Other Tags}
743
744\begin{tagmap}
745 \config{\%ss(start, length, tag [,number]} & Get a substring from another tag.\\
746\end{tagmap}
747 Use this tag to get a substring from another tag.
748\begin{description}
749 \item[start] -- first character to take (0 being the start of the string)
750 \item[length] -- length of the substring to return (- for the rest of the string)
751 \item[tag] -- tag to get
752 \item[number] -- OPTIONAL. if this is present it will assume the
753 substring is a number so it can be used with conditionals. (i.e \config{\%cM}).
754 0 is the first conditional option
755\end{description}
756
743\begin{tagmap} 757\begin{tagmap}
744 \config{\%(} & The character `('\\ 758 \config{\%(} & The character `('\\
745 \config{\%)} & The character `)'\\ 759 \config{\%)} & The character `)'\\