Contribution Guide: Difference between revisions

From Modding Haven
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


==Game pages==
==Game pages==
Use the button on the [[Main Page]]
Use the button on the [[Main Page]]. Pages created this way will automatically show up on the main page (though it may take up to an hour for it to update).


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.
Line 17: Line 17:
Feel free to add a short description of the game under the infobox, as well as required mod tools or useful information about modding the game.
Feel free to add a short description of the game under the infobox, as well as required mod tools or useful information about modding the game.


<pre>{{Infobox game
When using the button on the main page a [[Template:Game Page/Preload|preloaded template]] will show up when adding a new 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
}}
 
<inputbox>
type=create
prefix={{PAGENAME}}/
placeholder=Mod name
buttonlabel=Add a new mod
break=no
preload=Template:Mod Page/Preload
preloadparams[]={{PAGENAME}}
preloadparams[]=
</inputbox>
 
==Mods==
<dpl>
category            = Game Name mods        <!-- Change this -->
mode                = category
ordermethod          = title
addpagecounter      = true
replaceintitle      = /Game Name mods\//,    <!-- Change this -->
format             = ,\n* [[%PAGE%|%TITLE%]] <small>(%COUNT% views)</small> ²{#ifeq:¦²{GETSHORTDESC:%PAGE%}²¦¦ - ²{GETSHORTDESC:%PAGE%}²}²,,
</dpl>
 
[[Category:Game page]]</pre>


==Mod pages==
==Mod pages==
Use the button on the game's page.
Use the button on the game's page. Pages created this way will automatically show up on the game's page (though it may take up to an hour for it to update).


For the logo don't go above 320x320 (imgur's medium thumbnail is this size).
For the logo don't go above 320x320 (imgur's medium thumbnail is this size).
Line 58: Line 28:
If your mod is big, consider making a torrent.
If your mod is big, consider making a torrent.


<pre>{{SHORTDESC:Add a very short description here}}    <!-- This is used on the game page, so keep it short -->
When using the button on a game page a [[Template:Mod Page/Preload|preloaded template]] will show up when adding a new mod.
{{Infobox mod
|title = Mod Name
|logo = https://image.url/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>

Revision as of 20:49, 5 February 2024

General

This site seeks to be as light weight and efficient as possible, so no files or images are hosted here.

To use an external image you just need to paste the URL with no extra formatting.

Game pages

Use the button on the Main Page. Pages created this way will automatically show up on the main page (though it may take up to an hour for it to update).

When making a page for a new game make the page name Game Name mods, this helps with search results.

For the boxart use the boxart off wikipedia or pcgamingwiki if possible.

All you need to edit is the Infobox data, and make the category and replaceintitle entries under ==Mods== the same as the game page name.

The mods page links will automatically get added to the game pages as long as the mods have the correct category tag.

Feel free to add a short description of the game under the infobox, as well as required mod tools or useful information about modding the game.

When using the button on the main page a preloaded template will show up when adding a new game.

Mod pages

Use the button on the game's page. Pages created this way will automatically show up on the game's page (though it may take up to an hour for it to update).

For the logo don't go above 320x320 (imgur's medium thumbnail is this size).

Upload your mod to multiple sites. As everything is hosted externally, the more mirrors the better. Some file hosters: archive.org, catbox.moe (200MB file limit), sharemods.com, multiup.io, mediafire.com (50GB limit per account), mega.nz (20GB limit per account).

If your mod is big, consider making a torrent.

When using the button on a game page a preloaded template will show up when adding a new mod.