- This wiki is out of date, use the continuation of this wiki instead
Template:Project
From FenixWiki
(Difference between revisions)
Revision as of 22:34, 13 September 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (09:04, 13 March 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
(One intermediate revision not shown.) | |||
Line 12: | Line 12: | ||
project_genre, | project_genre, | ||
</pre> | </pre> | ||
- | </noinclude>{| border="1" cellpadding="2" style="margin: 0 0 1em 1em; width: 22em; border-collapse: collapse; font-size: | + | </noinclude>{| border="1" cellpadding="2" style="margin: 0 0 1em 1em; width: 22em; border-collapse: collapse; font-size: 90%; float: right; clear: right; background: #FFF9F2;" |
- | | style="margin-left: inherit; font-size: | + | | style="margin-left: inherit; font-size: 110%;" colspan=2 align=center | '''{{{project_title}}}'''<!-- |
-->{{#if:{{{project_name|}}}| | -->{{#if:{{{project_name|}}}| | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Project]] name''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Project]] name''' |
{{!!}} {{{project_name}}} | {{!!}} {{{project_name}}} | ||
}}<!-- | }}<!-- | ||
Line 25: | Line 25: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Project]] [[Project types|type]]''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Project]] [[Project types|type]]''' |
{{!!}} {{{project_type}}} | {{!!}} {{{project_type}}} | ||
}}<!-- | }}<!-- | ||
Line 32: | Line 32: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Genres|Genre]]''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Genres|Genre]]''' |
{{!!}} {{{project_genre}}} | {{!!}} {{{project_genre}}} | ||
}}<!-- | }}<!-- | ||
Line 39: | Line 39: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Compiler]] used''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Compiler]] used''' |
{{!!}} {{{project_compilerused}}} | {{!!}} {{{project_compilerused}}} | ||
}}<!-- | }}<!-- | ||
Line 46: | Line 46: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Interpreter]] used''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Interpreter]] used''' |
{{!!}} {{{project_interpreterused}}} | {{!!}} {{{project_interpreterused}}} | ||
}}<!-- | }}<!-- | ||
Line 52: | Line 52: | ||
--> | --> | ||
|}<noinclude> | |}<noinclude> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
== Example == | == Example == | ||
{| style="width: 100%" | {| style="width: 100%" |
Current revision
[edit] Template
Project template.
Variables:
project_title, project_name, project_type, project_compilerused, project_interpreterused, project_genre,
{{{project_title}}} |
[edit] Example
{{Project | project_title = My Game | project_name = My Game | project_type = Game | project_compilerused = Compiler | project_interpreterused = Interpreter | project_genre = Genres }} |
|