Difference between revisions of "API Testing"

From BrikWars
Jump to navigation Jump to search
Line 13: Line 13:
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>
 +
 +
<html>
 +
<body>
 +
 +
<iframe src="demo_iframe.htm"></iframe>
 +
 +
<p>Some older browsers don't support iframes.</p>
 +
<p>If they don't, the iframe will not be visible.</p>
 +
 +
 +
</body>
 +
</html>

Revision as of 14:47, 20 August 2014

This page was created solely for testing Mediawiki coding and Application Programming Interface (API) interaction. This is not a content page.

Cool shit is about to go down.

Name


{{Foobar
|name=Character's name
}}


<html> <body>

<iframe src="demo_iframe.htm"></iframe>

Some older browsers don't support iframes.

If they don't, the iframe will not be visible.


</body> </html>