Manual:Extension/BlueSpicePrivacy/Administration and Manual:Extension/TabberNeue: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
 
Line 1: Line 1:
==Terms of use==
{{BSVersion|bsvFrom=4.4|bsvFeature=TabberNeue}}
==Simple Tabs==
If you want to organize page content in tabs, you can use a special syntax in source editing mode.
{{Textbox|boxtype=important|header=|text=The contents of the tabs cannot be edited in visual editing mode. It is, however, possible to [[#Transclusion|show (transclude) entire wiki pages as the content of the tabs]].|icon=no}}


===Changing the link targets===
Tabs are created with <code>tabName=tabBody</code> and separated by <code>|-|</code>. You can use any content in the tabs, including templates and images.[[File:TabberNeue standard.png|center|thumb|550x550px|Simple tabs|alt=4 tabs with the content of the first tab shown.]]
The link target of the terms of use is stored in system messages and can be changed by administrators if necessary.  
[[File:Manual:terms of service.png|alt=Terms of service|center|thumb|300x300px|Terms of service]]
{| class="wikitable" style="width:100%;"
! style="background-color:rgb(234, 236, 240);text-align:center;box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |'''Link'''
! style="background-color:rgb(234, 236, 240);text-align:center;box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |Link target
! style="background-color:rgb(234, 236, 240);text-align:center;box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |Standard target page
!System message (standard)
!System message (cloud)
|-
| style="box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |'''privacy policy'''
| style="box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |MediaWiki:Privacypage
| style="box-sizing:border-box;border:1px solid rgb(162, 169, 177);padding:0.8em 0.4em;" |Project:Privacy policy
|<span class="ve-pasteProtect" style="color: rgb(51, 64, 85)">"privacypage": "Project:Privacy policy"</span>
|<span class="ve-pasteProtect" style="color: rgb(51, 64, 85)">"bs-cloudclient-privacypolicypage": "Project:PrivacyPolicy"</span>
|-
|'''terms of service'''
|MediaWiki:Termsofservicepage
|Project:Terms of service
|<span class="ve-pasteProtect" style="color: rgb(51, 64, 85)">"termsofservicepage": "Project:Terms_of_service"</span>
|<span class="ve-pasteProtect" style="color: rgb(51, 64, 85)">"bs-cloudclient-termsofservicepage": "Special:TermsOfService"</span>
|}


== Account deletion or anonymization ==
<syntaxhighlight lang="text">
<tabber>
|-|Titel für Tab 1=
Content for Tab 1.
|-|Titel für Tab 2=
Content for Tab 2.
|-|Title for Tab 3=
Content for Tab 3.
</tabber>
</syntaxhighlight>If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <code><nowiki><tabber></nowiki></code> / <code><nowiki></tabber></nowiki></code> tags.


=== Request to administrators ===
==Nested Tabs==
When a request for anonymization or account deletion is made, users in the sysop group will receive an email notification.  
Nested tabbers must be written as parser functions. Instead of the <code><nowiki><tabber/></nowiki></code> tags, they are enclosed with <code><nowiki>{{#tag:tabber|}}</nowiki></code> and separated by <code><nowiki>{{!}}-{{!}}</nowiki></code>. [[File:TabberNeue Nested Tabs.png|alt=Example of 4 tabs. The sub-tabs of the 1st main tab are open.|center|thumb|650x650px|Nested tabs]]
<syntaxhighlight lang="text">
<tabber>
|-|First Tab Title=
{{#tag:tabber|
Tab Title A=
Tab content A goes here.
{{!}}-{{!}}
Tab Title B=
Tab content B goes here.
{{!}}-{{!}}
Tab Title C=
Tab content C goes here.
}}
|-|Second Tab Title=
{{#tag:tabber|
Tab Title D=
Tab content D goes here.
{{!}}-{{!}}
Tab Title E=
Tab content E goes here.
{{!}}-{{!}}
Tab Title F=
Tab content F goes here.
}}
|-|Third Tab Title=
{{#tag:tabber|
Tab Title G=
Tab content G goes here.
{{!}}-{{!}}
Tab Title H=
Tab content H goes here.
{{!}}-{{!}}
Tab Title I=
Tab content I goes here.
}}
</tabber>
</syntaxhighlight>If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <code><nowiki><tabber></nowiki></code> / <code><nowiki></tabber></nowiki></code> tags.


They can then access the ''Privacy admin'' page located in ''Global actions > Management'' or by navigating to <code>Special:PrivacyAdmin</code>.
== Transclusion ==
With the transclusion mode, the entire contents of the page of the first tab will be transcluded. The transcluded pages in other tabs will be transcluded on-demand with AJAX, performing a request to the MediaWiki api. Once requested, they won't be fetched again until the page is reloaded. Note that Tabbers on the transcluded page will not be rendered.
Tabs are created with <code>pageName|tabName</code>, and separated by a new line.<syntaxhighlight lang="text">
<tabbertransclude>
First Page Name|First Tab Title
Second Page Name|Second Tab Title
Third Page Name|Third Tab Title
</tabbertransclude>
</syntaxhighlight>
If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <code><nowiki><tabbertransclude></nowiki></code> / <code><nowiki></tabbertransclude></nowiki></code> tags.


This pages lists the submitted requests. Administrators can review and approve or deny them.
{{translation}}
 
* Grant request (click green tick)
* Reject request (click on red crossed out circle)
[[File:Manual:review privacy request.png|alt=Review privacy request|center|thumb|650x650px|Review privacy request]]
 
 
In addition, administrators can see the status of the ''Privacy policy consent'' for every user on the wiki on this page.
 
=== Direct action by users ===
The wiki can be configured sothat users can perform these actions immediately without  approval from an administrator first (not possible in BlueSpice Cloud). Requesting actions applies to:
 
* anonymization
* account deletion
 
Immediate action can be configured as $<code>bsgPrivacyEnableRequests = false;</code> be activated in ''LocalSettings.php.''
 
[[de:Handbuch:Erweiterung/BlueSpicePrivacy/Verwaltung]]

Revision as of 17:20, 2 April 2024

TabberNeue is available from BlueSpice 4.4.

Simple Tabs

If you want to organize page content in tabs, you can use a special syntax in source editing mode.

The contents of the tabs cannot be edited in visual editing mode. It is, however, possible to show (transclude) entire wiki pages as the content of the tabs.


Tabs are created with tabName=tabBody and separated by |-|. You can use any content in the tabs, including templates and images.

4 tabs with the content of the first tab shown.
Simple tabs
<tabber>
|-|Titel für Tab 1=
Content for Tab 1.
|-|Titel für Tab 2=
Content for Tab 2.
|-|Title for Tab 3=
Content for Tab 3.
</tabber>

If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <tabber> / </tabber> tags.

Nested Tabs

Nested tabbers must be written as parser functions. Instead of the <tabber/> tags, they are enclosed with {{#tag:tabber|}} and separated by {{!}}-{{!}}.

Example of 4 tabs. The sub-tabs of the 1st main tab are open.
Nested tabs
<tabber>
|-|First Tab Title=
{{#tag:tabber|
 Tab Title A=
 Tab content A goes here.
 {{!}}-{{!}}
 Tab Title B=
 Tab content B goes here.
 {{!}}-{{!}}
 Tab Title C=
 Tab content C goes here.
 }}
|-|Second Tab Title=
{{#tag:tabber|
 Tab Title D=
 Tab content D goes here.
 {{!}}-{{!}}
 Tab Title E=
 Tab content E goes here.
 {{!}}-{{!}}
 Tab Title F=
 Tab content F goes here.
 }}
|-|Third Tab Title=
{{#tag:tabber|
 Tab Title G=
 Tab content G goes here.
 {{!}}-{{!}}
 Tab Title H=
 Tab content H goes here.
 {{!}}-{{!}}
 Tab Title I=
 Tab content I goes here.
 }}
</tabber>

If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <tabber> / </tabber> tags.

Transclusion

With the transclusion mode, the entire contents of the page of the first tab will be transcluded. The transcluded pages in other tabs will be transcluded on-demand with AJAX, performing a request to the MediaWiki api. Once requested, they won't be fetched again until the page is reloaded. Note that Tabbers on the transcluded page will not be rendered.

Tabs are created with pageName|tabName, and separated by a new line.

<tabbertransclude>
First Page Name|First Tab Title
Second Page Name|Second Tab Title
Third Page Name|Third Tab Title
</tabbertransclude>

If you insert the tabs via the Visual Editor Insert menu, omit the beginning and ending <tabbertransclude> / </tabbertransclude> tags.




To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions