diff --git a/docs/GraFx-Studio/concepts/template-variables/index.md b/docs/GraFx-Studio/concepts/template-variables/index.md deleted file mode 100644 index 96fbef2a..00000000 --- a/docs/GraFx-Studio/concepts/template-variables/index.md +++ /dev/null @@ -1,49 +0,0 @@ -# Templates Variables - -!!! Info - - A variable is a named container for a particular set of data (text, image reference, date, etc...). - - Source: [Wikipedia](https://en.wikipedia.org/wiki/Variable_(computer_science)){target="_blank"} - - In the context of **GraFx Studio**, that template variable is used in a frame as placeholder to be replaced with the content of the variable. - - We specifically refer to **template** variables, since you can also use **JavaScript** variables in [Actions](/GraFx-Studio/concepts/actions/). - - More on the link between [Template variables and JavaScript variables](/GraFx-Studio/concepts/variables/#template-variables) - -## Example - -!!! Text - "Hello , - - How is life?" - - -This text contains a placeholder for a **firstname**. - -We assume it's supposed to be a firstname, because of the name. - -But the name of the variable **firstname** is not related to the content. - -It could also have been: - -!!! Text - "Hello , - - How is life?" - -Template variables are placeholders, that will be replaced with variable content. - -## Types of content - -The type of content for the template variable will differ with the context. In the previous example, this most likely will be a piece of text. - -In other cases, it could be a reference to an image (or other digital asset). - -!!! Info - https://upload.wikimedia.org/wikipedia/commons/6/68/Raffael_058.jpg - - ![Image](https://upload.wikimedia.org/wikipedia/commons/6/68/Raffael_058.jpg) - -When the frame has a source reference **$ImageRef** then you can replace the template variable **$ImageRef** with the source that is relevant at any moment. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 4da8d77e..4d7d46f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -189,7 +189,6 @@ nav: - 'Actions': 'GraFx-Studio/concepts/actions/index.md' - 'GraFx Genie': 'GraFx-Studio/concepts/grafx-genie/index.md' - 'Action Helper Functions': 'GraFx-Studio/concepts/helper-functions/index.md' - - 'Template Variables': 'GraFx-Studio/concepts/template-variables/index.md' - 'Crop': 'GraFx-Studio/concepts/crop/index.md' - 'Blend modes': 'GraFx-Studio/concepts/blendmodes/index.md' - 'Animation': 'GraFx-Studio/concepts/animation/index.md'