You are here: Foswiki>System Web>Category>UserDocumentationCategory>IncludeTopicsAndWebPages (2024-12-23, UnknownUser)Edit Attach
%INCLUDE{...}%
Macro Embed topics, or subsections of topics, or other web pages.
The %INCLUDE{...}% macro embeds the content of the specified topic at the place where the INCLUDE is used. The whole content or only parts of of a page can be included.
If permitted in configure, content from any arbitrary URL may be included also. This is disabled by default because it may be used for malicious purposes, especially on public installations. See: Security and Authentication > Environment > {INCLUDE}{AllowURLs}
.
If your web server connects to the internet via a proxy server, Proxy settings should be set in configure. See: Security and Authentication > Proxies > {PROXY}{HOST}
On this page:
%INCLUDE{ "page" pattern="reg-exp" rev="2" warn="off" section="clients" PARAMETER1="value" PARAMETER2="Some value" }%
The pattern
parameter is optional and allows you to extract some parts of a web page. Specify a RegularExpression that contains the text you want to keep in parenthesis. It may be helpful for the pattern to match more than just the text you wish to keep, e.g. pattern="Some prefix(Start here.*?to here)"
. If needed, the pattern may even scan from start ('^'
) to end and match the whole topic, e.g. pattern="^.*?(from here.*?to here).*"
.
You need to make sure that the integrity of a web page is not compromised; for example, if you include a table, make sure to include everything including the table end tag.
The example parameters PARAMETER1 and PARAMETER2 will be defined as macros within the scope of the included topic. The example parameters shown will result in %PARAMETER1% and %PARAMETER2% being defined within the included topic.
VarINCLUDE explains the other parameters.
All text of a topic is included unless it contains a %STARTINCLUDE% and %STOPINCLUDE%, or you specify a section
parameter (see STARTSECTION and ENDSECTION) and/or a pattern
parameter. A pattern will only search between %STARTINCLUDE%
and %STOPINCLUDE%
or within the section
specified.
%SET
preferences are evaluated whe macros are expanded, but in a new "context". TopicName
is changed to Web.TopicName
<pre> %INCLUDE{"http://domain/~qa/v1.1/REDTest.log.txt"}% </pre>
%INCLUDE{"https://foswiki.org/Support/FrequentlyAskedQuestion?skin=text"}%
Including URLs is disabled by default as it presents a security risk. It may be enabled via configure. Only enable this if you understand the risk.
%INCLUDE{"%SYSTEMWEB%.TipsOfTheDayInclude"}%
Foswiki has several levels of preferences settings. See PreferenceSettings for a full list and more ... Read on
You include the topic with this line
%INCLUDE{"MyTopic" BETTER="apples" WORSE="Oranges"}%
An example of a very simple MyTopic could contain
* I like %BETTER% better than %WORSE%.
The result would be
Related Topics: VarINCLUDE, UserDocumentationCategory
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback