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
Line 1: Line 1:
<!-- Template:LogicNode -->
<!-- Template:LogicNode -->
<div class="logic-node">
<div class="logic-node" style="overflow: hidden;">
     <h2>{{{title}}}</h2>
     <div class="node-header">
    <div class="node-image">
        <h2>{{{title}}}</h2>
        [[File:{{{image}}}|alt={{title}}]]
        <div class="node-image">
            [[File:{{{image}}}|alt={{title}}]]
        </div>
     </div>
     </div>
     <div class="node-details">
   
         <table>
     <div class="node-details" style="float: right; width: 300px; margin-left: 20px;">
         <table class="infobox" style="width: 100%; border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px;">
            <tr>
                <th colspan="2" style="text-align: center; background-color: #ccc;">Node Details</th>
            </tr>
             <tr>
             <tr>
                 <td>Logic Object Type:</td>
                 <td>Logic Object Type:</td>
Line 21: Line 27:
         </table>
         </table>
     </div>
     </div>
     <h3>Description</h3>
   
    <p>{{{description}}}</p>
     <div class="node-content" style="overflow: hidden;">
    <h4>Expanded Description</h4>
        <h3>Description</h3>
    <p>{{{expandedDescription}}}</p>
        <p>{{{description}}}</p>
    <div class="gameplay-gif">
        <h4>Expanded Description</h4>
        [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
        <p>{{{expandedDescription}}}</p>
        <div class="gameplay-gif">
            [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
        </div>
        <h3>Requirements to Function (if applicable)</h3>
        <p>{{{requirements}}}</p>
        <h3>Limitations to Function (if applicable)</h3>
        <p>{{{limitations}}}</p>
        <h3>Attributes (if applicable)</h3>
        <table>
            <tr>
                <th>Name</th>
                <th>Option</th>
                <th>Description</th>
            </tr>
            {{{attributes}}}
        </table>
        <h3>Logic Linking</h3>
        <p>{{{logicLinking}}}</p>
        <h4>Outgoing Events</h4>
        <table>
            <tr>
                <th>Name</th>
                <th>Description</th>
            </tr>
            {{{outgoingEvents}}}
        </table>
        <h4>Incoming Functions</h4>
        <table>
            <tr>
                <th>Name</th>
                <th>Description</th>
            </tr>
            {{{incomingFunctions}}}
        </table>
        <h3>Common Use Cases</h3>
        <p>{{{commonUseCases}}}</p>
        <h3>Similar Logic Objects and Variants</h3>
        <p>{{{similarLogicObjects}}}</p>
        <h3>Patch Updates</h3>
        <table>
            <tr>
                <th>Patch (hyperlink)</th>
                <th>Change</th>
                <th>Note</th>
            </tr>
            {{{patchUpdates}}}
        </table>
        <h3>Asset Library Links</h3>
        <p>{{{assetLibraryLinks}}}</p>
     </div>
     </div>
    <h3>Requirements to Function (if applicable)</h3>
    <p>{{{requirements}}}</p>
    <h3>Limitations to Function (if applicable)</h3>
    <p>{{{limitations}}}</p>
    <h3>Attributes (if applicable)</h3>
    <table>
        <tr>
            <th>Name</th>
            <th>Option</th>
            <th>Description</th>
        </tr>
        {{{attributes}}}
    </table>
    <h3>Logic Linking</h3>
    <p>{{{logicLinking}}}</p>
    <h4>Outgoing Events</h4>
    <table>
        <tr>
            <th>Name</th>
            <th>Description</th>
        </tr>
        {{{outgoingEvents}}}
    </table>
    <h4>Incoming Functions</h4>
    <table>
        <tr>
            <th>Name</th>
            <th>Description</th>
        </tr>
        {{{incomingFunctions}}}
    </table>
    <h3>Common Use Cases</h3>
    <p>{{{commonUseCases}}}</p>
    <h3>Similar Logic Objects and Variants</h3>
    <p>{{{similarLogicObjects}}}</p>
    <h3>Patch Updates</h3>
    <table>
        <tr>
            <th>Patch (hyperlink)</th>
            <th>Change</th>
            <th>Note</th>
        </tr>
        {{{patchUpdates}}}
    </table>
    <h3>Asset Library Links</h3>
    <p>{{{assetLibraryLinks}}}</p>
</div>
</div>

Revision as of 08:13, 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}}}