Template:LogicNode: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
     </div>
     </div>
      
      
     <div class="node-details" style="float: right; width: 400px; margin-left: 20px;">
     <div class="node-details" style="float: right; width: 400px; margin: 0 0 10px 10px;">
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px;">
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px;">
             <tr>
             <tr>
Line 36: Line 36:
             [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
             [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
         </div>
         </div>
         <h2>Requirements to Function</h2>
         <h2>Requirements to Function (if applicable)</h2>
         <p>{{{requirements}}}</p>
         <p>{{{requirements}}}</p>
         <h2>Limitations to Function</h2>
         <h3>Limitations to Function (if applicable)</h3>
         <p>{{{limitations}}}</p>
         <p>{{{limitations}}}</p>
         <h2>Attributes</h2>
         <h3>Attributes (if applicable)</h3>
         <table>
         <table>
             <tr>
             <tr>
Line 49: Line 49:
             {{{attributes}}}
             {{{attributes}}}
         </table>
         </table>
         <h2>Logic Linking</h2>
         <h3>Logic Linking</h3>
         <p>{{{logicLinking}}}</p>
         <p>{{{logicLinking}}}</p>
         <h3>Outgoing Events</h3>
         <h4>Outgoing Events</h4>
         <table>
         <table>
             <tr>
             <tr>
Line 59: Line 59:
             {{{outgoingEvents}}}
             {{{outgoingEvents}}}
         </table>
         </table>
         <h3>Incoming Functions</h3>
         <h4>Incoming Functions</h4>
         <table>
         <table>
             <tr>
             <tr>
Line 67: Line 67:
             {{{incomingFunctions}}}
             {{{incomingFunctions}}}
         </table>
         </table>
         <h2>Common Use Cases</h2>
         <h3>Common Use Cases</h3>
         <p>{{{commonUseCases}}}</p>
         <p>{{{commonUseCases}}}</p>
         <h2>Similar Logic Objects and Variants</h2>
         <h3>Similar Logic Objects and Variants</h3>
         <p>{{{similarLogicObjects}}}</p>
         <p>{{{similarLogicObjects}}}</p>
         <h2>Patch Updates</h2>
         <h3>Patch Updates</h3>
         <table>
         <table>
             <tr>
             <tr>
Line 80: Line 80:
             {{{patchUpdates}}}
             {{{patchUpdates}}}
         </table>
         </table>
         <h2>Asset Library Links</h2>
         <h3>Asset Library Links</h3>
         <p>{{{assetLibraryLinks}}}</p>
         <p>{{{assetLibraryLinks}}}</p>
     </div>
     </div>
</div>
</div>

Revision as of 08:28, 13 June 2024

Node Details
Logic Object Type: {{{logicObjectType}}}
Asset Menu Location: {{{assetMenuLocation}}}
Performance Impact Score: {{{performanceImpactScore}}}

Description

{{{description}}}

Expanded Description

{{{expandedDescription}}}

           [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]

Requirements to Function (if applicable)

{{{requirements}}}

Limitations to Function (if applicable)

{{{limitations}}}

Attributes (if applicable)

{{{attributes}}}
Name Option Description

Logic Linking

{{{logicLinking}}}

Outgoing Events

{{{outgoingEvents}}}
Name Description

Incoming Functions

{{{incomingFunctions}}}
Name Description

Common Use Cases

{{{commonUseCases}}}

Similar Logic Objects and Variants

{{{similarLogicObjects}}}

Patch Updates

{{{patchUpdates}}}
Patch (hyperlink) Change Note

Asset Library Links

{{{assetLibraryLinks}}}