Template:GameUsingDaisymoon
From OxeyeWiki
{{{1}}} | Project Status: {{{2}}} |
{{{3}}} | |
Screenshots | |
{{{4}}} | |
Links | |
{{{5}}} |
Example Game Name | Project Status:
Unreleased |
This is an example usage of the game using daisymoon. It features a description, a project status, screenshots and links. | |
Screenshots | |
Links | |
| |
Videos | |
<embed src="http://www.youtube.com/v/haEmyirhQ1A" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed> |
How to Add YouTube Clips to This Template
The template formatting can be a little bit tedious at times, but it is possible to add YouTube clips in this template. What you need to do is to get the object embed code from YouTube (as normal), but only keep the "embed" tag, highlighted below:
<object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/IDQOB2jmA7o&hl=sv&fs=1" ></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/IDQOB2jmA7o&hl=sv&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed> </object>
Then you need to replace all equal signs (=) with the Template:Eq template. For example:
<embed src{{Eq}}"http://www.youtube.com/v/IDQOB2jmA7o" type{{Eq}}"application/x-shockwave-flash" allowscriptaccess{{Eq}}"always" allowfullscreen{{Eq}}"true" width{{Eq}}"425" height{{Eq}}"344"></embed>
And the results will be:
<embed src="http://www.youtube.com/v/IDQOB2jmA7o"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>