Difference between revisions of "Template:Quran Ayah InfoBox Transclude"
From HodHood
P.Astakhov (talk | contribs) (Created page with "<includeonly><phptag> transclude( false, [], $argv[1] ); </phptag></includeonly>") |
P.Astakhov (talk | contribs) m (P.Astakhov moved page Template:Transclude to Template:Quran Ayah InfoBox Transclude) |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><phptag> | <includeonly><phptag> | ||
− | transclude( | + | global $transclude; |
+ | if ( isset( $argv[1] ) ) { | ||
+ | $transclude = $argv[1]; | ||
+ | } else { | ||
+ | $transclude = false; | ||
+ | } | ||
</phptag></includeonly> | </phptag></includeonly> |