Help:Contents
From Null-pointer
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
Templates
- Template:about
- Template:news
- Template:CL
Template:code. Deprecated. Use <source>.- Template:Cite web
- Template:Cite news
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
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;

