Difference between revisions of "Submit Mod Source"

From ARK Modding Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
__TOC__
 
__TOC__
 
==Create your page==
 
==Create your page==
Create your wiki page using the name CompleteMod [YourModName]
+
* Create your wiki page using the name CompleteMod [YourModName]
 +
* Easiest way to create a new wiki page is just to search for the name of the page you want to create, and click the 'create' option when it says that it can't find the page.
  
Easiest way to create a new wiki page is just to search for the name of the page you want to create, and click the 'create' option when it says that it can't find the page.
+
==Import Template==
  
==Set Categories & Thumbnail==
+
Add the following line to your page, change the AuthorName to your username, and then hit save.
  
Use the following categories at the top of your page.
+
<nowiki>{{Subst:SourceTemplate|AuthorName}}</nowiki>
 
 
<nowiki>[[Category:CompleteMods]]</nowiki><br/>
 
<nowiki>[[Category:Source Files]]</nowiki><br/>
 
 
 
* Optional: add a thumbnail using the code below.
 
 
 
<nowiki>[[File:NameOfImage.png|frame|right|Description Text]]</nowiki>
 
==Page Structure==
 
Use the following page structure for your source file entry.
 
 
 
<nowiki>==Author==</nowiki><br/>
 
<br/>
 
<nowiki>==Source Files==</nowiki><br/>
 
<br/>
 
<nowiki>==Steam Workshop Page==</nowiki><br/>
 
<br/>
 
<nowiki>==About Mod==</nowiki><br/>
 
<br/>
 
<nowiki>==What you can learn from this mod==</nowiki><br/>
 
 
 
Use the other pages as a guide as to what information to put in about your mod's source entry.
 

Latest revision as of 04:08, 10 April 2018

Create your page

  • Create your wiki page using the name CompleteMod [YourModName]
  • Easiest way to create a new wiki page is just to search for the name of the page you want to create, and click the 'create' option when it says that it can't find the page.

Import Template

Add the following line to your page, change the AuthorName to your username, and then hit save.

{{Subst:SourceTemplate|AuthorName}}