Contribution Guide: Difference between revisions

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


==Game pages==
==Game pages==
Use the button on the [[Main Page]]
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 off wikipedia or pcgamingwiki if possible.
For the boxart use the boxart off wikipedia or pcgamingwiki if possible.
 
All you need to edit is the Infobox data, and make the <code>category</code> and <code>replaceintitle</code> entries under <code>==Mods==</code> the same as the game page name.


Add the category <code><nowiki>[[Category:Game page]]</nowiki></code>
The mods page links will automatically get added to the game pages as long as the mods have the correct category tag.


Template:
<pre>{{Infobox game
<pre>{{Infobox game
|title = Game Name
|title = Game Name
Line 20: Line 23:
|release = September 11, 2011
|release = September 11, 2011
}}
}}
<inputbox>
type=create
prefix={{PAGENAME}}/
placeholder=Mod name
buttonlabel=Add a new mod
break=no
preload=Template:{{PAGENAME}}/Preload
</inputbox>


==Mods==
==Mods==
*[[Game Name mods/Mod Name|Mode Name]]
<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>
[[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>
Use the button on the game's page.
 
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 categories: <code><nowiki>[[Category:Mod page]]</nowiki></code> and <code><nowiki>[[Category:Game Name mods]]</nowiki></code>
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, [[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).
Line 37: Line 54:
If your mod is big, consider making a torrent.
If your mod is big, consider making a torrent.


Template:
<pre>{{SHORTDESC:Add a very short description here}}   <!-- This is used on the game page, so keep it short -->
<pre>{{SHORTDESC:Add a very short description here}}
{{Infobox mod
{{Infobox mod
|title = Mod Name
|title = Mod Name

Revision as of 06:39, 4 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

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.

{{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
}}

<inputbox>
type=create
prefix={{PAGENAME}}/
placeholder=Mod name
buttonlabel=Add a new mod
break=no
preload=Template:{{PAGENAME}}/Preload
</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]]

Mod pages

Use the button on the game's page.

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.

{{SHORTDESC:Add a very short description here}}    <!-- This is used on the game page, so keep it short -->
{{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]]