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