This example uses PTVs with the {*$:var} syntax in the template
| Name: | John |
| Title: | Sam |
| Address: | 123 Main St |
This example uses PTVs with the {$:var} syntax but specifying a basepage in the include
PTVs are already defined above
| Name: | John |
| Title: | Sam |
| Address: | 123 Main St |
This example uses PTVs with the {$:var} syntax but specifying a basepage from another page in the include
PTVs are already defined above
| Name: | John FROM DATA |
| Title: | Sam FROM DATA |
| Address: | 123 Main St FROM DATA |
This example uses parameters defined within the include markup in the var=value syntax
| Name: | Jack |
| Title: | Mr |
| Address: | 456 Second St |