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

From FollowTheScore
Jump to: navigation, search
(Problem)
(Problem)
 
Line 28: Line 28:
 
'''use DPL'''
 
'''use DPL'''
 
<pre>
 
<pre>
{{#dpl:iframe=%semeb.com/phpbb%
+
{{#dpl:iframeurl=%semeb.com/phpbb%
 
showurl=true
 
showurl=true
 
urltitle=The following data come from:
 
urltitle=The following data come from:
Line 54: Line 54:
 
'''Use DPL'''
 
'''Use DPL'''
 
<pre>
 
<pre>
{{#dpl:iframe=%semeb.com/phpbb%
+
{{#dpl:iframeurl=%semeb.com/phpbb%
 
showiframename=true
 
showiframename=true
 
}}
 
}}
Line 96: Line 96:
 
'''Use DPL'''
 
'''Use DPL'''
 
<pre>
 
<pre>
{{#dpl:iframe=%semeb.com/phpbb%
+
{{#dpl:iframeurl=%semeb.com/phpbb%
 
showiframe=false
 
showiframe=false
 
showiframename=true
 
showiframename=true
Line 137: Line 137:
 
'''Use DPL'''
 
'''Use DPL'''
 
<pre>
 
<pre>
{{#dpl:iframe=%semeb.com/phpbb%
+
{{#dpl:iframeurl=%semeb.com/phpbb%
 
showiframe=false
 
showiframe=false
 
showiframenamelink=true
 
showiframenamelink=true

Latest revision as of 13:09, 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:iframeurl=%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:iframeurl=%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:iframeurl=%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:iframeurl=%semeb.com/phpbb%
showiframe=false
showiframenamelink=true
}}

or

{{#dpl:iframename=%The forum%
showiframe=false
showiframenamelink=true
}}
*The forum 1 
*The forum 2    
*The forum 3 

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

Reply