Difference between revisions of "Template:TutorialInfo"

From The VG Resource Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" |
 
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" |
 
{{
 
{{
 +
#if: {{{software|}}} | '''Software''': {{{software}}}<br> | }}{{
 +
#if: {{{game|}}} | '''Game''': {{{game}}}<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> | }}{{
  #if: {{{author|}}} | '''Tutorial by''': {{{author|}}}<br> | }}{{
+
  #if: {{{author|}}} | '''Tutorial by''': {{{author|}}}<br> | }}
 
|}[[Category:Tutorials]]</includeonly>
 
|}[[Category:Tutorials]]</includeonly>
<noinclude>
+
<noinclude>==How to use ==
==How to use ==
 
 
Simply copy and paste this template and remove the categories you don't use.
 
Simply copy and paste this template and remove the categories you don't use.
<pre>{{Gameinfo
+
<pre>{{TutorialInfo
 
| title=        Tutorial title
 
| 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
 
| difficulty=  The tutorial's difficulty
 
| duration=    The duration of the tutorial
 
| duration=    The duration of the tutorial

Latest revision as of 10:02, 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
}}