This wiki is out of date, use the continuation of this wiki instead

Template:Project

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:40, 12 September 2007 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 00:48, 12 September 2007 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 12: Line 12:
! '''[[Project]] name''' ! '''[[Project]] name'''
{{!!}} {{{project_name}}} {{!!}} {{{project_name}}}
 +}}<!--
 +
 +-->{{#if:{{{project_genre|}}}|
 +<br>
 +{{!-}}
 +! '''[[Genres|Genre]]'''
 +{{!!}} {{{project_genre}}}
 +}}<!--
 +
 +-->{{#if:{{{project_type|}}}|
 +<br>
 +{{!-}}
 +! '''[[Project types|Project type]]'''
 +{{!!}} {{{project_type}}}
}}<!-- }}<!--
Line 26: Line 40:
! '''[[Interpreter]] used''' ! '''[[Interpreter]] used'''
{{!!}} {{{project_interpreterused}}} {{!!}} {{{project_interpreterused}}}
-}}<!-- 
- 
--->{{#if:{{{project_genre|}}}| 
-<br> 
-{{!-}} 
-! '''[[Genres|Genre]]''' 
-{{!!}} {{{project_genre}}} 
}}<!-- }}<!--
Line 45: Line 52:
| project_title = My Game | project_title = My Game
| project_name = My Game | project_name = My Game
 + | project_type = Game
| project_compilerused = Compiler | project_compilerused = Compiler
| project_interpreterused = Interpreter | project_interpreterused = Interpreter
Line 54: Line 62:
| project_title = My Game | project_title = My Game
| project_name = My Game | project_name = My Game
 + | project_type = Game
| project_compilerused = Compiler | project_compilerused = Compiler
| project_interpreterused = Interpreter | project_interpreterused = Interpreter

Revision as of 00:48, 12 September 2007

Template

Project template.


{{{project_title}}}


Example

{{Project
  | project_title           = My Game
  | project_name            = My Game
  | project_type            = Game
  | project_compilerused    = Compiler
  | project_interpreterused = Interpreter
  | project_genre           = Genres
}}
My Game
Project name My Game
Project type Game
Genre Genres
Compiler used Compiler
Interpreter used Interpreter


Personal tools