Issue:Could you give me a iframe extension using parser function

From FollowTheScore
Jump to: navigation, search
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