Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
{{NodeInfoBanner||X||||X}}
 
{{NodeInfoBanner||X||||X}}
  
== Add Image of Node ==
+
== Upload Image of Node ==
Add an image of the blueprint node in a right aligned frame.<br/>
+
Upload an image and replace the info in <nowiki>[[File:Node_{{PAGENAME}}.jpg|frame|{{PAGENAME}} - NULL]]</nowiki><br/>
 
'''Example:''' <nowiki>[[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]</nowiki><br/>
 
'''Example:''' <nowiki>[[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]</nowiki><br/>
  

Revision as of 03:24, 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 and save it in order to import the template.
{{Subst:NodeTemplate}}

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 replace the info in [[File:Node_{{PAGENAME}}.jpg|frame|{{PAGENAME}} - NULL]]
Example: [[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]

You could also add a small image of the node in use if possible as well.

Add Node Information - Copy into Page

== How to Use ==
Put general information here on what the node is used for.

=== Details ===
INPUTS TABLE
{| class="wikitable"
!colspan="3"|Inputs
|-
!Pin
!Reference Type
!Description
|-
|Item Archetype
|Class
|Select the class of the new item to be created
|-
|
|
|
|-
|
|
|
|-
|
|
|
|}
OUTPUTS TABLE
{| class="wikitable"
!colspan="3"|Outputs
|-
!Pin
!Reference Type
!Description
|-
|
|
|
|}

=== Related Articles ===
[[Special:WhatLinksHere/AddNewItem|What Links Here]]