Difference between revisions of "Template:Quran Ayah InfoBox Transclude"
From HodHood
P.Astakhov (talk | contribs) |
P.Astakhov (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly><phptag> |
− | + | global $transclude; | |
− | </includeonly> | + | if ( isset( $argv[1] ) ) { |
+ | $transclude = '{{Quran Ayah InfoBox |' . $argv[1] . '}}'; | ||
+ | } else { | ||
+ | $transclude = false; | ||
+ | } | ||
+ | </phptag></includeonly> |