- This wiki is out of date, use the continuation of this wiki instead
Template:Project
From FenixWiki
(Difference between revisions)
Revision as of 00:50, 12 September 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (09:04, 13 March 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
(3 intermediate revisions not shown.) | |||
Line 2: | Line 2: | ||
== Template == | == Template == | ||
Project template. | Project template. | ||
- | </noinclude> | ||
- | {| border="1" cellpadding="2" style="margin: 0 0 1em 1em; width: 22em; border-collapse: collapse; font-size: | + | Variables: |
- | | style="margin-left: inherit; font-size: | + | <pre> |
+ | project_title, | ||
+ | project_name, | ||
+ | project_type, | ||
+ | project_compilerused, | ||
+ | project_interpreterused, | ||
+ | project_genre, | ||
+ | </pre> | ||
+ | </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: 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 17: | Line 25: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Project types| | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Project]] [[Project types|type]]''' |
{{!!}} {{{project_type}}} | {{!!}} {{{project_type}}} | ||
}}<!-- | }}<!-- | ||
Line 24: | Line 32: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Genres|Genre]]''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Genres|Genre]]''' |
{{!!}} {{{project_genre}}} | {{!!}} {{{project_genre}}} | ||
}}<!-- | }}<!-- | ||
Line 31: | Line 39: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Compiler]] used''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Compiler]] used''' |
{{!!}} {{{project_compilerused}}} | {{!!}} {{{project_compilerused}}} | ||
}}<!-- | }}<!-- | ||
Line 38: | Line 46: | ||
<br> | <br> | ||
{{!-}} | {{!-}} | ||
- | ! '''[[Interpreter]] used''' | + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Interpreter]] used''' |
{{!!}} {{{project_interpreterused}}} | {{!!}} {{{project_interpreterused}}} | ||
}}<!-- | }}<!-- | ||
--> | --> | ||
- | |} | + | |}<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 }} |
|