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

Template:Project

From FenixWiki

Revision as of 08:58, 13 March 2008 by Sandman (Talk | contribs)
Jump to: navigation, search

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
}}
My Game
Project name My Game
Project type Game
Genre Genres
Compiler used Compiler
Interpreter used Interpreter


Personal tools