Compatibility: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 8: Line 8:
<pre><nowiki>ExtDynamicPageList::$functionalRichness = 3;</nowiki></pre>
<pre><nowiki>ExtDynamicPageList::$functionalRichness = 3;</nowiki></pre>
Would be changed to:
Would be changed to:
<pre><nowiki>$dplSettings['functionalRichness'] = 3;</nowiki></pre>
<pre><nowiki>$wgDplSettings['functionalRichness'] = 3;</nowiki></pre>


=Migration Aid from Extension:Intersection=
=Migration Aid from Extension:Intersection=
Line 23: Line 23:
To change the parameter richness level change the configuration for:
To change the parameter richness level change the configuration for:


<code>$dplSettings['functionalRichness'] = 3;</code>
<code>$wgDplSettings['functionalRichness'] = 3;</code>


There are five levels of parameter richness from 0 to 4. Enabling a numerically higher richness level enables all the parameters in the levels below it as well. The levels are defined in the ParametersData class and copied here for quick reference.
There are five levels of parameter richness from 0 to 4. Enabling a numerically higher richness level enables all the parameters in the levels below it as well. The levels are defined in the ParametersData class and copied here for quick reference.