Project: Configuration: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Leo (bicara | kontrib)
k upd
Leo (bicara | kontrib)
k upd
Baris 1: Baris 1:
{{DISPLAYTITLE:Konfigurasi situs web}}
{{DISPLAYTITLE:Konfigurasi situs web}}
[[:mw:Extension]]
== Extensions (Bundled with MediaWiki Installation) ==
<div class="ml-md-6 ml-3 mb-3" style="column-count: 2;">
;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
</div>
== Extensions (Non-Bundled) ==
<div class="ml-md-6 ml-3 mb-3 plainlinks" style="column-count: 2;">
# [https://www.mediawiki.org/wiki/Extension:DismissableSiteNotice DismissableSiteNotice]
# [https://www.mediawiki.org/wiki/Extension:DynamicPageList3 DynamicPageList3]
# [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo]
# [https://www.mediawiki.org/wiki/Extension:FancyBoxThumbs FancyBoxThumbs]
# [https://www.mediawiki.org/wiki/Extension:googleAnalytics googleAnalytics]
# [https://www.mediawiki.org/wiki/Extension:JavascriptSlideshow JavascriptSlideshow]
# [https://www.mediawiki.org/wiki/Extension:Lockdown Lockdown]
# [https://www.mediawiki.org/wiki/Extension:MyVariables MyVariables]
# [https://www.mediawiki.org/wiki/Extension:Popups Popups]
# [https://www.mediawiki.org/wiki/Extension:UserMerge UserMerge]
# <s>[https://www.mediawiki.org/wiki/Extension:Lazyload Lazyload]</s> digantikan <code>$wgNativeImageLazyLoading = true;</code>
</div>
== LocalSettings.php ==
== LocalSettings.php ==
<div class="ml-md-6 ml-3">
<div class="ml-md-6 ml-3">

Revisi per 15 Juni 2021 15.06


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}}