Template:NVIDIA Jetson Orin/Head: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=NVIDIA Jetson Orin AGX | |title=NVIDIA Jetson Orin AGX - {{{title|{{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/| - }}}}} | ||
|titlemode="replace" | |titlemode="replace" | ||
|description=This wiki contains a development guide for NVIDIA Jetson Orin AGX and all its components}} | |description={{{description|This wiki contains a development guide for NVIDIA Jetson Orin AGX and all its components}}} | ||
}} | |||
{|width=100% cellspacing=0 cellpadding=2 " class="noprint" | {|width=100% cellspacing=0 cellpadding=2 " class="noprint" | ||
Line 12: | Line 10: | ||
| width=33% bgcolor=#98CEFF align=right | {{#if:{{{next|}}}|[[NVIDIA Jetson Orin/{{{next}}}|Next: {{{next}}}]]| }} | | width=33% bgcolor=#98CEFF align=right | {{#if:{{{next|}}}|[[NVIDIA Jetson Orin/{{{next}}}|Next: {{{next}}}]]| }} | ||
|} | |} | ||
<br> | <br> | ||
{{NVIDIA Jetson Orin/TOC}} | |||
{{NVIDIA Preferred Partner logo}} | {{NVIDIA Preferred Partner logo}} | ||
{{DISPLAYTITLE:{{{title|NVIDIA Jetson Orin - {{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/| - }}}}}}} | {{DISPLAYTITLE:{{{title|NVIDIA Jetson Orin - {{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/| - }}}}}}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "NVIDIA Jetson Orin Header.", | |||
"params": { | |||
"title": { | |||
"label": "Page Title", | |||
"description": "Title added to the HTML code as a <title> tag", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"label": "Page Description", | |||
"description": "A description of the wiki page", | |||
"type": "string" | |||
}, | |||
"previous": { | |||
"label": "Previous page", | |||
"description": "Full link to the previous page", | |||
"type": "url" | |||
}, | |||
"next": { | |||
"label": "Next page", | |||
"description": "Full link to next page", | |||
"type": "url" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Examples: | |||
<pre> | |||
{{NVIDIA Jetson Orin/Head|previous=LINK|next=LINK}} | |||
</pre> | |||
Optional arguments: | |||
This shows the head with no TOC | |||
<pre> | |||
{{NVIDIA Jetson Orin/Head|previous=LINK|next=LINK|title=OPTIONAL TITLE FOR THE PAGE}} | |||
</pre> | |||
</noinclude> | |||
<noinclude> | <noinclude> | ||
[[Category:NVIDIA Jetson Orin Templates]] | [[Category:NVIDIA Jetson Orin Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 08:27, 15 October 2024
NVIDIA Jetson Orin Header.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page Title | title | Title added to the HTML code as a <title> tag | String | optional |
Page Description | description | A description of the wiki page | String | optional |
Previous page | previous | Full link to the previous page | URL | optional |
Next page | next | Full link to next page | URL | optional |
Examples:
{{NVIDIA Jetson Orin/Head|previous=LINK|next=LINK}}
Optional arguments:
This shows the head with no TOC
{{NVIDIA Jetson Orin/Head|previous=LINK|next=LINK|title=OPTIONAL TITLE FOR THE PAGE}}