Test: Difference between revisions

Test
[checked revision][checked revision]
Content deleted Content added
No edit summary
Line 168:
PagePool PagePool Folder Class Speed DiskClassStr Unallocated Unallocated Total Disk AddSpa AddSpa AddSpace AddSpace AddSpace AddSpace Restripe Active
Index ClassInd Index Index Index PageCount BlockCount BlockCount Count Stats Failur Failure OptimalBlockCou OptimalPageCoun Debug Reserved Controller
======= ====== == ==== ====== == == ============== ============= ============= ============= ==== ==== ==== ====== ============= ============= ============================ ========= =========
1 4 3 6 1 Write-Intensive 503203 4122238784 7814439360 20 0 0 (0) Fals 244201230 59620 (1) None 61640
1 5 3 6 1 Write-Intensive 805125 4122238784 7814439360 20 0 0 (0) Fals 390721968 95392 (1) None 61640
Line 192:
 
Index Name ManagementDiscipline OperStatus Health ParentFolder Class TotalBlockCoun UnallocatedBlo DiskSize
==== ================== == ================ ======== == ================ ========== == == ============= ============= =============
<box>10</box> (1) Managed (1) Up Healthy 3 8 7501476528 495593872<point-here-tr> 3.49 TB
27 (1) Managed (1) Up Healthy 3 8 7501476528 495593872 3.49 TB
Line 353:
<br/><br/>
 
== Dynamic Page List<ref>[[mediawikiwiki:Extension:DynamicPageList3]]</ref>==
* ''Top 10 Longest Pages with No Revision Table'':
{{#dpl:
Line 368:
<br/><br/>
 
== Dynamic Sidebar<ref>[[mediawikiwiki:Extension:DynamicSidebar]]</ref>==
The '''DynamicSidebar''' extends the capabilities of the sidebar for logged in users. If allowed, users can add their own custom sidebars via the page "User:&lt;username>/Sidebar". Administrators can add sidebars for groups, and userpage categories via the pages "MediaWiki:Sidebar/Group:&lt;group>", and "MediaWiki:Sidebar/Category:&lt;category>".
 
Line 843:
<br/><br/>
 
== Event Bus<ref>[[mediawikiwiki:Extension:EventBus]]</ref>==
Ultimately required for [[Test#Navigation_Timing.5B53.5D|Navigation Timing]] to work but is a requirement for [[Test#Event_Stream_Config.5B31.5D|Event Stream Config]]
 
Line 849:
<br/><br/>
 
== Event Logging<ref>[[mediawikiwiki:Extension:EventLogging]]</ref>==
Required by [[Test#Navigation_Timing.5B53.5D|Navigation Timing]]
<br/><br/>
 
== Event Stream Config<ref>[[mediawikiwiki:Extension:EventStreamConfig]]</ref>==
Required by [[Test#Event_Logging.5B31.5D|Event Logging]] which in turn is required by [[Test#Navigation_Timing.5B53.5D|Navigation Timing]]
<br/><br/>
 
= =File Importer<ref>[[mediawikiwiki:Extension:FileImporter]]</ref> ==
This extensions implements [[Special:ImportFile]] for importing files from other wikis, this will be found on the commons wiki
<br/><br/>
Line 869:
<br/><br/>
 
== Flagged Revisions<ref>[[mediawikiwiki:Extension:FlaggedRevs]]</ref>==
The '''Flagged Revisions''' extension allows for '''Editor''' and '''Reviewer''' users to rate revisions of articles and set those revisions as the default revision to show upon normal page view. These revisions will remain the same even if included templates or images are changed. This allows for MediaWiki to act more like a [[w:Content_Management_System|Content Management System (CMS)]].
<br/><br/>
Line 897:
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}
<br/><br/>
 
= Header Tabs<ref>[[mediawikiwiki:Extension:Header_Tabs]]</ref> =
The '''Header Tabs''' extension transforms top-level MediaWiki headers into JavaScript-based tabs.
 
{{Note|Only uses top level headers}}
 
Each such top-level header, if it's anywhere above the <code><headertabs /></code> tag, it will be displayed as a tab.
 
So typically this goes at the end of a page if it is desired for all sections to be displayed as header tabs.
 
use:
<pre>
__NOTOC__
= A =
Section 1
= B =
Section 2
= C =
Section 3
= D =
Section 4
 
<headertabs />
</pre>
 
To achieve:
:[[File:ClipCapIt-210304-142327.PNG]]
 
:[[File:ClipCapIt-210304-142342.PNG]]
 
<br/><br/>
 
Line 1,200 ⟶ 1,169:
<br/><br/>
 
== Navigation Timing<ref>[[mediawikiwiki:Extension:NavigationTiming]]</ref>==
The '''NavigationTiming''' extension allows logging perceived latency measurements, exposed by browsers as part of the [https://www.w3.org/TR/navigation-timing/ W3C Navigation Timing] spec, which "''defines an interface for web applications to access timing information related to navigation and elements''".
 
Line 1,407 ⟶ 1,376:
<br/><br/>
 
== ReplaceText<ref>[[mediawikiwiki:Extension:ReplaceText]]</ref>==
* Provides a rather danger special page [[Special:ReplaceText|ReplaceText]] to find a replace text across entire wiki, best to test in a wiki sand box first.
<br/><br/>