Konfigurasi situs web

Dari GBI Danau Bogor Raya
Revisi sejak 15 Juni 2021 15.06 oleh Leo (bicara | kontrib) (upd)
Lompat ke: navigasi, cari


mw:Extension

Extensions (Bundled with MediaWiki Installation)

Special pages
  1. CiteThisPage
  2. Interwiki
  3. Nuke
  4. Renameuser
  5. ReplaceText
Editors
  1. WikiEditor
Other
  1. SecureLinkFixer
  2. TextExtracts
Media handlers
  1. PdfHandler
API
  1. PageImages
Parser hooks
  1. CategoryTree
  2. Cite
  3. InputBox
  4. ParserFunctions
  5. Poem
  6. TemplateData

Extensions (Non-Bundled)

LocalSettings.php

Permissions

$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;

$wgGroupPermissions['Editor']['edit'] = true;

$wgGroupPermissions['*']['upload'] = false;
$wgGroupPermissions['user']['upload'] = true;
$wgGroupPermissions['user']['upload_by_url'] = true;

$wgGroupPermissions['*']['reupload'] = false;

$wgGroupPermissions['Developer']['editinterface'] = true;
$wgGroupPermissions['Developer']['editsitecss'] = true;

Miscellaneous

$wgNativeImageLazyLoading  = true;

Tweeki skin

## Tweeki skin configuration ##
wfLoadSkin( 'Tweeki' );
$wgDefaultSkin = "tweeki";


### BOOTSTRAP 4 ### For Tweeki 1.2.0+
$wgTweekiSkinUseBootstrap4 = true;


### NAVIGATION ### 
#### NAVIGATION: Hiding Page Elements ####
// make an element hideable with the {{#tweekihide:}} parser function
// (used on the main page)
$wgTweekiSkinHideable = [ 'firstHeading', 'sidebar-right', 'subnav' ];

// Elements in this array will be hidden for users who are NOT logged in.
$wgTweekiSkinHideAnon = [ 'subnav' => true, 'PERSONAL' => true,
   'TOOLBOX' => true, 'EDIT-EXT' => true, 'TOOLBOX-EXT' => true ];

// Elements in this array will only be shown to users 
// who have chosen in their preferences to show "advanced features".
$wgTweekiSkinHideNonAdvanced = [ 'EDIT-EXT-special' => false ];

#### NAVIGATION: Footer ####
// If set to false, the icons in the footer will be replaced by text aquivalents.
$wgTweekiSkinFooterIcons = false;


### MISCELLANEOUS ###

#### MISC: Font Awesome ####
// Whether or not to include Font Awesome to allow the use of icons
$wgTweekiSkinUseAwesome = true;

#### Bootstrap Theme ####
// Whether or not to include the code for Bootstrap's theme (enhanced styling for buttons etc.).
$wgTweekiSkinUseBootstrapTheme = true;

##### Tooltips #####
// Whether or not to use Bootstrap's tooltips for buttons using the data-toggle="tooltip" attribute.
$wgTweekiSkinUseTooltips = true;


## UNSET FOOTER ICONS ##
unset ($wgFooterIcons['poweredby']['mediawiki']);

System Messages

Message Name Teks
tweeki-editsection-text
[Edit]
tweeki-footer-custom
LOGIN-EXT
tweeki-login
Login
tweeki-navbar-left
mainpage,
Perihal, *GBI Danau Bogor Raya, *GBI Rayon 7, *GBI Jalan Gatot Subroto,
*Gereja Bethel Indonesia|Sinode Gereja Bethel Indonesia, *Gembala Sidang,
*Gembala Pembina, *Ibadah_online_(live_streaming)|Arsip ibadah online,
Pengajaran, *Artikel, *Pengakuan Iman GBI,
*Pengajaran Dasar Gereja Bethel Indonesia|Pengajaran Dasar GBI,
*Ayo Baca Alkitab, *Ayo Saat Teduh,
*Kehidupan Orientasi Melayani|Kehidupan Orientasi Melayani (KOM),
*Pentakosta Ketiga, *Sikap teologis|Sikap Teologis GBI Jl Gatot Subroto,
*Pandangan GBI|Sikap Teologis Sinode GBI,
Hubungi kami, *Project:Media Sosial|Media Sosial, *Persembahan,
*Hotline|Telepon/WhatsApp
tweeki-navbar-right
TOOLBOX-EXT,PERSONAL,SEARCH

Halaman Utama

Parser function tambahan di dalam Halaman Utama:

{{#tweekihide:sidebar-right|sidebar|firstheading|catlinks}}