Template:NVIDIA Jetson Orin/Head: Difference between revisions
Efernandez (talk | contribs) No edit summary |
No edit summary |
||
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 13: | Line 13: | ||
{{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": "RidgeRun Linux Camera Drivers 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" | |||
}, | |||
"notoc": { | |||
"label": "No TOC", | |||
"description": "Set to 1 to omit the TOC", | |||
"type": "boolean" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Examples: | |||
<pre> | |||
{{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK}} | |||
</pre> | |||
Optional arguments: | |||
This shows the head with no TOC | |||
<pre> | |||
{{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK|notoc=1|title=OPTIONAL TITLE FOR THE PAGE}} | |||
</pre> | |||
</noinclude> | |||
Revision as of 08:14, 15 October 2024
{{#seo: |title=NVIDIA Jetson Orin AGX - Head |titlemode="replace" |description=This wiki contains a development guide for NVIDIA Jetson Orin AGX and all its components
RidgeRun Linux Camera Drivers 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 |
No TOC | notoc | Set to 1 to omit the TOC | Boolean | optional |
Examples:
{{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK}}
Optional arguments:
This shows the head with no TOC
{{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK|notoc=1|title=OPTIONAL TITLE FOR THE PAGE}}