Difference between revisions of "Template:TutorialInfo"

From The VG Resource Wiki
Jump to: navigation, search
Line 8: Line 8:
 
  #if: {{{software|}}} | '''Software''': {{{software}}}<br> | }}{{
 
  #if: {{{software|}}} | '''Software''': {{{software}}}<br> | }}{{
 
  #if: {{{game|}}} | '''Game''': {{{game}}}<br> | }}{{
 
  #if: {{{game|}}} | '''Game''': {{{game}}}<br> | }}{{
  #if: {{{Tutorial|category|}}} | '''Category''': {{{Tutorial|category}}}<br> | }}{{
+
  #if: {{{category|}}} | '''Category''': {{{Tutorial|category}}}<br> | }}{{
 
  #if: {{{difficulty|}}} | '''Difficulty''': {{{difficulty}}}<br> | }}{{
 
  #if: {{{difficulty|}}} | '''Difficulty''': {{{difficulty}}}<br> | }}{{
 
  #if: {{{duration|}}} | '''Duration''': {{{duration}}}<br> | }}{{
 
  #if: {{{duration|}}} | '''Duration''': {{{duration}}}<br> | }}{{

Revision as of 10:00, 11 March 2019

How to use

Simply copy and paste this template and remove the categories you don't use.

{{TutorialInfo
| title=        Tutorial title
| software=     The software that the tutorial is for
| game=         The game that the tutorial is for
| category=     The category of the tutorial
| difficulty=   The tutorial's difficulty
| duration=     The duration of the tutorial
| author=       The author of the tutorial
}}