- 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 |
Revision as of 08:58, 13 March 2008 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 15: | Line 15: | ||
| style="margin-left: inherit; font-size: larger;" colspan=2 align=center | '''{{{project_title}}}'''<!-- | | style="margin-left: inherit; font-size: larger;" colspan=2 align=center | '''{{{project_title}}}'''<!-- | ||
- | -->{{#if:{{{project_name | + | -->{{#if:{{{project_name}}}| |
<br> | <br> | ||
{{!-}} | {{!-}} | ||
Line 22: | Line 22: | ||
}}<!-- | }}<!-- | ||
- | -->{{#if:{{{project_type | + | -->{{#if:{{{project_type}}}| |
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Project]] [[Project types|type]]''' | + | {{!}} style="width:100px;" {{!}} '''[[Project]] [[Project types|type]]''' |
{{!!}} {{{project_type}}} | {{!!}} {{{project_type}}} | ||
}}<!-- | }}<!-- | ||
- | -->{{#if:{{{project_genre | + | -->{{#if:{{{project_genre}}}| |
<br> | <br> | ||
{{!-}} | {{!-}} | ||
Line 36: | Line 36: | ||
}}<!-- | }}<!-- | ||
- | -->{{#if:{{{project_compilerused | + | -->{{#if:{{{project_compilerused}}}| |
<br> | <br> | ||
{{!-}} | {{!-}} | ||
Line 43: | Line 43: | ||
}}<!-- | }}<!-- | ||
- | -->{{#if:{{{project_interpreterused | + | -->{{#if:{{{project_interpreterused}}}| |
<br> | <br> | ||
{{!-}} | {{!-}} |
Revision as of 08:58, 13 March 2008
Template
Project template.
Variables:
project_title, project_name, project_type, project_compilerused, project_interpreterused, project_genre,
{{{project_title}}} | |
Project name | {{{project_name}}} |
---|---|
Project type | {{{project_type}}} |
Genre | {{{project_genre}}} |
Compiler used | {{{project_compilerused}}} |
Interpreter used | {{{project_interpreterused}}} |
Example
{{Project | project_title = My Game | project_name = My Game | project_type = Game | project_compilerused = Compiler | project_interpreterused = Interpreter | project_genre = Genres }} |
|