Template:RidgeRun Linux Camera Drivers/Head: Difference between revisions

From RidgeRun Developer Wiki
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|RidgeRun Linux Camera Drivers - {{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/|&#x20;-&#x20;}}}}}}}
{{DISPLAYTITLE:RidgeRun Linux Camera Drivers - {{{title|{{#replace:{{#titleparts:{{FULLPAGENAME}}||2}}|/|&#x20;-&#x20;}}}}}}}
<noinclude>
<noinclude>
[[Category:RidgeRun Linux Camera Drivers Templates]]
[[Category:RidgeRun Linux Camera Drivers Templates]]
</noinclude>
</noinclude>
<noinclude>
<noinclude>
Usage:
<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

Preferred Partner Logo 3 Preferred Partner Logo 3



RidgeRun Linux Camera Drivers Header.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Page Titletitle

Title added to the HTML code as a <title> tag

Stringoptional
Page Descriptiondescription

A description of the wiki page

Stringoptional
Previous pageprevious

Full link to the previous page

URLoptional
Next pagenext

Full link to next page

URLoptional
No TOCnotoc

Set to 1 to omit the TOC

Booleanoptional

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}}