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