Difference between revisions of "Template:TutorialInfo"
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: {{{difficulty|}}} | '''Difficulty''': {{{difficulty}}}<br> | }}{{ | #if: {{{difficulty|}}} | '''Difficulty''': {{{difficulty}}}<br> | }}{{ | ||
#if: {{{duration|}}} | '''Duration''': {{{duration}}}<br> | }}{{ | #if: {{{duration|}}} | '''Duration''': {{{duration}}}<br> | }}{{ | ||
Line 14: | Line 16: | ||
<pre>{{TutorialInfo | <pre>{{TutorialInfo | ||
| title= Tutorial title | | title= Tutorial title | ||
+ | | software= The software that the tutorial is for | ||
+ | | game= The game that the tutorial is for | ||
| difficulty= The tutorial's difficulty | | difficulty= The tutorial's difficulty | ||
| duration= The duration of the tutorial | | duration= The duration of the tutorial |
Revision as of 22:05, 17 February 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 | difficulty= The tutorial's difficulty | duration= The duration of the tutorial | author= The author of the tutorial }}