Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -57,10 +57,11 @@ 57 57 58 58 === Parameter: ##xpage## === 59 59 60 -* ##plain##: this value indicates that only the content of the page is printed (no UI). With a document that's not using the XWiki 1.0 syntax you can control the output syntax using ##outputSyntax## and ##outputSyntaxVersion##. You can also passanother parameternamed##raw## which allowsyou more control:60 +* ##plain##: this value indicates that only the content of the page is printed (no UI). With a document that's not using the XWiki Syntax 1.0 you can control the output syntax using ##outputSyntax## and ##outputSyntaxVersion##. You can also pass other parameters to allow fine-grained control: 61 61 ** ##raw=1##: Returns the page source as is without any formatting but XML-escaped 62 62 ** ##raw=2##: Returns the page source as is without any formatting (without any escaping) 63 63 ** ##htmlHeaderAndFooter=true##: {{info}}Since 6.3RC1{{/info}} Display the HTML headers (##<html>##,##<head>##,##<body>##, etc...) and footers (##</body>##, ##</html>##, etc...). 64 +** ##outputTitle##: {{info}}Since 7.3M2{{/info}} If ##true## then also display the title in addition to the content. Defaults to ##false## if not specified. 64 64 * ##xml##: print the exported form of a document. This is what you can find in the xar for each document. 65 65 * ##rev##: when specified, redirects to the ##viewrev## action (see below) 66 66 * ##children##: {{info}}Since 7.2M3{{/info}} display a page that lists all the children of the document. You can also add the following parameters: ... ... @@ -70,8 +70,12 @@ 70 70 ** ##displayHidden=true##: display the hidden documents (no matter what the user's configuration is) 71 71 * ##siblings##: {{info}}Since 7.2RC1{{/info}} display a page that lists all the children of the parent of the document. You can also add the following parameter: 72 72 ** ##displayHidden=true##: display the hidden documents (no matter what the user's configuration is) 73 -* ##hierarchy##: {{info}}Since 7.3M2{{/info}} display the hierarchy of the page, as raw HTML, without any style. You can also add the following parameters: 74 +* ##hierarchy_reference##: {{info}}Since 7.3M2{{/info}} display the hierarchy of the page, as raw HTML, without any style. You can also add the following parameters: 74 74 ** ##id=someId##: add an HTML id to the hierarchy breadcrumb. 76 +** ##displayTitle=true|false##: display the title of the elements in the breadcrumb (default: true) 77 +** ##excludeSelf=true|false##: display the hierarchy without the page itself 78 +** ##limit=##: set a limit for the number of hierarchy elements displayed 79 +** ##local=true|false##: do not display the main wiki reference for documents located in sub-wikis. 75 75 76 76 === Parameter: ##outputSyntax## and ##outputSyntaxVersion## === 77 77