Difference between revisions of "Template:Quran Ayah InfoBox Transclude"

From HodHood
Jump to: navigation, search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly><phptag>
 
<includeonly><phptag>
var_dump( $argv );
+
global $transclude;
var_dump( '{{Quran Ayah InfoBox |' . $argv[1] . '}}' );
+
if ( isset( $argv[1] ) ) {
//transclude( false, [], '{{Quran Ayah InfoBox |' . $argv[1] . '}}' );
+
  $transclude = $argv[1];
//transclude( 'Quran Ayah InfoBox', [], '{{Quran Ayah InfoBox |' . $argv[1] . '}}' );
+
} else {
 +
  $transclude = false;
 +
}
 
</phptag></includeonly>
 
</phptag></includeonly>

Latest revision as of 10:02, 16 February 2018