Difference between revisions of "Template:TutorialInfo"

From The VG Resource Wiki
Jump to: navigation, search
(Created page with "<includeonly>{|cellpadding="0" cellspacing="0" class="breakout" style="margin-left:1em;" width="250px" | style="text-align: center;"| |-class="breakouttitle" ! ''{{ #if: {{{ti...")
 
 
(5 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>Stolen from TCRF... Love you guys :(
+
<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
}}