aboutsummaryrefslogtreecommitdiff
path: root/wikilib.d/PmWiki.IncludeOtherPages
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2006-01-10 18:57:24 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2006-01-10 18:57:24 +0000
commit751617a56cd886ee95008b4bdd7ffefc33f91369 (patch)
tree4261bc0dfb954dd0c1c956b04a99324e9e2fba05 /wikilib.d/PmWiki.IncludeOtherPages
parentfd765d4f4fe9d64ef4ead9da07d45a92aa0fdeab (diff)
downloadpmwiki.svn-751617a56cd886ee95008b4bdd7ffefc33f91369.tar.bz2
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1110 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'wikilib.d/PmWiki.IncludeOtherPages')
-rw-r--r--wikilib.d/PmWiki.IncludeOtherPages17
1 files changed, 9 insertions, 8 deletions
diff --git a/wikilib.d/PmWiki.IncludeOtherPages b/wikilib.d/PmWiki.IncludeOtherPages
index 7d163c9b..878a3c7a 100644
--- a/wikilib.d/PmWiki.IncludeOtherPages
+++ b/wikilib.d/PmWiki.IncludeOtherPages
@@ -1,9 +1,10 @@
-version=pmwiki-2.1.beta9 ordered=1 urlencoded=1
-agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
-author=Pm
-host=24.1.26.255
+version=pmwiki-2.1.beta17 ordered=1 urlencoded=1
+agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 (No IDN) Firefox/1.5
+author=
+excerpt=%3cp>The %3ccode> %3c/code> directive makes it possible to insert the contents of other pages into the current wiki page. All of the include directives below perform a straight text inclusion. In particular, any page %3ca class='wikilink' href='http://www.pmichaud.com/wiki/PmWiki/Links'>links%3c/a> in the included text are assumed to link to pages in the current %3ca class='wikilink' href='http://www.pmichaud.com/wiki/PmWiki/WikiGroup'> group%3c/a> if not otherwise qualified.%0a%3c/p>%0a%3cp class='vspace'>%3c/p>%3cdl>%3cdt>%3ccode> %3c/code>%3c/dt>%3cdd>%0a%3c/dd>%3cdt>%3ccode> %3c/code>%3c/dt>%3cdd>%0a%3c/dd>%3cdt> %3c/dt>%3cdd>Includes the entire
+host=216.40.220.137
name=PmWiki.IncludeOtherPages
-rev=29
-targets=PmWiki.Links,PmWiki.WikiGroup,PmWiki.WikiStyles,PmWiki.PageDirectives,PmWiki.DocumentationIndex,PmWiki.InterMap
-text=The [@(:include:)@] directive makes it possible to insert the contents of other pages into the current wiki page. All of the include directives below perform a straight text inclusion. In particular, any page [[links]] in the included text are assumed to link to pages in the current [[(wiki) group]] if not otherwise qualified.%0a%0a:[@(:include PageName:)@]:%0a:[@(:include Group.PageName:)@]:%0a: :Includes the entire text of another page into the current page. %0a%0a:[@(:include PageName#from#to:)@]:%0a:[@(:include PageName#from#:)@]:%0a:[@(:include PageName##to:)@]:%0a:[@(:include PageName#from:)@]:%0a: :Includes lines from `PageName between the [@[[#from]]@] and [@[[#to]]@] anchors. If "to" is omitted (second example), then all of the lines after [@[[#from]]@] are included (and vice-versa if "from" is omitted). In the last example, include everything between [@[[#from]]@] and the next anchor.%0a%0a:[@(:include PageName lines=10:)@]:%0a:[@(:include PageName lines=5..10:)@]:%0a:[@(:include PageName lines=5..:)@]:%0a: :Include the first 10 lines, lines 5-10, or lines 5 and up from `PageName. ''A "line" in this context refers to a line of source. Thus a line may be a paragraph that wraps over several lines on the screen, or a completely blank line.''%0a%0a:[@(:include Page1 Page2 Page3 lines=1..5:)@]:%0a: :Include the first five lines from the first available of Page1, Page2, or Page3. (To include lines from a list of pages, use a separate include for each.)%0a%0a!! See Also%0a* Cookbook:IncludeUrl%0a%0a!! Styling Note%0aBy default, Included pages or lines cannot be distinguished from other text on the page. To provide a visual indication that this text is special, you can apply [[PmWiki/WikiStyles]]. For example:%0a%0a(:markup:) [=%0a%25define=leftborder border-left="2px solid #88f" margin-left="2px" padding="1px 0 3px 10px"%25%0a%0aWhat is PmWiki?%0a%0a>>leftborder%3c%3c (:include PmWiki.PmWiki lines=1..4:) %0a>>%3c%3c%0a%0a''Have a very nice day!''%0a=]%0a%0aThe possibilities are limited only by your imagination...%0a%0a%25trail%25%3c%3c|[[DocumentationIndex]]|>>%0a
-time=1133800857
+rev=30
+targets=PmWiki.Links,PmWiki.WikiGroup,PmWiki.WikiStyles,PmWiki.DocumentationIndex
+text=The [@(:include:)@] directive makes it possible to insert the contents of other pages into the current wiki page. All of the include directives below perform a straight text inclusion. In particular, any page [[links]] in the included text are assumed to link to pages in the current [[(wiki) group]] if not otherwise qualified.%0a%0a:[@(:include PageName:)@]:%0a:[@(:include Group.PageName:)@]:%0a: :Includes the entire text of another page into the current page. %0a%0a:[@(:include PageName#from#to:)@]:%0a:[@(:include PageName#from#:)@]:%0a:[@(:include PageName##to:)@]:%0a:[@(:include PageName#from:)@]:%0a: :Includes lines from `PageName between the [@[[#from]]@] and [@[[#to]]@] anchors. If "to" is omitted (second example), then all of the lines after [@[[#from]]@] are included (and vice-versa if "from" is omitted). In the last example, include everything between [@[[#from]]@] and the next anchor.%0a%0a%25red%25Note: do not put whitespace between "#from" "#to"%0a%0a:[@(:include PageName lines=10:)@]:%0a:[@(:include PageName lines=5..10:)@]:%0a:[@(:include PageName lines=5..:)@]:%0a: :Include the first 10 lines, lines 5-10, or lines 5 and up from `PageName. ''A "line" in this context refers to a line of source. Thus a line may be a paragraph that wraps over several lines on the screen, or a completely blank line.''%0a%0a:[@(:include Page1 Page2 Page3 lines=1..5:)@]:%0a: :Include the first five lines from the first available of Page1, Page2, or Page3. (To include lines from a list of pages, use a separate include for each.)%0a%0a!! See Also%0a* Cookbook:IncludeUrl%0a%0a!! Styling Note%0aBy default, Included pages or lines cannot be distinguished from other text on the page. To provide a visual indication that this text is special, you can apply [[PmWiki/WikiStyles]]. For example:%0a%0a(:markup:) [=%0a%25define=leftborder border-left="2px solid #88f" margin-left="2px" padding="1px 0 3px 10px"%25%0a%0aWhat is PmWiki?%0a%0a>>leftborder%3c%3c (:include PmWiki.PmWiki lines=1..4:) %0a>>%3c%3c%0a%0a''Have a very nice day!''%0a=]%0a%0aThe possibilities are limited only by your imagination...%0a%0a%25trail%25%3c%3c|[[DocumentationIndex]]|>>%0a
+time=1136681833