Difference between revisions of "Submit Node Info"

From ARK Modding Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Wiki Help]]
 
[[Category:Wiki Help]]
Use the following format to submit information on a particular node.
+
Use the following information to create a new wiki entry for a particular node
 
__TOC__
 
__TOC__
== Use the following Categories ==
+
== Create Your Page ==
Where BlueprintType is the wiki class category. See [[:Category:Nodes]] for existing types.<br/><br/>
+
Create a new page named after the node in PascalCase, i.e. AddNewItem
<nowiki>[[Category:Nodes]]</nowiki><br/>
 
<nowiki>[[Category:BlueprintType Nodes]]</nowiki><br/>
 
  
== Setup the Node Information Banner ==
+
=== Import the Node Template ===
Remove the X from the setting that doesn't apply and paste after your categories.<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>{{NodeInfoBanner|X|X|X|X|X|X}}</nowiki><br/>
+
<nowiki>{{Subst:NodeTemplate|NodeClass|PAGENAME=pagename}}</nowiki>
{{NodeInfoBanner|X|X|X|X|X|X}}
 
  
== Add Image of Node ==
+
== Setup the Node Authority Banner ==
Add an image of the blueprint node in a right aligned frame.<br/>
+
Add an X to enable the appropriate authority <br/>
'''Example:''' <nowiki>[[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]</nowiki>
+
<nowiki>{{NodeInfoBanner||X||||X}}</nowiki><br/>
 +
{{NodeInfoBanner||X||||X}}
  
== Add Node Information - Copy into Page ==
+
== Upload Image of Node ==
<nowiki>== How to Use == </nowiki><br/>
+
Upload an image and with name Node_NodeName.jpg, where node name is replaced with your node. i.e. Node_StaticAddBuff.jpg
''Put general information here on what the node is used for.''<br/>
 
  
<nowiki> === Details === </nowiki><br/>
+
== Add Information ==
'''INPUTS TABLE'''<br/>
+
Add information on how to use the node as well as inputs / outputs to the tables.
<nowiki>{| class="wikitable"</nowiki><br/>
 
<nowiki>!colspan="3"|Inputs</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>!Pin</nowiki><br/>
 
<nowiki>!Reference Type</nowiki><br/>
 
<nowiki>!Description</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|Item Archetype</nowiki><br/>
 
<nowiki>|Class</nowiki><br/>
 
<nowiki>|Select the class of the new item to be created</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/>
 
<nowiki>|}</nowiki><br/>
 
'''OUTPUTS TABLE'''<br/>
 
<nowiki>{| class="wikitable"</nowiki><br/>
 
<nowiki>!colspan="3"|Outputs</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>!Pin</nowiki><br/>
 
<nowiki>!Reference Type</nowiki><br/>
 
<nowiki>!Description</nowiki><br/>
 
<nowiki>|-</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|</nowiki><br/>
 
<nowiki>|}</nowiki><br/>
 
  
<nowiki>=== Related Articles ===</nowiki><br/>
+
{| class="wikitable"
<nowiki>[[Special:WhatLinksHere/AddNewItem|What Links Here]]</nowiki><br/>
+
!colspan="3"|Inputs
 +
|-
 +
!Pin
 +
!Reference Type
 +
!Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 +
|}
 +
 
 +
 
 +
{| class="wikitable"
 +
!colspan="3"|Outputs
 +
|-
 +
!Pin
 +
!Reference Type
 +
!Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 +
|-
 +
|Pin
 +
|Reference Type
 +
|Description
 +
|}

Latest revision as of 03:38, 10 April 2018

Use the following information to create a new wiki entry for 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 Authority 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 inputs / outputs to the tables.

Inputs
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description


Outputs
Pin Reference Type Description
Pin Reference Type Description
Pin Reference Type Description