Test: verschil tussen versies
Uit Documents
(→Sectie #1) |
|||
| (15 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
== Sectie #1 == | == Sectie #1 == | ||
| + | <syntaxhighlight lang="php"> | ||
| + | <?php | ||
| + | // disable language selection | ||
| + | $wgHiddenPrefs[] = 'language'; | ||
| + | // if you want to disable variants as well | ||
| + | $wgHiddenPrefs[] = 'variant'; | ||
| + | $wgHiddenPrefs[] = 'noconvertlink'; | ||
| + | ?> | ||
| + | </syntaxhighlight> | ||
| − | < | + | === subsectie 1.1 === |
| − | + | ||
| − | </ | + | subsectie inhoud |
| + | |||
| + | see also syntax <ref>http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi</ref> | ||
| + | |||
| + | == Referenties == | ||
| + | {{RefList|3}} | ||
| + | <references /> | ||
[[Category:Test Documents]] | [[Category:Test Documents]] | ||
Huidige versie van 24 jan 2011 om 22:12
Sectie #1
<?php
// disable language selection
$wgHiddenPrefs[] = 'language';
// if you want to disable variants as well
$wgHiddenPrefs[] = 'variant';
$wgHiddenPrefs[] = 'noconvertlink';
?>subsectie 1.1
subsectie inhoud
see also syntax [1]