Template:RidgeRun Linux Camera Drivers/Head: Difference between revisions
No edit summary |
mNo edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=RidgeRun Linux Camera Drivers | |title=RidgeRun Linux Camera Drivers - {{{title|{{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/| - }}}}} | ||
|title_mode=replace | |title_mode=replace | ||
|description=A complete list and guide of all the camera drivers RidgeRun offers | |description={{{description|A complete list and guide of all the camera drivers RidgeRun offers}}} | ||
}} | }} | ||
<templatestyles src="RidgeRun Linux Camera Drivers/styles.css" /> | <templatestyles src="RidgeRun Linux Camera Drivers/styles.css" /> | ||
{{#tag:html| | {{#tag:html| | ||
Line 25: | Line 24: | ||
</div> | </div> | ||
}} | }} | ||
{{RidgeRun Linux Camera Drivers/Partners}} | |||
{{#if:{{{notoc|}}}|| | {{#if:{{{notoc|}}}|| | ||
{{RidgeRun Linux Camera Drivers/TOC | {{RidgeRun Linux Camera Drivers/TOC | ||
Line 35: | Line 34: | ||
}} | }} | ||
{{DISPLAYTITLE:{{{title| | {{DISPLAYTITLE:RidgeRun Linux Camera Drivers - {{{title|{{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/| - }}}}}}} | ||
<noinclude> | <noinclude> | ||
[[Category:RidgeRun Linux Camera Drivers Templates]] | [[Category:RidgeRun Linux Camera Drivers Templates]] | ||
</noinclude> | </noinclude> | ||
<noinclude> | <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> | <pre> | ||
Line 50: | Line 82: | ||
This shows the head with no TOC | This shows the head with no TOC | ||
<pre> | <pre> | ||
{{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK|notoc=1}} | {{RidgeRun Linux Camera Drivers/Head|previous=LINK|next=LINK|notoc=1|title=OPTIONAL TITLE FOR THE PAGE}} | ||
</pre> | </pre> | ||
Latest revision as of 11:50, 20 November 2024
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}}