Example of how to use an argument
| |
If you have a tag which uses an argument, it looks like the following: *TAGNAME {ARG1} If we call the TAGNAME tag, it will simply output, what we give as argument: {TAGNAME::some_argument_value} The name of the argument ({ARGn}) is fixed, where n is a continuous number. |
|