Template:GameUsingDaisymoon

From OxeyeWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;" |- |style="background:#c7e0c7; font-size:150%;" colspan="0"|'''{{{1}}}''' |- |cols...')
 
(23 intermediate revisions not shown)
Line 1: Line 1:
{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;"
{| border=2 cellpadding=3 cellspacing=0 style="margin: 0 0 1em 1em; border-collapse: collapse;"
|-
|-
-
|style="background:#c7e0c7; font-size:150%;" colspan="0"|'''{{{1}}}'''
+
|style="background:#FFE982; font-size:150%; text-align: center;" colspan="1"|'''{{{1}}}'''
 +
|colspan="1" style="background:#D1E8EB; text-align: center; width: 160px;" | '''Project Status:''' {{{2}}}
|-
|-
-
|colspan="0"| {{{2}}}
+
|colspan="0"| {{{3}}}
|-
|-
-
|colspan="0"| '''Project Status:''' {{{3}}}
+
|style="background:#FFE982" colspan="0"| '''Screenshots'''
|-
|-
-
|colspan="0"| <gallery caption="Screenshots" widths="100px" heights="100px" perrow="6"> {{{4}}} </gallery>
+
|colspan="0"| {{{4}}}
|-
|-
-
|style="background:#c7e0c7" colspan="0"| '''Link(s)'''
+
|style="background:#FFE982" colspan="0"| '''Links'''
|-
|-
-
|colspan="0"| {{{5}}}
+
|colspan="0"| {{{5}}}{{#if: {{{6|}}} |
 +
{{!}}-
 +
{{!}}style="background:#FFE982" colspan="0"{{!}} '''Videos'''
 +
{{!}}-
 +
{{!}}colspan="0"{{!}}{{{6}}}|}}  
|}
|}
Line 17: Line 22:
{{GameUsingDaisymoon |
{{GameUsingDaisymoon |
Example Game Name
Example Game Name
 +
|
 +
Unreleased
|
|
This is an example usage of the game using daisymoon. It features a description, a project status, screenshots and links.
This is an example usage of the game using daisymoon. It features a description, a project status, screenshots and links.
|
|
-
(For example) In Development. Unreleased
+
[[File:exampleScreenshot.jpg|100px]] [[File:exampleScreenshot2.jpg|100px]]
|
|
-
Image:exampleScreenshot.jpg
+
* http://www.examplelink.com Official Home Page
-
Image:exampleScreenshot.jpg|with caption and [[link]]
+
* http://www.examplefanpage.com Fan page 1
|
|
-
http://www.examplelink.com
+
<embed src{{Eq}}"http://www.youtube.com/v/haEmyirhQ1A" type{{Eq}}"application/x-shockwave-flash" allowscriptaccess{{Eq}}"always" allowfullscreen{{Eq}}"true" width{{Eq}}"425" height{{Eq}}"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="<nowiki>http://www.youtube.com/v/IDQOB2jmA7o&hl=sv&fs=1"</nowiki> ></param>
 +
    <param name="allowFullScreen" value="true"></param>
 +
    <param name="allowscriptaccess" value="always"></param>
 +
    '''<nowiki><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></nowiki>'''
 +
</object>
 +
 
 +
Then you need to replace all equal signs (=) with the [[Template:Eq]] template. For example:
 +
<pre>
 +
<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>
 +
</pre>
 +
 
 +
And the results will be:
 +
 
 +
<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>
 +
 
</noinclude>
</noinclude>

Latest revision as of 13:14, 8 March 2009

{{{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

ExampleScreenshot.jpg ExampleScreenshot2.jpg

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>


Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox