Difference between revisions of "Template:Project"

From Bennu Wiki
Jump to navigation Jump to search
m (Protected "Template:Project" [edit=sysop:move=sysop])
 
(No difference)

Latest revision as of 07:43, 20 October 2009

Template

Project template.

Variables:

project_title,
project_name,
project_type,
project_compilerused,
project_interpreterused,
project_genre,
{{{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