Difference between revisions of "Footer Examples"

From Tweeki
Jump to: navigation, search
(Created page with "=== Default === {{footer-settings |msg-footer=FOOTER |msg-footer-custom=LOGIN |footer-class=footer-sticky |config-hiding= $wgTweekiSkinHideAll = array( 'footer-info'...")
 
Line 1: Line 1:
 
=== Default ===
 
=== Default ===
 +
 +
By default, <code>footer-info</code> is hidden for all users, and <code>footer-custom</code> (with a login link as standard content) will only be shown to anonymous users.
  
 
{{footer-settings
 
{{footer-settings
 
   |msg-footer=FOOTER
 
   |msg-footer=FOOTER
 
   |msg-footer-custom=LOGIN
 
   |msg-footer-custom=LOGIN
  |footer-class=footer-sticky
 
  |config-hiding=
 
$wgTweekiSkinHideAll = array( 'footer-info' => true);
 
$wgTweekiSkinHideLoggedin = array( 'footer-custom' => true );
 
  |config-icons = true
 
 
}}
 
}}

Revision as of 20:25, 10 March 2017

Default

By default, footer-info is hidden for all users, and footer-custom (with a login link as standard content) will only be shown to anonymous users.

CONFIG Messages Configuration Options
  • MediaWiki:Tweeki-footer: FOOTER
  • MediaWiki:Tweeki-footer-custom: LOGIN
RESULT