article_guidelines
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
article_guidelines [2023/05/29 17:14] – intcraftwikiadmin | article_guidelines [2023/09/16 21:55] (current) – intcraftwikiadmin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Article Guidelines ====== | ====== Article Guidelines ====== | ||
- | A lot of what I' | + | A lot of what I (the admin) have written here so far is way too academic, hopefully that can change. I don't actually care what you write about or how formally |
With that out of the way... | With that out of the way... | ||
Line 13: | Line 13: | ||
So speaking of, here's the [[wiki: | So speaking of, here's the [[wiki: | ||
- | A couple things I want to point to specifically are the [[wiki: | + | A couple things I want to point to specifically are the [[wiki: |
I also have some extensions installed here to give us more features. This is some advanced shit. The most important of these is called [[https:// | I also have some extensions installed here to give us more features. This is some advanced shit. The most important of these is called [[https:// | ||
- | We also have [[https:// | + | We also have [[https:// |
- | We also have [[https:// | + | We also have [[https:// |
Most of this is not really necessary to know. You should find that writing and page formatting is pretty straight-forward. But you were autistic enough to come to this website and click the link to this page anyway, so now you know all the extra shit. | Most of this is not really necessary to know. You should find that writing and page formatting is pretty straight-forward. But you were autistic enough to come to this website and click the link to this page anyway, so now you know all the extra shit. | ||
Line 34: | Line 34: | ||
Notes on naming convention: I generally prefer to use mineman usernames rather than Discord tranny names for player pages, except in cases where for whatever reason the player is usually not referred to by any one username (like [[Jonathan]]). I also try to use a proper name for iteration articles when possible (but the redirects mentioned earlier also work). Using slashes in the article names kinda fucks things up, so avoid using them. For example, the homepage is just '' | Notes on naming convention: I generally prefer to use mineman usernames rather than Discord tranny names for player pages, except in cases where for whatever reason the player is usually not referred to by any one username (like [[Jonathan]]). I also try to use a proper name for iteration articles when possible (but the redirects mentioned earlier also work). Using slashes in the article names kinda fucks things up, so avoid using them. For example, the homepage is just '' | ||
- | After you make an article, | + | ==== Page redirects ==== |
+ | |||
+ | Like Wikipedia, a redirect is a page which automatically sends visitors to another page, usually | ||
+ | |||
+ | To create a redirect, make a blank article with the text '' | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | If you make a new article, | ||
+ | </ | ||
===== Infoboxes ===== | ===== Infoboxes ===== | ||
Something I really wanted to have when making this wiki was was Wikipedia-style infoboxes for battles, as well as for players and iterations and other categories of article. Unfortunately, | Something I really wanted to have when making this wiki was was Wikipedia-style infoboxes for battles, as well as for players and iterations and other categories of article. Unfortunately, | ||
+ | |||
+ | ==== Example for a player ==== | ||
To show how this works, I'll explain the code for a relatively simple infobox for a player article, [[TheSpookyBone]], | To show how this works, I'll explain the code for a relatively simple infobox for a player article, [[TheSpookyBone]], | ||
Line 54: | Line 64: | ||
| **In-game name** | | **In-game name** | ||
| **First iteration** | | **First iteration** | ||
- | | **Metagroup** | + | | **Metagroup** |
| **Nationality** | | **Nationality** | ||
| **Ethnicity** | | **Ethnicity** | ||
| ** Years active** | | ** Years active** | ||
- | | **Associated players** | + | | **Associated players** |
</ | </ | ||
Line 72: | Line 82: | ||
|< 19.2em 40% >| | |< 19.2em 40% >| | ||
- | | **In-game name** | + | | **In-game name** |
| **First iteration** | | **First iteration** | ||
- | | **Metagroup** | + | | **Metagroup** |
| **Nationality** | | **Nationality** | ||
| **Ethnicity** | | **Ethnicity** | ||
| ** Years active** | | ** Years active** | ||
- | | **Associated players** | + | | **Associated players** |
</ | </ | ||
</ | </ | ||
Line 92: | Line 102: | ||
The '' | The '' | ||
- | Next we create another 19.2 width table. We need to do this because the line separates us from the previous table. This time, the '' | + | Next we create another 19.2 width table. We need to do this because the line separates us from the previous table. This time, the '' |
You can see that we have the US flag uploaded here as '' | You can see that we have the US flag uploaded here as '' | ||
Line 98: | Line 108: | ||
When you make an infobox, put it below your '' | When you make an infobox, put it below your '' | ||
- | All this too autistic for you? Understandable. The good thing is, you can just copy-paste a template and edit what you want. We have some further down the page. First, | + | **All this too autistic for you? Understandable.** The good thing is, you can just copy-paste a template and edit what you want. We have some on the [[Infobox templates]] |
+ | |||
+ | ==== Example for a battle ==== | ||
+ | |||
+ | <WRAP right 20em border centeralign> | ||
+ | <WRAP baretable> | ||
+ | |< 19.2em >| | ||
+ | ^ Battle of Paris ^ | ||
+ | | {{: | ||
+ | | Defenses in the inner city of Paris | | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |< 19.2em 5em - 50% >| | ||
+ | | **Date** | ||
+ | | **Location** | ||
+ | | **Result** | ||
+ | ^ Belligerents | ||
+ | | {{flag_fr.png? | ||
+ | ^ Commanders and leaders | ||
+ | | {{flag_fr.png? | ||
+ | ^ Strength | ||
+ | | 30\\ **(At peak)** | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | <WRAP right 20em border centeralign> | ||
+ | <WRAP baretable> | ||
+ | |< 19.2em >| | ||
+ | ^ Battle of Paris ^ | ||
+ | | {{: | ||
+ | | Defenses in the inner city of Paris | | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |< 19.2em 5em - 50% >| | ||
+ | | **Date** | ||
+ | | **Location** | ||
+ | | **Result** | ||
+ | ^ Belligerents | ||
+ | | {{flag_fr.png? | ||
+ | ^ Commanders and leaders | ||
+ | | {{flag_fr.png? | ||
+ | ^ Strength | ||
+ | | 30\\ **(At peak)** | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | There' | ||
+ | |||
+ | The first table with title and picture is the same, but this time we create the second table with three columns: first column width is '' | ||
+ | |||
+ | Why not have multiple tables, instead of the three-column shit? Aesthetic reasons, that's it. Any other way creates too much dead space. | ||
+ | |||
+ | Hopefully all this explanation has helped you know how this works, so you can make your own infoboxes. It took me a while to figure out the best way to do it. | ||
+ | |||
+ | References for the look of Wikipedia infoboxes: | ||
+ | |||
+ | [[wp> | ||
+ | |||
+ | Again, see [[Infobox templates]] for more stuff you can copy. | ||
+ | |||
+ | |||
+ | ==== Old Wikipedia-style Table of Contents ==== | ||
+ | |||
+ | Infoboxes break the default upper-right corner Table of Contents location. To insert an in-body Table of Contents, simply put this after your opening paragraphs: | ||
+ | |||
+ | < | ||
+ | ~~NOTOC~~ | ||
+ | {{INLINETOC 2-5 width18}}\\ | ||
+ | </ | ||
+ | |||
+ | Note: You don't need '' | ||
+ | |||
+ | Note 2: This fucks up the Preview, but only the Preview. The published page will have only one TOC if you do it right. | ||
+ | |||
+ | \\ | ||
+ | |||
+ | t. intcraftwikiadmin |
article_guidelines.1685394842.txt.gz · Last modified: 2023/05/29 17:14 by intcraftwikiadmin