Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 24: Line 24:
  
 
<nowiki> === Details === </nowiki><br/>
 
<nowiki> === Details === </nowiki><br/>
Put details in the two tables on the valid inputs and outputs.<br/>
+
'''INPUTS TABLE'''<br/>
 
<nowiki>{| class="wikitable"</nowiki><br/>
 
<nowiki>{| class="wikitable"</nowiki><br/>
 
<nowiki>!colspan="3"|Inputs</nowiki><br/>
 
<nowiki>!colspan="3"|Inputs</nowiki><br/>
Line 47: Line 47:
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 +
<nowiki>|}</nowiki><br/>
 +
'''OUTPUTS TABLE'''<br/>
 +
<nowiki>{| class="wikitable"</nowiki><br/>
 +
<nowiki>!colspan="3"|Outputs</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
<nowiki>|</nowiki><br/>
+
<nowiki>!Pin</nowiki><br/>
<nowiki>|</nowiki><br/>
+
<nowiki>!Reference Type</nowiki><br/>
<nowiki>|</nowiki><br/>
+
<nowiki>!Description</nowiki><br/>
<nowiki>|-</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
Line 65: Line 61:
 
<nowiki>|}</nowiki><br/>
 
<nowiki>|}</nowiki><br/>
  
 
+
<nowiki>=== Related Articles ===</nowiki><br/>
{| class="wikitable"
+
<nowiki>[[Special:WhatLinksHere/AddNewItem|What Links Here]]</nowiki><br/>
!colspan="3"|Outputs
 
|-
 
!Pin
 
!Reference Type
 
!Description
 
|-
 
|Return Value
 
|PrimalItem
 
|Primal item reference for the newly created item
 
|}
 
 
 
=== Related Articles ===
 
[[Special:WhatLinksHere/AddNewItem|What Links Here]]<br />
 

Revision as of 02:37, 10 April 2018

Use the following Categories

Where BlueprintType is the wiki class category. See Category:Nodes for existing types.

[[Category:Nodes]]
[[Category:BlueprintType Nodes]]

Setup the Node Information Banner

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

Replication Important Must run on server Should run on server Must run on client Should run on client Requires Multicasting

{{NodeInfoBanner|X|X|X|X|X|X}}

Add Image of Node

Add an image of the blueprint node in a right aligned frame.
Example: [[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]

Add Node Information

== 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]]