---
title: "TypoScript functions"
manual: "TypoScript Explained"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3tsref:guide-functions@13.4"
source: "Guide/TypoScriptFunctions/Index.rst"
rendered: "2026-09-19T07:15:48+00:00"
---

# TypoScript functions {#guide-functions}

TypoScript functions can be considered as a set of common properties. Whenever
an object has a property corresponding to a given function, you are assured to
have that set of properties available.

This chapter gives you a brief overview of the most common functions available
in TypoScript. See chapter [Functions](https://docs.typo3.org/permalink/t3tsref:functions@13.4) for a complete list.

The most used function is the "standard wrap", usually known as "stdWrap".

**The functions**

-   [stdWrap](https://docs.typo3.org/permalink/t3tsref:using-stdwrap-correctly@13.4)
-   [getText / data](https://docs.typo3.org/permalink/t3tsref:using-the-gettext-data-type@13.4)
-   [imgResource](https://docs.typo3.org/permalink/t3tsref:imgresource@13.4)
-   [select](https://docs.typo3.org/permalink/t3tsref:select@13.4)
-   [split](https://docs.typo3.org/permalink/t3tsref:split@13.4)
-   [if](https://docs.typo3.org/permalink/t3tsref:if@13.4)
-   [typolink](https://docs.typo3.org/permalink/t3tsref:typolink@13.4)
-   [parseFunc](https://docs.typo3.org/permalink/t3tsref:parsefunc@13.4)
