Help:Contents

From Null-pointer

Jump to: navigation, search

Contents

About

This site contains information, references and resources that I gave gained and found useful as part of my working life.

The wiki version of null-pointer came about on the 24th October 2005, in an effort to improve the frequency of updates. I also wanted to increase the quanity of information.

My original site was started on 6th June 2001.

Wiki

Custom Stylesheet

Monobook.css

Templates

template content

It is advisable to convert the following to entity encoding:

: to :
= to =
| to |

Syntax colouring

<source lang="java" line="GESHI_FANCY_LINE_NUMBERS">

Testing

test

Redirect

#REDIRECT [[page]]

How to

Restrict User access

at the bottom of file LocalSetting.php add;

$wgLogo = "$wgScriptPath/images/wikilogo3.png"; $wgGroupPermissions['*' ]['createaccount'] = false; $wgGroupPermissions['*' ]['read'] = true; $wgGroupPermissions['*' ]['edit'] = false;

Personal tools