- This wiki is out of date, use the continuation of this wiki instead
Template:Project
From FenixWiki
(Difference between revisions)
| Revision as of 19:52, 2 September 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Current revision (09:04, 13 March 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
| (22 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| <noinclude> | <noinclude> | ||
| - | Project template | + | == Template == |
| - | + | Project template. | |
| - | {| 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|}}}| |
| - | ! '''[[Project]] name''' | + | <br> |
| - | + | {{!-}} | |
| + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Project]] name''' | ||
| + | {{!!}} {{{project_name}}} | ||
| + | }}<!-- | ||
| - | |- | + | -->{{#if:{{{project_type|}}}| |
| - | ! '''[[ | + | <br> |
| - | + | {{!-}} | |
| + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Project]] [[Project types|type]]''' | ||
| + | {{!!}} {{{project_type}}} | ||
| + | }}<!-- | ||
| - | |- | + | -->{{#if:{{{project_genre|}}}| |
| - | ! '''[[ | + | <br> |
| - | + | {{!-}} | |
| + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Genres|Genre]]''' | ||
| + | {{!!}} {{{project_genre}}} | ||
| + | }}<!-- | ||
| - | |- | + | -->{{#if:{{{project_compilerused|}}}| |
| - | ! '''[[ | + | <br> |
| - | + | {{!-}} | |
| + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Compiler]] used''' | ||
| + | {{!!}} {{{project_compilerused}}} | ||
| + | }}<!-- | ||
| + | -->{{#if:{{{project_interpreterused|}}}| | ||
| + | <br> | ||
| + | {{!-}} | ||
| + | {{!}} style="text-align:left; width:100px;" {{!}} '''[[Interpreter]] used''' | ||
| + | {{!!}} {{{project_interpreterused}}} | ||
| + | }}<!-- | ||
| + | |||
| + | --> | ||
| + | |}<noinclude> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | == Example == | ||
| + | {| style="width: 100%" | ||
| + | | <pre> | ||
| + | {{Project | ||
| + | | project_title = My Game | ||
| + | | project_name = My Game | ||
| + | | project_type = Game | ||
| + | | project_compilerused = Compiler | ||
| + | | project_interpreterused = Interpreter | ||
| + | | project_genre = Genres | ||
| + | }} | ||
| + | </pre> | ||
| + | || | ||
| + | {{Project | ||
| + | | project_title = My Game | ||
| + | | project_name = My Game | ||
| + | | project_type = Game | ||
| + | | project_compilerused = Compiler | ||
| + | | project_interpreterused = Interpreter | ||
| + | | project_genre = Genres | ||
| + | }} | ||
| |} | |} | ||
| - | <noinclude> | ||
| </noinclude> | </noinclude> | ||
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
}}
|
| ||||||||||||
