Konfigurasi situs web
Dari GBI Danau Bogor Raya
Extensions (Bundled with MediaWiki Installation)
- Special pages
- CiteThisPage
- Interwiki
- Nuke
- Renameuser
- ReplaceText
- Editors
- WikiEditor
- Other
- SecureLinkFixer
- TextExtracts
- Media handlers
- PdfHandler
- API
- PageImages
- Parser hooks
- CategoryTree
- Cite
- InputBox
- ParserFunctions
- Poem
- TemplateData
Extensions (Non-Bundled)
- DismissableSiteNotice
- DynamicPageList3
- EmbedVideo
- FancyBoxThumbs
- googleAnalytics
- JavascriptSlideshow
- Lockdown
- MyVariables
- Popups
- UserMerge
Lazyloaddigantikan$wgNativeImageLazyLoading = true;
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}}