Template:Tutorial: Difference between revisions

From North Modding Company
(Created page with "{{Tutorial | title = Tutorial Title | author = Author Name | difficulty = Beginner/Intermediate/Advanced | version = FS22/FS19/etc. | date = Month Year }} == Introduction == Provide a brief introduction to the tutorial, explaining what it covers and what the reader will learn by following the steps. == Prerequisites == List any prerequisites the user needs to have before starting the tutorial, such as software, assets, or prior knowledge. * Pr...")
 
No edit summary
Line 1: Line 1:
{{Tutorial
<div style="border: 1px solid #ccc; padding: 1em;">
| title      = Tutorial Title
<b>Tutorial Title:</b> {{{title|Unknown}}} <br>
| author     = Author Name
<b>Author:</b> {{{author|Unknown}}} <br>
| difficulty  = Beginner/Intermediate/Advanced
<b>Difficulty:</b> {{{difficulty|Unknown}}} <br>
| version    = FS22/FS19/etc.
<b>Version:</b> {{{version|Unknown}}} <br>
| date        = Month Year
<b>Date:</b> {{{date|Unknown}}} <br>
}}
</div>
 
== Introduction ==
 
Provide a brief introduction to the tutorial, explaining what it covers and what the reader will learn by following the steps.
 
== Prerequisites ==
 
List any prerequisites the user needs to have before starting the tutorial, such as software, assets, or prior knowledge.
 
* Prerequisite 1
* Prerequisite 2
* Prerequisite 3
 
== Step 1: Brief Description of the Step ==
 
Explain the first step in detail, including any necessary screenshots or code snippets. Be clear and concise in your instructions.
 
[[File:Example-image.png|thumbnail|Description of the image]]
 
<code>
Example code snippet
</code>
 
== Step 2: Brief Description of the Step ==
 
Repeat the process for each subsequent step, providing detailed instructions, images, and code snippets as needed.
 
[[File:Example-image2.png|thumbnail|Description of the image]]
 
<code>
Example code snippet 2
</code>
 
== Conclusion ==
 
Summarize what the user has accomplished in the tutorial and provide any additional tips, resources, or suggestions for further exploration of the topic.
 
== See Also ==
 
* [[Related Tutorial 1]]
* [[Related Tutorial 2]]
* [[Related Tutorial 3]]
 
== External Links ==
 
* [External Resource 1]
* [External Resource 2]
* [External Resource 3]

Revision as of 21:57, 3 April 2023

Tutorial Title: Unknown
Author: Unknown
Difficulty: Unknown
Version: Unknown
Date: Unknown