File:PCR GUI Insert - screenshot.png

Original file(724 × 612 pixels, file size: 26 KB, MIME type: image/png)

PCR GUI Inserts extension screenshot. The configuration code used to obtain this output was:

Version 2.0 edit

require_once( $IP."/extensions/PCR GUI Inserts/pcr_guii.php");

$wgPCRguii_Inserts['addHeadItem'] = [
      'on' => true,
      'content' => [ '<div style="color:red;">SUCESSFUL addHeadItem INSERT</div>' ] ];
$wgPCRguii_Inserts['BeforePageDisplay'] = [
      'on' => true,
      'content' => '<div style="color:red;">SUCESSFUL BeforePageDisplay INSERT</div>' ];
$wgPCRguii_Inserts['SkinAfterBottomScripts'] = [
      'on' => true,
      'content' => '<div style="color:red;">SUCESSFUL SkinAfterBottomScripts INSERT</div>' ];
$wgPCRguii_Inserts['SkinBuildSidebar'] = [
      'on' => true,
      'content' => [
           [ 'SkinBuildSidebar title', '<div style="color:red;">SUCESSFUL SkinBuildSidebar INSERT</div>' ],
           [ 'and another one', 'here' ] ] ];

Version 3.0 edit

wfLoadExtension( 'PCRGUIInserts' );

$wgPcrGuiHeadItems = [ '<div style="color:red;">SUCESSFUL addHeadItem INSERT</div>' ];
$wgPcrGuiDisplayBottom = '<div style="color:red;">SUCESSFUL BeforePageDisplay INSERT</div>';
$wgPcrGuiScripts = '<div style="color:red;">SUCESSFUL SkinAfterBottomScripts INSERT</div>';
$wgPcrGuiSidebarItems = [
           [ 'SkinBuildSidebar title', '<div style="color:red;">SUCESSFUL SkinBuildSidebar INSERT</div>' ],
           [ 'and another one', 'here' ] ];

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:31, 9 August 2010Thumbnail for version as of 19:31, 9 August 2010724 × 612 (26 KB)Patheticcockroach (talk | contribs)PCR GUI Inserts extension screenshot. {{cc-by-sa-3.0}}

The following page uses this file:

Metadata