Difference between revisions of "BreadCrumbs"

(Created page with "The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows. :File:GU...")
(Tag: 2017 source edit)
 
(Tag: 2017 source edit)
 

The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows.

File:GUi-titlearea-breadcrumb.png

Breadcrumb navigation
Breadcrumb navigation


The link to the namespace prefix can link to a main page of the namespace and is then displayed as a redlink until the page is created.

Alternatively, links can be made directly to all pages in the namespace. This can be configured on the server. The following information can be made in the file LocalSettings.php:

                     $GLOBALS['wgExtensionFunctions'][] = function() {
 	$GLOBALS['bsgBlueSpiceCalummaBreadcrumbRootNodeEnabledProviders'] = [
 		
                
#
                    "special-allpages"
 	];
 };

                


The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows.
        
        
        
            
            [[:<br />
            
            [[File:GUi-titlearea-breadcrumb.png|alt=Breadcrumb navigation|center|thumb|450x450px|Breadcrumb navigation]]
        
        
        
        
        
        The link to the namespace prefix can link to a main page of the namespace and is then displayed as a redlink until the page is created. 
        
        
        
        Alternatively, links can be made directly to all pages in the namespace. This can be configured on the server. The following information can be made in the file ''LocalSettings.php'':
        
        
         <syntaxhighlight lang="php">
            
             $GLOBALS['wgExtensionFunctions'][] = function() {
        
         	$GLOBALS['bsgBlueSpiceCalummaBreadcrumbRootNodeEnabledProviders'] = [
        
         		#"special-allpages"
        
         	];
        
         };
            
            
            </syntaxhighlight>
            
            
            
            {{translation}}
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows.
 
The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows.
 
+
<br />
[[:File:GUi-titlearea-breadcrumb.png]]
+
[[File:GUi-titlearea-breadcrumb.png|alt=Breadcrumb navigation|center|thumb|450x450px|Breadcrumb navigation]]
  
  
Line 7: Line 7:
  
 
Alternatively, links can be made directly to all pages in the namespace. This can be configured on the server. The following information can be made in the file ''LocalSettings.php'':
 
Alternatively, links can be made directly to all pages in the namespace. This can be configured on the server. The following information can be made in the file ''LocalSettings.php'':
 +
<syntaxhighlight lang="php">
 
  $GLOBALS['wgExtensionFunctions'][] = function() {
 
  $GLOBALS['wgExtensionFunctions'][] = function() {
 
  $GLOBALS['bsgBlueSpiceCalummaBreadcrumbRootNodeEnabledProviders'] = [
 
  $GLOBALS['bsgBlueSpiceCalummaBreadcrumbRootNodeEnabledProviders'] = [
  #"special-allpages"
+
  "special-allpages"
 
  ];
 
  ];
 
  };
 
  };
 +
</syntaxhighlight>
 +
 +
{{translation}}

Attachments

Discussions