CWJKI:Guide: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
A simple set of information to follow when editing the CWJki. Please try and keep a consistent style across the whole wiki. Using the source editor is recommended over the visual editor.
A simple set of information to follow when editing the CWJki. Please try and keep a consistent style across the whole wiki. Using the source editor is highly recommended over the visual editor.


For further assistance than the following, join [[Aunt Myrna's Parlour|the wiki's affiliated Discord]] and ask in the #wiki-wiki channel.
For further assistance than the following, join [[Aunt Myrna's Parlour|the wiki's affiliated Discord]] and ask in the #wiki-wiki channel.
Line 5: Line 5:
==Guidelines==
==Guidelines==
===Before you start===
===Before you start===
* Check if the article you want to write isn't already made.
* Check if the article you want to make hasn't already been made.
* Take a quick look at [https://en.wikipedia.org/wiki/Help:Wikitext how to use Wikitext].
* Take a quick look at [https://en.wikipedia.org/wiki/Help:Wikitext how to use Wikitext].
* When editing an article, look for any comments within its code that say if you shouldn't be adding something. Comments are hidden like this:
* When editing an article, look for any comments within its code that say if you shouldn't be adding something. Comments are hidden like this:
Line 17: Line 17:


===Date format===
===Date format===
Similarly to the CWCki, using the European date format is encouraged, as in:
Similarly to the CWCki, using the European date format is encouraged for compactness and consistency, as in:


''D/DD Month Year (Examples: 9 February 2007, 17 June 2018)''
''D/DD Month Year (Examples: 9 February 2007, 17 June 2018)''
Line 24: Line 24:


===Jokes===
===Jokes===
To make the wiki easier to read for newcomers, try to minimize the use of [[Jackisms]] and jokes in articles. Yeah, Jack is fat, and you may mock him for being fat ''occasionally'', but don't overload every section of an article with jokes about how Jack is fat. And don't be edgy either. Keep it encyclopedic, with a little humor in between.
To make the wiki easier to read for newcomers, try to minimize the use of [[Jackisms]] and jokes in articles. Yeah, Jack is fat, and you may mock him for being fat ''occasionally'', but don't overload every section of an article with jokes about how Jack is fat. And don't be overly edgy either. Keep it encyclopedic, with a little humor in between.


==General tips==
==General tips==
Line 35: Line 35:
[[File:FatFatGo icon.png|frameless|100px]]
[[File:FatFatGo icon.png|frameless|100px]]


Use the [https://fatfatgo.com FatFatGo] website by CWJki contributor Megadog to look up any keywords said by Jack in videos. The site covers most of Jack's YouTube library and his appearances on other people's channels.  
Use the [https://fatfatgo.com FatFatGo] website by CWJki contributor Megadog to look up any keywords said by Jack in videos. The site covers the majority of Jack's YouTube library and his appearances on other people's channels.  


The search query uses the [https://lucene.apache.org/core/2_9_4/queryparsersyntax.html Lucene] syntax and results can be sorted by date or relevance.
The search query uses the [https://lucene.apache.org/core/2_9_4/queryparsersyntax.html Lucene] syntax, and results can be sorted by date or relevance.


===Spell-checking===
===Quality control and AI usage===
Remember to check your edits for misspellings and any formatting errors before submitting. AI tools like ChatGPT or Gemini can work to spell-check and clean up code, however be wary of any obvious signs of AI slop, like an obnoxious usage of em-dashes and hallucinations.
Remember to check your edits for misspellings and any formatting errors before submitting. AI tools like ChatGPT or Gemini can work to spell-check and clean up code, however be wary of any obvious signs of AI slop, like an obnoxious usage of em-dashes and hallucinations. Do absolutely ''not'' use AI to fully generate text.


==Editing tips==
==Editing tips==
Line 75: Line 75:
===Linebreaks===
===Linebreaks===
On long pages, add this piece of code at the end of any section where you don't want infoboxes or images to bleed onto the next section:
On long pages, add this piece of code at the end of any section where you don't want infoboxes or images to bleed onto the next section:
<pre>{{Clear}}</pre>
<pre>{{Clear}}</pre>


===Article labels===
===Article labels===
To mark an article as a stub, add this at the '''top''' of an article:
To mark an article as a stub, add this at the '''top''' of an article:
<pre>{{Stub}}</pre>
<pre>{{Stub}}</pre>
To mark an article as an ongoing event, add this at the '''top''' of an article:
To mark an article as an ongoing event, add this at the '''top''' of an article:
<pre>{{Ongoing}}</pre>
<pre>{{Ongoing}}</pre>
To clear up a common misconception on a subject, use the Jack U label at the relevant section:
To clear up a common misconception on a subject, use the Jack U label at the relevant section:
<pre>{{Lesson|Hey, X is not true. Y, actually.}}</pre>
<pre>{{Lesson|Hey, X is not true. Y, actually.}}</pre>
To add a list of to-dos of an article, add this either on top of the article, or right after any relevant section:
To add a list of to-dos of an article, add this either on top of the article, or right after any relevant section:
<pre>{{Agenda|
<pre>{{Agenda|
* A
* A
Line 91: Line 99:


===Adding quotes===
===Adding quotes===
{{quote|This is a quote.|A bloke being quoted.}}
{{Quote|This is a quote.|A bloke being quoted.}}
 
You can add a quote to an article like so:
You can add a quote to an article like so:
<pre>{{quote|This is a quote.|A bloke being quoted.}}</pre>
 
<pre>{{Quote|This is a quote.|A bloke being quoted.}}</pre>


===Infoboxes===
===Infoboxes===
Line 109: Line 119:
|data3 = Data 3
|data3 = Data 3
|}}
|}}
We use a simple infobox format for now. Mind the picture size; leave it as is.
We use a simple infobox format for now. Mind the picture size; leave it as is.
<pre>{{infobox
<pre>{{infobox
|title = Jack Fatfani
|title = Jack Fatfani

Navigation menu