Contribution Guide: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
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>

Navigation menu