Editing Template:LogicNode

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<!-- Template:LogicNode -->
<!-- Template:LogicNode -->
<div class="logic-node">
<div class="logic-node">
     <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 class="node-details" style="float: right; width: 400px; margin: 0 0 10px 10px;">
     <div class="node-details">
         <table class="infobox" style="width: 100%; border: 1px solid #473ba7; background-color: #050522; padding: 5px; font-size: 18px;">
         <table>
<tr>
                <th colspan="2" style="text-align: center; background-color: #1f1c66;">Node Details</th>
            </tr>
             <tr>
             <tr>
                 <td>Logic Object Type:</td>
                 <td>Logic Object Type:</td>
Line 26: Line 21:
         </table>
         </table>
     </div>
     </div>
   
     <h3>Description</h3>
     <div style="overflow: hidden;">
    <p>{{{description}}}</p>
        <h2>Description</h2>
    <h4>Expanded Description</h4>
        <p>{{{description}}}</p>
    <p>{{{expandedDescription}}}</p>
        <h3>Expanded Description</h3>
        <p>{{{expandedDescription}}}</p>
    </div>
   
     <div class="gameplay-gif">
     <div class="gameplay-gif">
         [[File:{{{gameplayGif}}}|link=]]
         [[File:{{{gameplayGif}}}|alt=Gameplay GIF]]
    </div>
   
    <div style="clear: both;"></div>
   
    <div class="node-content">
        <h2>Requirements to Function (if applicable)</h2>
        <p>{{{requirements}}}</p>
        <h2>Limitations to Function (if applicable)</h2>
        <p>{{{limitations}}}</p>
        <h2>Attributes (if applicable)</h2>
        <table class="wikitable custom-table">
            <tr>
                <th>Name</th>
                <th>Option</th>
                <th>Description</th>
            </tr>
            {{{attributes}}}
        </table>
        <h2>Logic Linking</h2>
        <p>{{{logicLinking}}}</p>
        <h3>Outgoing Events</h3>
        <table class="wikitable custom-table">
            <tr>
                <th>Name</th>
                <th>Description</th>
            </tr>
            {{{outgoingEvents}}}
        </table>
        <h3>Incoming Functions</h3>
        <table class="wikitable custom-table">
            <tr>
                <th>Name</th>
                <th>Description</th>
            </tr>
            {{{incomingFunctions}}}
        </table>
        <h2>Common Use Cases</h2>
        <p>{{{commonUseCases}}}</p>
        <h2>Similar Logic Objects and Variants</h2>
        <p>{{{similarLogicObjects}}}</p>
        <h2>Patch Updates</h2>
        <table class="wikitable custom-table">
            <tr>
                <th>Patch (hyperlink)</th>
                <th>Change</th>
                <th>Note</th>
            </tr>
            {{{patchUpdates}}}
        </table>
        <h2>Asset Library Links</h2>
        <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>
Please note that all contributions to EVERYWHERE wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see EVERYWHERE wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)