Difference between revisions of "Template:Quran Sura InfoBox"
From HodHood
P.Astakhov (talk | contribs) (separate "Surah Index of Subjects") |
P.Astakhov (talk | contribs) (global $suraIndexOfSubjects;) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 230: | Line 230: | ||
</table></div></div>[[Sura Serial Number::{{{qs_sernumber|}}}| ]][[Is Sura Text::true| ]][[Category:Quran English Translation]] | </table></div></div>[[Sura Serial Number::{{{qs_sernumber|}}}| ]][[Is Sura Text::true| ]][[Category:Quran English Translation]] | ||
− | < | + | <phptag> |
− | + | global $suraIndexOfSubjects; | |
− | + | ||
− | + | if ( !isset( $argv['sura-index-of-subjects'] ) ) { | |
− | + | $suraIndexOfSubjects = false; | |
− | </ | + | break; |
+ | } | ||
+ | |||
+ | $a = explode( ', ', $argv['sura-index-of-subjects'] ); | ||
+ | asort( $a ); | ||
+ | |||
+ | $suraIndexOfSubjects = []; | ||
+ | foreach ( $a as $value ) { | ||
+ | $fl = $value[0]; // $fl = strtolower( $value[0] ); | ||
+ | $suraIndexOfSubjects[$fl][] = "[[Has Sura Index of Subjects::$value]]"; | ||
+ | } | ||
+ | </phptag> |
Latest revision as of 16:13, 2 April 2018