Changes between Version 37 and Version 38 of NameSpaces
- Timestamp:
- 2017-09-12 11:55:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NameSpaces
v37 v38 14 14 == Namespaces : Examples == 15 15 === In TDX === 16 '''{{{ NAMESPACE $project }}}'''[[BR]] 16 '''{{{ NAMESPACE $project }}}'''[[BR]][[BR]] 17 17 Puts anything following in the current project context 18 18 19 19 '''{{{ NAMESPACE $project:subComponent }}}'''[[BR]] 20 20 OR[[BR]] 21 '''{{{ NAMESPACE subComponent }}}'''[[BR]] 21 '''{{{ NAMESPACE subComponent }}}'''[[BR]][[BR]] 22 22 Puts everyting that follows into the project's subComponent namespace 23 23 24 24 '''{{{ NAMESPACE subComponent - $system:language }}}'''[[BR]] 25 25 OR[[BR]] 26 '''{{{ NAMESPACE subComponent - language }}}'''[[BR]] 26 '''{{{ NAMESPACE subComponent - language }}}'''[[BR]][[BR]] 27 27 Puts everything that follows into the project's subComponent namespace AND incorporates the system defined "language" namespace contents accessible to the project. 28 28 29 29 ==== NB. ==== 30 The default namespace is $project and coresponds to the base directory of the current project [[BR]]30 The default namespace is $project and coresponds to the base directory of the current project.[[BR]] 31 31 The default namespace to be included is $system and coresponds to a file refererd to by the dxiner environment variable.[[BR]] 32 32 If any other $name is used, it coresponds to a system based environment variable containing a directory where the coresponding ".tdx" file can be found. The variable can consist of a selection of paths, separated by semi-colons.