Difference between revisions of "Submit Mod Source"

From ARK Modding Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
 
* 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.
  
==Set Categories & Thumbnail==
+
==Import Template==
  
Use the following categories at the top of your page.
+
Add the following line to your page, change the AuthorName to your username, and then hit save.
  
<nowiki>[[Category:CompleteMods]]</nowiki><br/>
+
<nowiki>{{Subst:SourceTemplate|AuthorName}}</nowiki>
<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}}