- Configuration
- Content plugin
- Lister plugin
- Scripting
- Functions
- String
- Math
- Conversions
- Lister
This function get replacement for given value in given replace tist.
GetListValue(List, Term [, Default])
List | Name of list. |
Term | Text that will be searched for. |
Default | Default value, will be returned if Term was not found. If omitted and Term not found, Term itself will be returned. |