---
title: "TypoScript functions"
manual: "TypoScript Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tsref:guide-functions@main"
source: "Guide/TypoScriptFunctions/Index.rst"
rendered: "2026-09-27T06:53:55+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@main) 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@main)
-   [getText / data](https://docs.typo3.org/permalink/t3tsref:using-the-gettext-data-type@main)
-   [imgResource](https://docs.typo3.org/permalink/t3tsref:imgresource@main)
-   [select](https://docs.typo3.org/permalink/t3tsref:select@main)
-   [split](https://docs.typo3.org/permalink/t3tsref:split@main)
-   [if](https://docs.typo3.org/permalink/t3tsref:if@main)
-   [typolink](https://docs.typo3.org/permalink/t3tsref:typolink@main)
-   [parseFunc](https://docs.typo3.org/permalink/t3tsref:parsefunc@main)
