(Created page with "The footer contains the links to your privacy policy and other pages. If you don't need them, you can also remove them from your user interface. ==Creating the linked target p...") |
No edit summary |
||
Line 1: | Line 1: | ||
The footer contains | The footer contains 3 links to your privacy policy and other pages. If you don't need them, you can also remove them from your user interface or rename them to change their purpose. Additional links cannot be added. | ||
==Creating the linked target pages== | ==Creating the linked target pages== | ||
The content for the links in the footer must first be created. By default, all users with edit permissions can click on a link in the footer to create the corresponding page. It is stored in the ''Project'' [[Namespaces|namespace]]. | The content for the links in the footer must first be created. By default, all users with edit permissions can click on a link in the footer to create the corresponding page. It is stored in the ''Project'' [[Namespaces|namespace]]. | ||
Line 9: | Line 9: | ||
In the following example, we change the link text ''About (sitename)'' to ''Legal information''. In addition, we link to the new target page ''Legal:Terms''. | In the following example, we change the link text ''About (sitename)'' to ''Legal information''. In addition, we link to the new target page ''Legal:Terms''. | ||
# | #'''Create''' or open the page ''MediaWiki:Aboutsite.'' | ||
#'''Change''' the text from ''About (sitename)'' to ''Legal information.'' | |||
# | #'''Open''' the page ''MediaWiki:Privacypage''. | ||
# | #'''Change''' the text to ''Legal:Terms''. | ||
# | The footer now shows a link label of ''Legal information'' and the link opens the page ''Legal:Terms''. | ||
==Standard configurations== | ==Standard configurations== | ||
The following table shows the default pages that are used to create the footer links and their associated target content. | The following table shows the default pages that are used to create the footer links and their associated target content. | ||
{| class="contenttable-blue" style="width:100%;" | |||
{| class="contenttable-blue" style="" | |||
!Footer link | !Footer link | ||
!Link text defined in | !Link text defined in | ||
Line 34: | Line 26: | ||
|'''Privacy policy''' | |'''Privacy policy''' | ||
|MediaWiki:Privacy | |MediaWiki:Privacy | ||
|MediaWiki:Privacypage | |MediaWiki:Privacypage | ||
|Project:Privacy policy | |Project:Privacy policy | ||
Line 55: | Line 46: | ||
To link one of these footer links to an external web page, you first have to define an interwikilink for the external website. | To link one of these footer links to an external web page, you first have to define an interwikilink for the external website. | ||
'''Example:''' Linking the Privacy policy to the external page | '''Example:''' Linking the Privacy policy to the external page https://mysite<nowiki/>.com/privacy/. | ||
= | #'''Define''' the interwikilink for the domain ''mysite.com'' on the page ''Special:InterWikiLinks'' (interwiki prefix: mysite). <br />[[File:Footer 1.png|alt=Interwiki link|none|thumb|450x450px|Interwiki link]] | ||
#'''Insert''' the interwikilink on the link target page ''MediaWiki:Privacypage'' and save the page. [[File:Footer 2.png|alt=External footer link|none|thumb|750x750px|External footer link]]Syntax: <code>interwiki-prefix:target-page</code>. <br /> | |||
{{Box Links-en|Topic1=https://www.mediawiki.org/wiki/Manual:Footer|Topic2=[[Manual:Extension/BlueSpiceDiscovery|BlueSpice Layout]]}} | {{Box Links-en|Topic1=https://www.mediawiki.org/wiki/Manual:Footer|Topic2=[[Manual:Extension/BlueSpiceDiscovery|BlueSpice Layout]]}} |
Revision as of 15:44, 28 September 2022
The footer contains 3 links to your privacy policy and other pages. If you don't need them, you can also remove them from your user interface or rename them to change their purpose. Additional links cannot be added.
6.1 Creating the linked target pages
The content for the links in the footer must first be created. By default, all users with edit permissions can click on a link in the footer to create the corresponding page. It is stored in the Project namespace.
6.2 Changing the standard links
The wiki has 3 standard links that are managed in the user interface: Privacy policy, About (sitename) und Disclaimers.
Example: About (sitename)
In the following example, we change the link text About (sitename) to Legal information. In addition, we link to the new target page Legal:Terms.
- Create or open the page MediaWiki:Aboutsite.
- Change the text from About (sitename) to Legal information.
- Open the page MediaWiki:Privacypage.
- Change the text to Legal:Terms.
The footer now shows a link label of Legal information and the link opens the page Legal:Terms.
6.3 Standard configurations
The following table shows the default pages that are used to create the footer links and their associated target content.
Footer link | Link text defined in | Link target defined in | Standard target page |
---|---|---|---|
Privacy policy | MediaWiki:Privacy | MediaWiki:Privacypage | Project:Privacy policy |
About (sitename)) | MediaWiki:Aboutsite | MediaWiki:Aboutpage | Project:About |
Disclaimers | MediaWiki:Disclaimers | MediaWiki:Disclaimerpage | Project:General disclaimer |
6.4 Linking external target pages
To link one of these footer links to an external web page, you first have to define an interwikilink for the external website.
Example: Linking the Privacy policy to the external page https://mysite.com/privacy/.
- Define the interwikilink for the domain mysite.com on the page Special:InterWikiLinks (interwiki prefix: mysite).
- Insert the interwikilink on the link target page MediaWiki:Privacypage and save the page. Syntax:
interwiki-prefix:target-page
.