3,158
edits
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
When making a page for a new game make the page name <code>Game Name mods</code>, this helps with search results. | When making a page for a new game make the page name <code>Game Name mods</code>, this helps with search results. | ||
Add the [[Template:Infobox game|Infobox game]] template. For the boxart use the boxart | Add the [[Template:Infobox game|Infobox game]] template. For the boxart use the boxart off wikipedia or pcgamingwiki if possible. | ||
Add the category <code><nowiki>[[Category:Game page]]</nowiki></code> | |||
Template: | |||
<pre>{{Infobox game | |||
|title = Game Name | |||
|image = [[File:Game_Name_boxart.jpg|320x320px]] | |||
|developer = [[wikipedia:Developer|Developer]] | |||
|publisher = [[wikipedia:Publisher|Publisher]] | |||
|platform = Windows, PlayStation 3, Xbox 360 | |||
|release = September 11, 2011 | |||
}} | |||
==Mods== | |||
*[[Game Name mods/Mod Name|Mode Name]] | |||
[[Category:Game page]]</pre> | |||
==Mod pages== | ==Mod pages== | ||
When making a page for a new mod make the page name <code>Game Name mods/Mod Name</code> | |||
Add the [[Template:Infobox mod|Infobox mod]] template. For the logo don't go above 320x320 (imgur's medium thumbnail is this size). | |||
Add the [[ | Add the categories: <code><nowiki>[[Category:Mod page]]</nowiki></code> and <code><nowiki>[[Category:Game Name mods]]</nowiki></code> | ||
Upload your mod to multiple sites. As everything is hosted externally, [[wikipedia:Link_rot|the more mirrors the better.]] Some file hosters: [https://archive.org archive.org], [https://catbox.moe/ catbox.moe] (200MB file limit), [https://sharemods.com sharemods.com], [https://multiup.io multiup.io], [https://www.mediafire.com/ mediafire.com] (50GB limit per account), [https://mega.nz/ mega.nz] (20GB limit per account). | Upload your mod to multiple sites. As everything is hosted externally, [[wikipedia:Link_rot|the more mirrors the better.]] Some file hosters: [https://archive.org archive.org], [https://catbox.moe/ catbox.moe] (200MB file limit), [https://sharemods.com sharemods.com], [https://multiup.io multiup.io], [https://www.mediafire.com/ mediafire.com] (50GB limit per account), [https://mega.nz/ mega.nz] (20GB limit per account). | ||
If your mod is big, consider making a torrent. | If your mod is big, consider making a torrent. | ||
Template: | |||
<pre>{{Infobox mod | |||
|title = Mod Name | |||
|logo = 320x320_logo.jpg | |||
|developer = Mod Maker's Name | |||
|version = 1.0 | |||
|release = 2023-03-13 | |||
}} | |||
==Description== | |||
Description of the mod. | |||
===Installation=== | |||
Installation instructions. | |||
==Download== | |||
*[https://www.sharemods.com/ sharemods] | |||
*[https://files.catbox.moe/ catbox] | |||
*[https://multiup.org/ multiup] | |||
*[https://archive.org/ archive.org] | |||
==Screenshots== | |||
<div style='text-align: center;'> | |||
https://image.url/image.jpg | |||
</div> | |||
[[Category:Game Name mods]] | |||
[[Category:Mod page]]</pre> |