Redirect

Last modified by Treyfane Dingo on 2025/04/26 02:01

Information

Parameters:

reference - The XWiki document reference or URL to redirect to. The URL can be absolute or relative.
delay - expressed in seconds (optional: default is 0)
visible - whether to display a redirect notice box (optional: defaults is "true")

Example usage

With document reference

{{redirect reference="Sandbox.TestPage1" delay="3" visible="false"/}}

With absolute URL

{{redirect reference="https://www.w3.org" delay="2"/}}

With relative URL

{{redirect reference="/xwiki/bin/view/Sandbox/#HLinks"/}}