Skip to content

Commit fb2fb2e

Browse files
Update: Maintenance Templates
- Improved CSS - renamed `MMW_Maintenance_Template_Obsid.css` to `MMW_Maintenance_Template.css` - renamed callout type to `[!maintenance]` - Added all maintenance templates to `MMW Design & Planning/Templates/Maintenance Templates` - Reworked `Style - MMW Banner-Style Maintenance Templates.md`. - renamed to `Maintenance Templates.md` - added transclusions of each maintenance template from the `Templates/Maintenance Templates` folder. - removed planning & design notes and example images. To-do: screenshots of NPCs for maintenance templates have been made, but need photoshopping to remove greenscreen background.
1 parent de82f47 commit fb2fb2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+671
-901
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/*--- Maintenance Template ---*/
2+
.callout[data-callout="maintenance"] {
3+
border: 1px solid #db894244;
4+
background-color: #db894210;
5+
padding: 0px;
6+
}
7+
8+
.callout[data-callout="maintenance"] > .callout-title {
9+
display: none;
10+
}
11+
12+
.callout[data-callout="maintenance"] > .callout-content {
13+
padding: 2px;
14+
}
15+
16+
.callout[data-callout="maintenance"] p:first-of-type {
17+
margin: 0;
18+
}
19+
20+
.callout[data-callout="maintenance"] > .callout-content p img {
21+
margin: 16px;
22+
object-fit: contain;
23+
border: 2px solid #db894244;
24+
background-color: black;
25+
}
26+
27+
.callout[data-callout="maintenance"] > .callout-content p {
28+
font-size: 0.9rem;
29+
line-height: 1.2rem;
30+
text-align: center;
31+
}
32+
33+
.callout[data-callout="maintenance"] > .callout-content p:has(strong) {
34+
font-size: 1.1rem;
35+
}
36+
37+
.callout[data-callout="maintenance"] > .callout-content p strong {
38+
color: #db8942;
39+
}
40+
41+
.callout[data-callout="maintenance"] .callout[data-callout~="maintenance"][data-callout-metadata~="clean"] {
42+
background-color: transparent;
43+
}
44+
45+
.callout[data-callout="maintenance"] .callout[data-callout~="maintenance"]{
46+
margin-right: 16px;
47+
}

content/.obsidian/snippets/MMW_Maintenance_Template_Obsid.css

-29
This file was deleted.
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
---
2+
tags:
3+
- MMW-Development
4+
description: Templates for highlighting wiki content which requires editing to conform to MMW standards.
5+
---
6+
7+
## About
8+
9+
Maintenance templates are callouts used to mark a page (or a section within a page) as having issues which require editorial attention, in order to conform to MMW standards.
10+
11+
Wikipedia and other wiki-style sites use maintenance templates extensively to notify editors of what work needs to be done on a page. Ideally, issues should be fixed in the first instance. However, not every editor is qualified to undertake the work required (which may require advanced knowledge of a subject).
12+
13+
When an issue cannot be fixed immediately, adding a maintenance template ensures the issue is identified and can be addressed later.
14+
15+
### Usage
16+
17+
These are [Obsidian Templates](https://help.obsidian.md/Plugins/Templates) - see the help docs for how to insert a template.
18+
19+
Maintenance Templates should be placed at the top of a page or, if pertaining only to a section of a page, directly below the relevant section heading.
20+
21+
In most cases the content of the template should not be modified, and only inserted as-is. The exception is with templates which require input as to whether the issue pertains to an 'article', 'category' or 'tag'.
22+
23+
---
24+
25+
## Maintenance Templates
26+
27+
A list of maintenance templates, sorted by category.
28+
29+
### Article Categorization Issues
30+
31+
For pages that are placed in an incorrect category, or directly in `/content`.
32+
33+
- E.g., a guide on creating [[Guides/Patches/index|Patches]] is placed in `/content/Guides` instead of `/content/Guides/Patches`.
34+
35+
#### Uncategorized Article:
36+
37+
![[Uncategorized Article#^adfe39]]
38+
39+
#### Miscategorized Article:
40+
41+
![[Miscategorized Article#^267a3e]]
42+
43+
### Article Tag Issues
44+
45+
Maintenance templates For the following issues:
46+
47+
- An article is missing tags.
48+
- An article contains tags that are not relevant to its content.
49+
50+
#### Missing Tags:
51+
52+
![[Missing Tags#^497c9d]]
53+
54+
#### Inaccurate Tags:
55+
56+
![[Inaccurate Tags#^263da9]]
57+
58+
### Category Maintenance
59+
60+
Maintenance templates for subject 'categories' (i.e., the subfolders contained within `/content`). Each subfolder contains an `index.md` file that acts as a folder-page for the category, so any 'category maintenance' templates should be inserted there.
61+
62+
#### Underpopulated Category:
63+
64+
![[Underpopulated Category#^185a87]]
65+
66+
#### Overpopulated Category:
67+
68+
![[Overpopulated Category#^153873]]
69+
70+
#### Category Undergoing Maintenance:
71+
72+
![[Category Undergoing Maintenance#^884ed7]]
73+
74+
### Cleanup
75+
76+
A broad maintenance template for when none of the more specific templates fit.
77+
78+
![[Cleanup#^d165af]]
79+
80+
### Conciseness
81+
82+
Articles should be detailed, but substantive. Articles that repeat themselves or ramble too much should be made more concise.
83+
84+
![[Conciseness#^9f1ab8]]
85+
86+
### Context
87+
88+
Article is missing important context.
89+
90+
![[Context#^fc75ea]]
91+
92+
### Contradiction
93+
94+
Identifying inconsistent and contradictory information.
95+
96+
#### Article Contradicts Another Article:
97+
98+
![[Article Contradicts Another Article#^9a1883]]
99+
100+
#### Article Contradicts Itself:
101+
102+
![[Article Contradicts Itself#^e5f461]]
103+
104+
---
105+
106+
### Deletion
107+
108+
For articles, categories (folders), or tags considered for deletion.
109+
110+
#### Deletion Considered:
111+
112+
![[Deletion Considered#^3e9b16]]
113+
114+
#### Deletion Disputed:
115+
116+
![[Deletion Disputed#^38b673]]
117+
118+
#### Copyright Violation:
119+
120+
![[Copyright Violation#^4928ad]]
121+
122+
### Expand
123+
124+
For insufficiently detailed content or incomplete lists.
125+
126+
#### Expand Article:
127+
128+
![[Expand Article#^6fc39d]]
129+
130+
#### Expand List:
131+
132+
![[Expand List#^7ed84e]]
133+
134+
#### Expand OpenMW:
135+
136+
![[Expand OpenMW#^0bee2a]]
137+
138+
#### Expand MWSE and MGE-XE:
139+
140+
![[Expand MWSE and MGE-XE#^f48f97]]
141+
142+
### Factual Accuracy
143+
144+
Templates for the accuracy of article content.
145+
146+
#### Accuracy:
147+
148+
![[Accuracy#^8285e2]]
149+
150+
#### Information Outdated:
151+
152+
![[Information Outdated#^72094e]]
153+
154+
### Media
155+
156+
Templates for addressing issues with the quantity and quality of media, such as images and videos.
157+
158+
#### Lacking images:
159+
160+
![[Lacking Images#^12855b]]
161+
162+
#### Media Quality:
163+
164+
To-do
165+
166+
### Merging or Splitting Articles
167+
168+
Templates for identifying where an article is too long and could be split into multiple pages, or is too small to warrant its own page.
169+
170+
#### Merging Considered:
171+
172+
![[Merging Considered#^46a1ba]]
173+
174+
#### Splitting Considered:
175+
176+
![[Splitting Considerd#^954588]]
177+
178+
### Multiple Issues
179+
180+
Umbrella template for capturing numerous issues.
181+
182+
![[Multiple Issues#^fd9f8e]]
183+
184+
### Neutrality
185+
186+
Template for identifying bias.
187+
188+
![[Neutrality#^436f5e]]
189+
190+
### Redlinks
191+
192+
Redlinks are placeholder links to wiki articles that have not yet been created. E.g., if the article on Blender had not yet been created, you could create a redlink in your animation tutorial as a placeholder to reference it like so: `[[Modding Tools/3D Modeling Software & Tools/Blender|Blender]]` which would be displayed as `Blender`
193+
194+
![[Redlinks#^eef836]]
195+
196+
### Relevance
197+
198+
Templates for issues with relevancy of article content.
199+
200+
#### Relevance to Morrowind:
201+
202+
![[Relevance#^6629a6]]
203+
204+
#### Topic Covered Elsewhere:
205+
206+
![[Topic Covered Elsewhere#^9174f7]]
207+
208+
### Sources
209+
210+
Templates for issues with sources
211+
212+
#### Sources Lacking:
213+
214+
![[Sources Lacking#^bab6ab]]
215+
216+
#### Sources Irrelevant:
217+
218+
![[Sources Irrelevant#^0b4e72]]
219+
220+
### Tone
221+
222+
Templates for issues with article writing style.
223+
224+
![[Tone#^6e35f0]]
225+
226+
### Work-in-Progress Article
227+
228+
![[Work-in-Progress Article#^4e8d2e]]

0 commit comments

Comments
 (0)