Template:Node infobox: Difference between revisions

From Halopedia, the Halo wiki

m (Text replacement - "! class="infoboxheading" colspan="2" style="[^\n"]+" (\||{{!}}) {{#if:{{{name\|}}}\|{{{name}}}\|{{PAGENAME}}}}↵\|-" to "{{Infobox|title|name={{{name|}}}}}")
No edit summary
Line 1: Line 1:
{{Infobox|start|bg=#5b5b5b}}
{{Infobox|start|bg=#5B5B5B}}
{{Infobox|title|name={{{name|}}}}}
{{Infobox|title|name={{{name|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{#if:{{{hidea|}}}||
 
! class="infoboxsubheading" colspan="2" style="color:{{{color2|#000}}}; background:{{{sectionBG|#999999}}}" {{!}} {{{section1-title|Node Information}}}
{{Infobox|section|title={{{section1-title|Node Information}}}|bg=#999|color=#000|entries=
}}
|-
{{Infobox|entry|title={{{description-title|Description}}}|content={{{description|}}}}}
{{Infobox|entry|title={{{description-title|Description}}}|content={{{description|}}}}}
{{Infobox|entry|title={{{folder-title|Folder {{Tooltip|(?)|In game category/folder for this Node.}}}}}|content={{{folder|}}}}}
{{Infobox|entry|title={{{folder-title|Folder {{Tooltip|(?)|In game category/folder for this Node.}}}}}|content={{{folder|}}}}}
{{Infobox|entry|title={{{type-title|Type {{Tooltip|(?)|Event, Execution, or Data.}}}}}|content={{{type|}}}}}
{{Infobox|entry|title={{{type-title|Type {{Tooltip|(?)|Event, Execution, or Data.}}}}}|content={{{type|}}}}}
{{Infobox|end}}<noinclude>
}}
{{Clear}}
 
{{Infobox|end}}<noinclude>{{clear}}
==Usage==
==Usage==
To use this template, paste the following code into the top of the article, filling all relevant fields:
To use this template, paste the following code into the top of the article, filling all relevant fields:

Revision as of 13:47, August 29, 2023

Node infobox
 

Usage

To use this template, paste the following code into the top of the article, filling all relevant fields:

{{Node infobox
|name=Get All Players
|description=Returns a list of all players.
|image=
|folder=Players
|type=Data
}}