User talk:Addshore: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
imported>Addshore
imported>Addshore
Line 36: Line 36:
== Protections/restrictions ==
== Protections/restrictions ==


Looking at the ansible playbook, I see the code:<br>
Looking at the ansible playbook, I see the code:
<pre>
// Restrictions<br>
// Restrictions
'+wgRestrictionLevels' => array(<br>
'default' => array(<br>
'+wgRestrictionLevels' => array(
'user',<br>
'default' => array(
'steward'<br>
'user',
'steward'
),<br>
),
'+metawiki' => array(<br>
'+metawiki' => array(
'createwiki'<br>
'createwiki'
),<br>
),<br>
),
),
'+wgRestrictionTypes' => array(<br>
'default' => array(<br>
'+wgRestrictionTypes' => array(
'delete'<br>
'default' => array(
'delete'
),<br>
),<br>
),
),
'$wgRestrictDisplayTitle' => array(<br>
'$wgRestrictDisplayTitle' => array(
'default' => true,<br>
'portalwiki' => false,<br>
'default' => true,
'portalwiki' => false,
),<br>
),
// /Restrictions<br>
// /Restrictions

</pre>


This code looks firmilar, and I was wondering if this is what I think it is.
This code looks firmilar, and I was wondering if this is what I think it is.