Difference between revisions of "Issue:Could you give me a iframe extension using parser function"

From FollowTheScore
Jump to: navigation, search
(Problem)
Line 64: Line 64:
 
|[[Image:dpl_with_iframe.PNG|400px]]
 
|[[Image:dpl_with_iframe.PNG|400px]]
 
|}
 
|}
 +
|-------------------------------------------
 +
|<!-------F1---------->
 +
'''Use iframe'''
 +
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=1
 +
width=100%
 +
height=adjust
 +
name=The forum 1
 +
}}
 +
</pre>
  
|}<!-------End---------->
+
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=2
 +
width=100%
 +
height=adjust
 +
name=The forum 2
 +
}}
 +
</pre>
 +
 
 +
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=3
 +
width=100%
 +
height=adjust
 +
name=The forum 3
 +
}}
 +
</pre>
 +
 
 +
'''Use DPL'''
 +
<pre>
 +
{{#dpl:iframe=%semeb.com/phpbb%
 +
showiframe=false
 +
showiframename=true
 +
}}
 +
</pre>
 +
|<!-------F2---------->
 +
*The forum 1 http://semeb.com/phpBB/viewforum.php?f=1
 +
*The forum 2 http://semeb.com/phpBB/viewforum.php?f=2
 +
*The forum 3 http://semeb.com/phpBB/viewforum.php?f=3
 +
|-------------------------------------------
 +
|<!-------F1---------->
 +
'''Use iframe'''
 +
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=1
 +
width=100%
 +
height=adjust
 +
name=The forum 1
 +
}}
 +
</pre>
  
Thanks! :-) --[[User:Roc michael|Roc michael]] 04:16, 15 April 2008 (CEST)
+
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=2
 +
width=100%
 +
height=adjust
 +
name=The forum 2
 +
}}
 +
</pre>
  
 +
<pre>
 +
{{#iframe:
 +
url=http://semeb.com/phpBB/viewforum.php?f=3
 +
width=100%
 +
height=adjust
 +
name=The forum 3
 +
}}
 +
</pre>
  
 +
'''Use DPL'''
 +
<pre>
 +
{{#dpl:iframe=%semeb.com/phpbb%
 +
showiframe=false
 +
showiframenamelink=true
 +
}}
 +
</pre>
 +
|<!-------F2---------->
 +
*[http://semeb.com/phpBB/viewforum.php?f=1 The forum 1]
 +
*[http://semeb.com/phpBB/viewforum.php?f=2 The forum 2]   
 +
*[http://semeb.com/phpBB/viewforum.php?f=3 The forum 3]
 +
|}<!-------End---------->
  
 +
Thanks! :-) --[[User:Roc michael|Roc michael]] 04:16, 15 April 2008 (CEST)
  
 
== Reply ==
 
== Reply ==

Revision as of 05:10, 15 April 2008

Description: Could you give me a iframe extension using parser function?
Extension / Version: DPL, Call and Orther   /   none
Type / Status: Change Request   /   open

Problem

Hi Gero.
Do you have time to give me a iframe extension like (iframe or Website in iFrame using parser function? Then, we can use it with Call extension. Further more,we can use DPL like following.

Code Result

use iframe

{{#iframe:
url=http://semeb.com/phpbb
width=100%
height=adjust
name=The forum of semeb.com
}}

use DPL

{{#dpl:iframe=%semeb.com/phpbb%
showurl=true
urltitle=The following data come from:
}}

The following data come from:http://semeb.com/phpbb

Dpl with iframe.PNG

Use iframe

{{#iframe:
url=http://semeb.com/phpbb
width=100%
height=adjust
name=The forum of semeb.com
}}

Use DPL

{{#dpl:iframe=%semeb.com/phpbb%
showiframename=true
}}
The forum of semeb.com
Dpl with iframe.PNG

Use iframe

{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=1
width=100%
height=adjust
name=The forum 1
}}
{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=2
width=100%
height=adjust
name=The forum 2
}}
{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=3
width=100%
height=adjust
name=The forum 3
}}

Use DPL

{{#dpl:iframe=%semeb.com/phpbb%
showiframe=false
showiframename=true
}}
*The forum 1 http://semeb.com/phpBB/viewforum.php?f=1
*The forum 2 http://semeb.com/phpBB/viewforum.php?f=2
*The forum 3 http://semeb.com/phpBB/viewforum.php?f=3

Use iframe

{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=1
width=100%
height=adjust
name=The forum 1
}}
{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=2
width=100%
height=adjust
name=The forum 2
}}
{{#iframe:
url=http://semeb.com/phpBB/viewforum.php?f=3
width=100%
height=adjust
name=The forum 3
}}

Use DPL

{{#dpl:iframe=%semeb.com/phpbb%
showiframe=false
showiframenamelink=true
}}
*The forum 1 
*The forum 2    
*The forum 3 

Thanks! :-) --Roc michael 04:16, 15 April 2008 (CEST)

Reply