Template:LogicNode: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
m (Removed protection from "Template:LogicNode")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Template:LogicNode -->
<!-- Template:LogicNode -->
<div class="logic-node" style="overflow: hidden;">
<div class="logic-node">
     <div class="node-header">
     <div class="node-header">
         <h2>{{{title}}}</h2>
         <h2>{{{title}}}</h2>
         <div class="node-image">
         <div class="node-image">
             [[File:{{{image}}}|alt={{title}}]]
             [[File:{{{image}}}|link=]]
         </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-left: 20px;">
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px; font-size: 18px;">
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px;">
<tr>
            <tr>
                 <th colspan="2" style="text-align: center; background-color: #1f1c66;">Node Details</th>
                 <th colspan="2" style="text-align: center; background-color: #1f1c66;">Node Details</th>
             </tr>
             </tr>
Line 28: Line 27:
     </div>
     </div>
      
      
     <div class="node-content" style="overflow: hidden;">
     <div style="overflow: hidden;">
         <h2>Description</h2>
         <h2>Description</h2>
         <p>{{{description}}}</p>
         <p>{{{description}}}</p>
         <h3>Expanded Description</h3>
         <h3>Expanded Description</h3>
         <p>{{{expandedDescription}}}</p>
         <p>{{{expandedDescription}}}</p>
        <div class="gameplay-gif">
    </div>
            [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
   
        </div>
    <div class="gameplay-gif">
         <h2>Requirements to Function</h2>
        [[File:{{{gameplayGif}}}|link=]]
    </div>
   
    <div style="clear: both;"></div>
   
    <div class="node-content">
         <h2>Requirements to Function (if applicable)</h2>
         <p>{{{requirements}}}</p>
         <p>{{{requirements}}}</p>
         <h2>Limitations to Function</h2>
         <h2>Limitations to Function (if applicable)</h2>
         <p>{{{limitations}}}</p>
         <p>{{{limitations}}}</p>
         <h2>Attributes</h2>
         <h2>Attributes (if applicable)</h2>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 52: Line 57:
         <p>{{{logicLinking}}}</p>
         <p>{{{logicLinking}}}</p>
         <h3>Outgoing Events</h3>
         <h3>Outgoing Events</h3>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 60: Line 65:
         </table>
         </table>
         <h3>Incoming Functions</h3>
         <h3>Incoming Functions</h3>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Name</th>
                 <th>Name</th>
Line 72: Line 77:
         <p>{{{similarLogicObjects}}}</p>
         <p>{{{similarLogicObjects}}}</p>
         <h2>Patch Updates</h2>
         <h2>Patch Updates</h2>
         <table>
         <table class="wikitable custom-table">
             <tr>
             <tr>
                 <th>Patch (hyperlink)</th>
                 <th>Patch (hyperlink)</th>

Latest revision as of 15:43, 25 June 2024

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

Description

{{{description}}}

Expanded Description

{{{expandedDescription}}}

       [[File:{{{gameplayGif}}}|link=]]

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}}}