Template:LogicNode: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
         </div>
         </div>
     </div>
     </div>
   
     <div class="node-details" style="float: right; width: 400px; margin: 0 0 10px 10px;">
     <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;">
Line 29: Line 28:
      
      
     <div style="overflow: hidden;">
     <div style="overflow: hidden;">
         <h3>Description</h3>
         <h2>Description</h2>
         <p>{{{description}}}</p>
         <p>{{{description}}}</p>
         <h4>Expanded Description</h4>
         <h3>Expanded Description</h3>
         <p>{{{expandedDescription}}}</p>
         <p>{{{expandedDescription}}}</p>
     </div>
     </div>
Line 42: Line 41:
      
      
     <div class="node-content">
     <div class="node-content">
         <h3>Requirements to Function (if applicable)</h3>
         <h2>Requirements to Function (if applicable)</h2>
         <p>{{{requirements}}}</p>
         <p>{{{requirements}}}</p>
         <h3>Limitations to Function (if applicable)</h3>
         <h2>Limitations to Function (if applicable)</h2>
         <p>{{{limitations}}}</p>
         <p>{{{limitations}}}</p>
         <h3>Attributes (if applicable)</h3>
         <h2>Attributes (if applicable)</h2>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 55: Line 54:
             {{{attributes}}}
             {{{attributes}}}
         </table>
         </table>
         <h3>Logic Linking</h3>
         <h2>Logic Linking</h2>
         <p>{{{logicLinking}}}</p>
         <p>{{{logicLinking}}}</p>
         <h4>Outgoing Events</h4>
         <h3>Outgoing Events</h3>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 65: Line 64:
             {{{outgoingEvents}}}
             {{{outgoingEvents}}}
         </table>
         </table>
         <h4>Incoming Functions</h4>
         <h3>Incoming Functions</h3>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 73: Line 72:
             {{{incomingFunctions}}}
             {{{incomingFunctions}}}
         </table>
         </table>
         <h3>Common Use Cases</h3>
         <h2>Common Use Cases</h2>
         <p>{{{commonUseCases}}}</p>
         <p>{{{commonUseCases}}}</p>
         <h3>Similar Logic Objects and Variants</h3>
         <h2>Similar Logic Objects and Variants</h2>
         <p>{{{similarLogicObjects}}}</p>
         <p>{{{similarLogicObjects}}}</p>
         <h3>Patch Updates</h3>
         <h2>Patch Updates</h2>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Patch (hyperlink)</th>
                 <th>Patch (hyperlink)</th>
Line 86: Line 85:
             {{{patchUpdates}}}
             {{{patchUpdates}}}
         </table>
         </table>
         <h3>Asset Library Links</h3>
         <h2>Asset Library Links</h2>
         <p>{{{assetLibraryLinks}}}</p>
         <p>{{{assetLibraryLinks}}}</p>
     </div>
     </div>
</div>
</div>

Revision as of 09:25, 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}}}