Confluence 3.3 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
This page describes the Space Jump Macro, provided with the Documentation theme. You can use space jumping to link from a page in one space to a page with the same name in another space, without knowing the name of the page when you create the link.
The Space Jump macro inserts a link onto the page. When the reader clicks the link, they will jump to a page that has the same name in another space. You specify the space when you insert the Space Jump macro.
Example: We use the Space Jump macro to put a standard message at the top of our archive spaces, telling people that they’re reading an old version of the documentation and letting them jump quickly to the same page in the latest documentation. See the words 'this page in the current documentation' in the screenshot below.
Screenshot: One way of using the Space Jump macro
On this page:
Usage with the Macro Browser
To insert the Space Jump macro into a page using the Macro Browser,
- Open your desired Confluence page or blog post, then click the 'Edit' button. The page or blog post opens in edit mode.
- Click the Macro Browser icon on the toolbar. The macro browser window opens in the middle of the screen in 'macro selection' mode.
- Scroll through the list of macros. Alternatively, start typing part of the name of your desired macro into the search box at the top right of the macro browser window. Macros with a matching name will appear in the main pane.
- Click on the desired macro to access its parameters and preview parameter changes ('preview mode').
- Set the macro parameters to your requirements. If desired, you can preview these changes by clicking 'Refresh'.
- Click 'Insert' to put the macro into the page.
You can also insert macros via autocomplete. For more information, see Using Autocomplete in the Rich Text Editor.
Usage with the Wiki Markup Editor
必要な入力項目 |
表示結果 |
---|---|
{spacejump:CONF31|alias=This page in the Confluence 3.1 documentation} | |
パラメーター
Parameters are options that you can include in Confluence macros to control the content or format of the macro output. The table below lists relevant parameters for this macro.
Parameter names are different in the macro browser and in wiki markup. Below we show the macro browser parameter names in bold text, and the equivalent wiki markup parameters in (bracketed
) text. If we do not show any parameter name for the wiki markup, then you should leave out the parameter name and simply include the parameter value as the first parameter, immediately after the colon (:
).
パラメーター |
既定 |
説明 |
---|---|---|
Alias |
なし |
The text to display as the hyperlinked text. If you do not supply an alias, Confluence will display the page name. |
例
To jump to a page in the 'MYSPACE' space, displaying the page name as the linked text:
{spacejump:MYSPACE}
To jump to a page in the 'MYSPACE' space, displaying 'another version of this page' as the linked text:
{spacejump:MYSPACE|alias=another version of this page}
詳細情報
What happens if there is no page with the same name in the target space?
For the space jump to work, the target space must contain a page with the same name as the page that renders the {spacejump} macro. If the target space does not contain such a page, you will see a broken link. Confluence handles this in its usual manner: the link is coloured red. If you click the link, Confluence offers to create the page for you.
Can I use the Space Jump macro in any space?
Yes. You can use the Space Jump macro in any space, even if that space is not currently using the Documentation theme. Provided that the Documentation theme plugin and its components are installed and enabled on your Confluence site, the Space Jump macro is available in any space.
関連トピック
Configuring the Documentation Theme
Working with Macros
Take me back to the Confluence User's Guide.