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