Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
=== Import the Node Template ===
 
=== Import the Node Template ===
Copy the following line into the page, change the NodeClass to be the class of the node (i.e. PrimalItem) and save it in order to import the template. <br/>
+
Copy the following line into the page, change the NodeClass to be the class of the node (i.e. PrimalItem),pagename to your page's title, and save it in order to import the template. <br/>
<nowiki>{{Subst:NodeTemplate|NodeClass}}</nowiki>
+
<nowiki>{{Subst:NodeTemplate|NodeClass|PAGENAME=pagename}}</nowiki>
  
 
== Setup the Node Information Banner ==
 
== Setup the Node Information Banner ==

Revision as of 03:35, 10 April 2018

Use the following format to submit information on a particular node.

Create Your Page

Create a new page named after the node in PascalCase, i.e. AddNewItem

Import the Node Template

Copy the following line into the page, change the NodeClass to be the class of the node (i.e. PrimalItem),pagename to your page's title, and save it in order to import the template.
{{Subst:NodeTemplate|NodeClass|PAGENAME=pagename}}

Setup the Node Information Banner

Add an X to enable the appropriate authority
{{NodeInfoBanner||X||||X}}

Replication Important

NoticeIconInactive.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIcon.png

Upload Image of Node

Upload an image and with name Node_NodeName.jpg, where node name is replaced with your node. i.e. Node_StaticAddBuff.jpg

Add Information

Add information on how to use the node as well as info on the inputs / outputs to the tables.