Main Page: Difference between revisions
Jump to navigation
Jump to search
(Add link) |
No edit summary |
||
| Line 12: | Line 12: | ||
* [[Syntax Color]] (a test of the syntaxhighlight module) | * [[Syntax Color]] (a test of the syntaxhighlight module) | ||
==== Configuration Changelog ==== | |||
In order to set up the LOFE domain, I made the following additions to LocalSettings.php: | |||
<pre>define("NS_LOFE", 3000); | |||
define("NS_LOFE_TALK", 3001); | |||
$wgExtraNamespaces[NS_LOFE] = "LOFE"; | |||
$wgExtraNamespaces[NS_LOFE_TALK] = "LOFE_talk"; | |||
$wgContentNamespaces[] = 3000;</pre> | |||
Revision as of 01:43, 17 August 2025
Welcome!
I've set up this wiki to demonstrate a possible new format for the Library of Formatting Examples. Click the link below to view it.
Links
- Syntax Color (a test of the syntaxhighlight module)
Configuration Changelog
In order to set up the LOFE domain, I made the following additions to LocalSettings.php:
define("NS_LOFE", 3000);
define("NS_LOFE_TALK", 3001);
$wgExtraNamespaces[NS_LOFE] = "LOFE";
$wgExtraNamespaces[NS_LOFE_TALK] = "LOFE_talk";
$wgContentNamespaces[] = 3000;