Difference between revisions of "Template:Wiki"

From Organic Design wiki
m
m
Line 11: Line 11:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
<?php
+
# [[Category:Wikis]]
#[[Category:Wikis]]
 
 
$wgSitename        = "{{{name}}}";
 
$wgSitename        = "{{{name}}}";
 
$wgArticlePath      = "/$1";
 
$wgArticlePath      = "/$1";
Line 18: Line 17:
 
$wgDBname          = "{{{dbname}}}";
 
$wgDBname          = "{{{dbname}}}";
 
$wgDBprefix        = "{{{prefix}}}";
 
$wgDBprefix        = "{{{prefix}}}";
?>
 
 
</includeonly>
 
</includeonly>

Revision as of 13:06, 17 April 2007

This template is used by sysops to carry out live maintenance and configuration of the MediaWiki's on this server. Here is an example of the usage:

{{wiki
|name=Organic Design
|version=1.9.3
|dbname=od
|prefix=od_
}}