User:Hoxyd

From sureai
Revision as of 13:42, 27 June 2017 by Hoxyd (Talk | contribs)

Jump to: navigation, search

https://www.mediawiki.org/wiki/Extension:IframePage

It is possible to include the IframePage on another page. Use {{Special:IframePage}} when editing the page.

If you need to pass in the url then use pipes the same way you would for other mediawiki templates: {{Special:IframePage|Youtube|path=sYgxTkg2j5Hxoeei/embed}}


#iframeframe {
	position: relative;
	left: 0;
	width: 666px;
	top: 0;
	height: 380px;
}
iframe {
	border: none;
	display: block;
	width: 666px;
	min-height: 380px;
}