Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
Create a new page named after the node in PascalCase, i.e. AddNewItem
 
Create a new page named after the node in PascalCase, i.e. AddNewItem
  
Where BlueprintType is the wiki class category.  See [[:Category:Nodes]] for existing types.<br/><br/>
+
=== Import the Node Template ==
<nowiki>[[Category:Nodes]]</nowiki><br/>
+
Copy the following line into the page and save it in order to import the template. <br/>
<nowiki>[[Category:BlueprintType Nodes]]</nowiki><br/>
+
<nowiki>{{Subst:NodeTemplate}}</nowiki>
  
 
== Setup the Node Information Banner ==
 
== Setup the Node Information Banner ==

Revision as of 03:04, 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

Remove the X from the setting that doesn't apply and paste after your categories.
{{NodeInfoBanner|X|X|X|X|X|X}}

Replication Important

NoticeIcon.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIcon.png

Must run on client

NoticeIcon.png

Should run on client

NoticeIcon.png

Requires Multicasting

NoticeIcon.png

Add Image of Node

Add an image of the blueprint node in a right aligned frame.
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]]