Skip to content

Commit 4640659

Browse files
Move 'Templates' to MMW Design & Planning
1 parent c6f35d5 commit 4640659

10 files changed

+67
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
> [!gridfloatleft]
2+
>
3+
> %%content%%
4+
5+
> [!gridfloatright]
6+
>
7+
> %%content%%
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title:
3+
aliases:
4+
tags:
5+
description:
6+
---
7+
## (index subheading here)
8+
9+
%% Populate the Properties %%
10+
%% Title and Aliases should contain the name of the folder that the index.md file belongs to %%
11+
%% Description property adds a description to this index file when it appears in another index's listings. Description should be concise and catchy %%
12+
%% Index subheading should match the 'description' field in properties %%
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
tags:
3+
description:
4+
---
5+
6+
%% Populate the tags in Properties %%
7+
%% Description property adds a description to this article when it appears in another index's listings. Description should be concise and catchy %%
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
tags:
3+
description:
4+
---
5+
6+
%% Populate the tags in Properties %%
7+
%% Description property adds a description to this article when it appears in another index's listings. Description should be concise and catchy %%
8+
9+
%% Add a brief description of what the page does. It should be at the top of the article and text should be italicized %%
10+
%% E.G. *This page contains three tutorials of varying difficulty on how to create an ESP Replacer Patch:* %%
11+
12+
%% Add a backlink to any relevant Guides pages which provide background on the subject matter of the tutorial %%
13+
%%* E.g. See [[Creating a Patch for an ESP]] for more information on what patches are and how they work.* %%
14+
15+
# Tutorial 1:
16+
%%![[Patches_ESP-Replacer_1_Preview.png]]%% %% add an introductory image or screenshot related to the tutorial %%
17+
* **Difficulty level:** %% Beginner, Intermediate or Advanced %%
18+
* **Requirements:**
19+
* %% list required tools %%
20+
* **Tutorial Files:**
21+
* %%`your tutorial mod.esp`%%
22+
* %% List any files created for the tutorials that users require in order to follow along with the tutorial, e.g. two ESPs for an ESP patch tutorial%%
23+
24+
%% Add a download link to any Tutorial Files. To make it a downloadable link, the full directory needs to be entered starting from [Assets/] %%
25+
%% E.G. ![[Assets/Guides/Patches/Tutorial - Create an ESP Replacer Patch/MMW_Patches_ESP-Replacer_1.0.zip]]%%
26+
27+
28+
**Scenario:** %% Outline the scenario for the tutorial, summarizing what the problem or goal is, and what the tutorial will teach in order to solve or achieve this %%
29+
%% *E.G. `MMW_Patches_ESP-Replacer_1a.esp` adds a house to Caldera. `MMW_Patches_ESP-Replacer_1b.esp` adds a thatch tower to Caldera in the same place - follow the tutorial to create an ESP replacer for `Replacer_1a.esp` which solves the conflict:*%%
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
> [!infobox]
2+
>
3+
> ## Article Title
4+
>
5+
> %%![[insert image]]%%
6+
>
7+
> ### Table Heading
8+
>
9+
> | Type | Name |
10+
> | --- | --- |
11+
> | Row | Row |
12+
> | Row | Row |

0 commit comments

Comments
 (0)