Template:LogicNode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
</div> | </div> | ||
<div class="node-details" style="float: right; width: | <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;"> | <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: # | <th colspan="2" style="text-align: center; background-color: #1f1c66;">Node Details</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 29: | Line 29: | ||
<div class="node-content" style="overflow: hidden;"> | <div class="node-content" style="overflow: hidden;"> | ||
< | <h2>Description</h2> | ||
<p>{{{description}}}</p> | <p>{{{description}}}</p> | ||
< | <h3>Expanded Description</h3> | ||
<p>{{{expandedDescription}}}</p> | <p>{{{expandedDescription}}}</p> | ||
<div class="gameplay-gif"> | <div class="gameplay-gif"> | ||
[[File:{{{gameplayGif}}}|alt=Gameplay GIF]] | [[File:{{{gameplayGif}}}|alt=Gameplay GIF]] | ||
</div> | </div> | ||
< | <h2>Requirements to Function</h2> | ||
<p>{{{requirements}}}</p> | <p>{{{requirements}}}</p> | ||
< | <h2>Limitations to Function</h2> | ||
<p>{{{limitations}}}</p> | <p>{{{limitations}}}</p> | ||
< | <h2>Attributes</h2> | ||
<table> | <table> | ||
<tr> | <tr> | ||
Line 49: | Line 49: | ||
{{{attributes}}} | {{{attributes}}} | ||
</table> | </table> | ||
< | <h2>Logic Linking</h2> | ||
<p>{{{logicLinking}}}</p> | <p>{{{logicLinking}}}</p> | ||
< | <h3>Outgoing Events</h3> | ||
<table> | <table> | ||
<tr> | <tr> | ||
Line 59: | Line 59: | ||
{{{outgoingEvents}}} | {{{outgoingEvents}}} | ||
</table> | </table> | ||
< | <h3>Incoming Functions</h3> | ||
<table> | <table> | ||
<tr> | <tr> | ||
Line 67: | Line 67: | ||
{{{incomingFunctions}}} | {{{incomingFunctions}}} | ||
</table> | </table> | ||
< | <h2>Common Use Cases</h2> | ||
<p>{{{commonUseCases}}}</p> | <p>{{{commonUseCases}}}</p> | ||
< | <h2>Similar Logic Objects and Variants</h2> | ||
<p>{{{similarLogicObjects}}}</p> | <p>{{{similarLogicObjects}}}</p> | ||
< | <h2>Patch Updates</h2> | ||
<table> | <table> | ||
<tr> | <tr> | ||
Line 80: | Line 80: | ||
{{{patchUpdates}}} | {{{patchUpdates}}} | ||
</table> | </table> | ||
< | <h2>Asset Library Links</h2> | ||
<p>{{{assetLibraryLinks}}}</p> | <p>{{{assetLibraryLinks}}}</p> | ||
</div> | </div> | ||
</div> | </div> |