Template:LogicNode: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
Created page with "<!-- Template:LogicNode --> <div class="logic-node"> <h2>{{{title}}}</h2> <div class="node-image"> [[File:{{{image}}}|alt={{title}}]] </div> <div class="node-details"> <table> <tr> <td>Logic Object Type:</td> <td>{{{logicObjectType}}}</td> </tr> <tr> <td>Asset Menu Location:</td> <td>{{{assetMenuLocation}}}</td> </tr>..."
 
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Template:LogicNode -->
<!-- Template:LogicNode -->
<div class="logic-node">
<div class="logic-node">
     <h2>{{{title}}}</h2>
     <div class="node-header">
    <div class="node-image">
        <h2>{{{title}}}</h2>
        [[File:{{{image}}}|alt={{title}}]]
        <div class="node-image">
[[File:{{{image}}}|link=]]
        </div>
     </div>
     </div>
     <div class="node-details">
     <div class="node-details" style="float: right; width: 400px; margin: 0 0 10px 10px;">
         <table>
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px; font-size: 18px;">
<tr>
                <th colspan="2" style="text-align: center; background-color: #1f1c66;">Node Details</th>
            </tr>
             <tr>
             <tr>
                 <td>Logic Object Type:</td>
                 <td>Logic Type:</td>
                 <td>{{{logicObjectType}}}</td>
                 <td>{{{logicObjectType}}}</td>
             </tr>
             </tr>
             <tr>
             <tr>
                 <td>Asset Menu Location:</td>
                 <td>Menu Location:</td>
                 <td>{{{assetMenuLocation}}}</td>
                 <td>{{{assetMenuLocation}}}</td>
             </tr>
             </tr>
             <tr>
             <tr>
                 <td>Performance Impact Score:</td>
                 <td>PI Score:</td>
                 <td>{{{performanceImpactScore}}}</td>
                 <td>{{{performanceImpactScore}}}</td>
             </tr>
             </tr>
         </table>
         </table>
     </div>
     </div>
     <h3>Description</h3>
      
    <p>{{{description}}}</p>
    <div style="overflow: hidden;">
    <h4>Expanded Description</h4>
        <h2>Description</h2>
    <p>{{{expandedDescription}}}</p>
        <p>{{{description}}}</p>
        <h3>Expanded Description</h3>
        <p>{{{expandedDescription}}}</p>
    </div>
   
     <div class="gameplay-gif">
     <div class="gameplay-gif">
        [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
     </div>
     </div>
     <h3>Requirements to Function (if applicable)</h3>
   
    <p>{{{requirements}}}</p>
    <div style="clear: both;"></div>
    <h3>Limitations to Function (if applicable)</h3>
   
    <p>{{{limitations}}}</p>
     <div class="node-content">
    <h3>Attributes (if applicable)</h3>
        <h2>Requirements to Function (if applicable)</h2>
    <table>
        <p>{{{requirements}}}</p>
        <tr>
        <h2>Limitations to Function (if applicable)</h2>
            <th>Name</th>
        <p>{{{limitations}}}</p>
            <th>Option</th>
        <h2>Attributes (if applicable)</h2>
            <th>Description</th>
        <table class="wikitable custom-table">
        </tr>
            <tr>
        {{{attributes}}}
                <th>Name</th>
    </table>
                <th>Option</th>
    <h3>Logic Linking</h3>
                <th>Description</th>
    <p>{{{logicLinking}}}</p>
            </tr>
    <h4>Outgoing Events</h4>
            {{{attributes}}}
    <table>
        </table>
        <tr>
        <h2>Logic Linking</h2>
            <th>Name</th>
        <p>{{{logicLinking}}}</p>
            <th>Description</th>
        <p>Outgoing Events</p>
        </tr>
        <table class="wikitable custom-table">
        {{{outgoingEvents}}}
            <tr>
    </table>
                <th>Name</th>
    <h4>Incoming Functions</h4>
                <th>Description</th>
    <table>
            </tr>
        <tr>
            {{{outgoingEvents}}}
            <th>Name</th>
        </table>
            <th>Description</th>
        <p>Incoming Functions</p>
        </tr>
        <table class="wikitable custom-table">
        {{{incomingFunctions}}}
            <tr>
    </table>
                <th>Name</th>
    <h3>Common Use Cases</h3>
                <th>Description</th>
    <p>{{{commonUseCases}}}</p>
            </tr>
    <h3>Similar Logic Objects and Variants</h3>
            {{{incomingFunctions}}}
    <p>{{{similarLogicObjects}}}</p>
        </table>
    <h3>Patch Updates</h3>
        <h2>Common Use Cases</h2>
    <table>
        <p>{{{commonUseCases}}}</p>
        <tr>
        <h2>Similar Logic Objects and Variants</h2>
            <th>Patch (hyperlink)</th>
        <p>{{{similarLogicObjects}}}</p>
            <th>Change</th>
        <h2>Patch Updates</h2>
            <th>Note</th>
        <table class="wikitable custom-table">
        </tr>
            <tr>
        {{{patchUpdates}}}
                <th>Patch (hyperlink)</th>
    </table>
                <th>Change</th>
    <h3>Asset Library Links</h3>
                <th>Note</th>
    <p>{{{assetLibraryLinks}}}</p>
            </tr>
            {{{patchUpdates}}}
        </table>
        <h2>Asset Library Links</h2>
        <p>{{{assetLibraryLinks}}}</p>
    </div>
</div>
</div>

Latest revision as of 15:35, 10 July 2024

Node Details
Logic Type: {{{logicObjectType}}}
Menu Location: {{{assetMenuLocation}}}
PI Score: {{{performanceImpactScore}}}

Description

{{{description}}}

Expanded Description

{{{expandedDescription}}}

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