Include Topics and Web Pages Using %INCLUDE{...}% Variable
Use the %INCLUDE{...}% variable to embed the content of another topic or web page inside a TWiki topic. The whole content or only parts of a page can be included.
On this page:
Syntax%INCLUDE{"page" pattern="reg-exp"}%
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
%STARTINCLUDE% , %STOPINCLUDE% and/or a pattern parameter.
Usage Examples1. Display regression test results in a TWiki page<pre> %INCLUDEURL{"http://domain/~qa/v1.1/REDTest.log.txt"}% </pre> 2. Display Yahoo's robot.txt file
%INCLUDE{"http://www.yahoo.com/robots.txt"}% 3. Display the SUNW stock quote in a TWiki page
4. Display the temperature in San Francisco
|
Include Topics and Web Pages Using %INCLUDE{...}% Variable
Use the %INCLUDE{...}% variable to embed the content of another topic or web page inside a TWiki topic. The whole content or only parts of a page can be included.
On this page:
Syntax%INCLUDE{"page" pattern="reg-exp"}%
%STARTINCLUDE% , %STOPINCLUDE% and/or a pattern parameter.
Usage Examples1. Display regression test results in a TWiki page<pre> %INCLUDEURL{"http://domain/~qa/v1.1/REDTest.log.txt"}% </pre> 2. Display Yahoo's robot.txt file
%INCLUDE{"http://www.yahoo.com/robots.txt"}% 3. Display the SUNW stock quote in a TWiki page
4. Display the temperature in San Francisco
|