Test /
IncludeVariable
Test the inclusion of variables from one page to another (page one)
[[#include]]
* FullName {$FullName}
* FullName {*$FullName}
* Summary {$:Summary}
* Summary {Test.IncludeVariable2$:Summary}
SomeVariable: %green%Include variable page 1
* SomeVariable {Test.IncludeVariable2$:SomeVariable}
* SomeVariable {$:SomeVariable}
* SomeVariable {{$FullName}$:SomeVariable}
* SomeVariable {{*$FullName}$:SomeVariable}
[[#includeend]]
|
SomeVariable: Include variable page 1
|
(:include IncludeVariable2#include#includeend:) |
SomeVariable: Include variable page 2
|
See also Test.IncludeVariable2