Difference between revisions of "Template:DocSource"
[unchecked revision] | [quality revision] |
m
|
m
|
Contents
1 Usage[edit]
The DocSource template is used to indicate the URL of any Linux® kernel, Yocto Project, AWS IoT Greengrass, U-Boot, TF-A, and OP-TEE document used in this wiki.
Usage: {{DocSource | domain=<domain> | path=<path> | text=<link text> | version=<version>}}
- Where:
-
<domain> is the mandatory string that identifies the domain of the document. The possible values are:
- Linux kernel: the document belongs to the Linux kernel domain.
- Yocto Project: the document belongs to the Yocto Project domain.
- AWS Greengrass: the document belongs to the AWS IoT Greengrass domain.
- U-Boot: the document belongs to U-Boot domain
- TF-A: the document belongs to TF-A domain.
- OP-TEE: the document belongs to OP-TEE domain.
-
<path> is the mandatory relative path of the document from the root URL of the domain. The root URLs are:
- https://www.kernel.org/doc/html/ for the Linux kernel domain
- https://docs.yoctoproject.org/ for the Yocto Project domain
- https://docs.aws.amazon.com/greengrass/ for the AWS IoT Greengrass domain
- https://u-boot.readthedocs.io for the U-Boot domain
- https://trustedfirmware-a.readthedocs.io for the TF-A domain
- https://optee.readthedocs.io for the OP-TEE domain
- <link text> is an optional link text (text that is displayed instead of the URL).
-
<version> is an optional version number (branch or tag) if the default one doesn't fit. Per default, the URL points to:
- the v5.15 branch of the Linux kernel
- the 4.0 branch of the Yocto Project TBC
- the latest branch of the AWS IoT Greengrass
- the v2021.07 branch of the U-Boot documentation
- the v2.6 branch of the TF-A documentation
- the 3.16.0 branch of the OP-TEE documentation
2 Basic examples[edit]
You type | You get |
---|---|
Linux kernel
1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=gpu/drm-uapi.html}} |
|
Yocto Project
1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=brief-yoctoprojectqs/brief-yoctoprojectqs.html}} |
1- overview-manual/overview-manual.html
|
AWS IoT Greengrass
1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/device-config-setup.html}} |
1- developerguide/what-is-gg.html
|
U-Boot
1- {{DocSource | domain=U-Boot | path=index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html}} |
1- index.html
|
TF-A
1- {{DocSource | domain=TF-A | path=index.html}}<br /> 2- {{DocSource | domain=TF-A | path=getting_started/index.html}} |
|
OP-TEE_OS
1- {{DocSource | domain=OP-TEE | path=general/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=index.html}} |
1- general/index.html
|
3 More examples[edit]
You type | You get |
---|---|
Linux kernel
1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}<br /> 3- {{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}<br /> 4- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}} |
1- crypto/index.html
|
Yocto Project
1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual}}<br /> 3- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | version=3.0}}<br /> 4- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual | version=3.0}} |
1- overview-manual/overview-manual.html
|
AWS IoT Greengrass
1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass?}}<br /> 3- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | version=2.0}}<br /> 4- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass? | version=2.0}} |
1- developerguide/what-is-gg.html
|
U-Boot
1- {{DocSource | domain=U-Boot | path=build/index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot?}}<br /> 3- {{DocSource | domain=U-Boot | path=build/index.html | version=2021.01}}<br /> 4- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot? | version=2021.01}} |
1- build/index.html
|
TF-A
1- {{DocSource | domain=TF-A| path=getting_started/docs-build.html}}<br /> 2- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation}}<br /> 3- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| version=2.5}}<br /> 4- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation| version=2.5}} |
1- getting_started/docs-build.html
|
OP-TEE
1- {{DocSource | domain=OP-TEE| path=architecture/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture}}<br /> 3- {{DocSource | domain=OP-TEE| path=architecture/index.html| version=3.14.0}}<br /> 4- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture | version=3.14.0}} |
1- architecture/index.html
|
Check that there's no space before and after the text 1- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html}}AFTER<br /> 2- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}AFTER<br /> 3- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}AFTER<br /> 4- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}}AFTER |
1- BEFOREcrypto/index.htmlAFTER |
Unsupported domain {{DocSource | domain=Unsupported domain | path=Document}} |
Unsupported domain! |
4 Code[edit]
Linux kernel: [https://www.kernel.org/doc/html/{{#if: {{{version|}}}|v{{#replace:{{{version|}}}| |}}|v5.15}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]
Yocto Project: [https://docs.yoctoproject.org/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|4.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]
AWS IoT Greengrass [https://docs.aws.amazon.com/greengrass/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|latest}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| v({{#replace:{{{version|}}}| |}})}}]
U-Boot: [https://u-boot.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2021.07}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]
TF-A: [https://trustedfirmware-a.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2.6}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]
OP-TEES: [https://optee.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|3.16.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| ({{#replace:{{{version|}}}| |}})}}]
Unsupported domain!
<noinclude> {{UpdateNeededForNewRelease|Please update the versions (branches or tags): several times in this template}} ==Usage== The [[Template:DocSource|DocSource]] template is used '''to indicate the URL of any Linux<sup>®</sup> kernel, Yocto Project, AWS IoT Greengrass, U-Boot, TF-A, and OP-TEE document''' used in this wiki. Usage: <nowiki>{{</nowiki>DocSource | domain={{HighlightParam|<domain>}} | path={{HighlightParam|<path>}} | text={{HighlightParam|<link text>}} | version={{HighlightParam|<version>}}}} :Where: * {{HighlightParam|<domain>}} is the '''mandatory''' string that identifies the domain of the document. The possible values are: ** '''Linux kernel''': the document belongs to the Linux kernel domain. ** '''Yocto Project''': the document belongs to the Yocto Project domain. ** '''AWS Greengrass''': the document belongs to the AWS IoT Greengrass domain. ** '''U-Boot''': the document belongs to U-Boot domain **'''TF-A''': the document belongs to TF-A domain.{{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 14:50, 6 May 2022 (CEST)<br />To me, the OP-TEE documentation deals with more than the OP-TEE OS (for example, it also speaks about the TEE client API). Therefore, I'm wondering if "OP-TEE" instead of "OP-TEE_OS" wouldn't be better<br> NSA : agreed by LDE: change done}}**'''OP-TEE''': the document belongs to OP-TEE domain. * {{HighlightParam|<path>}} is the '''mandatory''' relative path of the document from the root URL of the domain. The root URLs are: ** '''https://www.kernel.org/doc/html/''' for the Linux kernel domain ** '''https://docs.yoctoproject.org/''' for the Yocto Project domain ** '''https://docs.aws.amazon.com/greengrass/''' for the AWS IoT Greengrass domain ** '''https://u-boot.readthedocs.io''' for the U-Boot domain ** '''https://trustedfirmware-a.readthedocs.io''' for the TF-A domain ** '''https://optee.readthedocs.io''' for the OP-TEE domain * {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL). {{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 10:53, 14 March 2022 (CET)<br />Before the v4 delivery, change "v2021.07" by "v2021.10" (3 times in this template) as version of the U-Boot Documentation (if this version has been created in the U-Boot Documentation website). </br> NSA W2218/ww2225W2225 : this version has NOT been yet created in the U-Boot Documentation website}} * {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: ** the '''v5.15''' branch of the Linux kernel ** the '''4.0''' branch of the Yocto Project TBC ** the '''latest''' branch of the AWS IoT Greengrass ** the '''v2021.07''' branch of the U-Boot documentation ** the '''v2.6''' branch of the TF-A documentation ** the '''3.16.0''' branch of the OP-TEE documentation ==Basic examples== {| class="st-table" ! You type !! You get |- | '''Linux kernel'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=gpu/drm-uapi.html}}</pre> | 1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=gpu/drm-uapi.html}} |- | '''Yocto Project'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=brief-yoctoprojectqs/brief-yoctoprojectqs.html}}</pre> | 1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=brief-yoctoprojectqs/brief-yoctoprojectqs.html}} |- | '''AWS IoT Greengrass'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/device-config-setup.html}}</pre> | 1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/device-config-setup.html}} |- | '''U-Boot'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=U-Boot | path=index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html}}</pre> | 1- {{DocSource | domain=U-Boot | path=index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html}} |- | '''TF-A'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=TF-A | path=index.html}}<br /> 2- {{DocSource | domain=TF-A | path=getting_started/index.html}}</pre> | 1- {{DocSource | domain=TF-A | path=index.html}}<br /> 2- {{DocSource | domain=TF-A | path=getting_started/index.html}} |- | '''OP-TEE_OS'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=OP-TEE | path=general/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=index.html}}</pre> | 1- {{DocSource | domain=OP-TEE | path=general/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=index.html}} |} ==More examples== {| class="st-table" ! You type !! You get |- | '''Linux kernel'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}<br /> 3- {{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}<br /> 4- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}}</pre> | 1- {{DocSource | domain=Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}<br /> 3- {{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}<br /> 4- {{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}} |- | '''Yocto Project'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual}}<br /> 3- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | version=3.0}}<br /> 4- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual | version=3.0}}</pre> | 1- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html}}<br /> 2- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual}}<br /> 3- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | version=3.0}}<br /> 4- {{DocSource | domain=Yocto Project | path=overview-manual/overview-manual.html | text=Yocto Project Overview and Concepts Manual | version=3.0}} |- | '''AWS IoT Greengrass'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass?}}<br /> 3- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | version=2.0}}<br /> 4- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass? | version=2.0}}</pre> | 1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br /> 2- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass?}}<br /> 3- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | version=2.0}}<br /> 4- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html | text=What is AWS IoT Greengrass? | version=2.0}} |- | '''U-Boot'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=U-Boot | path=build/index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot?}}<br /> 3- {{DocSource | domain=U-Boot | path=build/index.html | version=2021.01}}<br /> 4- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot? | version=2021.01}}</pre> | 1- {{DocSource | domain=U-Boot | path=build/index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot?}}<br /> 3- {{DocSource | domain=U-Boot | path=build/index.html | version=2021.01}}<br /> 4- {{DocSource | domain=U-Boot | path=build/index.html | text=How to build U-Boot? | version=2021.01}} |- | '''TF-A'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=TF-A| path=getting_started/docs-build.html}}<br /> 2- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation}}<br /> 3- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| version=2.5}}<br /> 4- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation| version=2.5}}</pre> | 1- {{DocSource | domain=TF-A| path=getting_started/docs-build.html}}<br /> 2- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation}}<br /> 3- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| version=2.5}}<br /> 4- {{DocSource | domain=TF-A| path=getting_started/docs-build.html| text=Building Documentation| version=2.5}} |- | '''OP-TEE'''<pre style="white-space: pre-wrap;"> 1- {{DocSource | domain=OP-TEE| path=architecture/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture}}<br /> 3- {{DocSource | domain=OP-TEE| path=architecture/index.html| version=3.14.0}}<br /> 4- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture | version=3.14.0}}</pre> | 1- {{DocSource | domain=OP-TEE| path=architecture/index.html}}<br /> 2- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture}}<br /> 3- {{DocSource | domain=OP-TEE| path=architecture/index.html| version=3.14.0}}<br /> 4- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture | version=3.14.0}}{{ReviewsComments|-- [[User:Lionel Debieve|Lionel Debieve]] ([[User talk:Lionel Debieve|talk]]) 15:22, 6 May 2022 (CEST)<br />Don't know if you can, but there is no v on OP-TEE in the version name<br> NSA : done, could you check ?}} |- | |- | Check that there's no space before and after the text<pre style="white-space: pre-wrap;"> 1- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html}}AFTER<br /> 2- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}AFTER<br /> 3- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}AFTER<br /> 4- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}}AFTER</pre> | 1- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html}}AFTER<br /> 2- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API}}AFTER<br /> 3- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | version=4.19}}AFTER<br /> 4- BEFORE{{DocSource | domain=Linux kernel | path=crypto/index.html | text=Linux Kernel Crypto API | version=4.19}}AFTER |- | Unsupported domain<pre style="white-space: pre-wrap;"> {{DocSource | domain=Unsupported domain | path=Document}}</pre> | {{DocSource | domain=Unsupported domain | path=Document}} |} ==Code== '''Linux kernel''':<nowiki> [https://www.kernel.org/doc/html/{{#if: {{{version|}}}|v{{#replace:{{{version|}}}| |}}|v5.15}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]</nowiki> '''Yocto Project''':<nowiki> [https://docs.yoctoproject.org/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|4.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]</nowiki> '''AWS IoT Greengrass'''<nowiki> [https://docs.aws.amazon.com/greengrass/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|latest}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| v({{#replace:{{{version|}}}| |}})}}]</nowiki> '''U-Boot''':<nowiki> [https://u-boot.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2021.07}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]</nowiki> '''TF-A''':<nowiki> [https://trustedfirmware-a.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2.6}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}]</nowiki> '''OP-TEES''':<nowiki> [https://optee.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|3.16.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| ({{#replace:{{{version|}}}| |}})}}]</nowiki> </noinclude>{{#switch: {{{domain}}} | Linux kernel = [https://www.kernel.org/doc/html/{{#if: {{{version|}}}|v{{#replace:{{{version|}}}| |}}|v5.15}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}] | Yocto Project = [https://docs.yoctoproject.org/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|4.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}] | AWS Greengrass = [https://docs.aws.amazon.com/greengrass/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|latest}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}] | U-Boot= [https://u-boot.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2021.07}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}] | TF-A = [https://trustedfirmware-a.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|v2.6}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| (v{{#replace:{{{version|}}}| |}})}}] | OP-TEE |OP-TEE_OS = [https://optee.readthedocs.io/en/{{#if: {{{version|}}}|{{#replace:{{{version|}}}| |}}|3.16.0}}/{{#replace:{{{path|}}}| |}} {{#if: {{{text|}}}|{{{text}}}|{{{path}}}}}{{#if: {{{version|}}}| ({{#replace:{{{version|}}}| |}})}}] | {{Highlight| Unsupported domain!}} }}
Line 12: | Line 12: | ||
** '''U-Boot''': the document belongs to U-Boot domain |
** '''U-Boot''': the document belongs to U-Boot domain |
||
**'''TF-A''': the document belongs to TF-A domain. |
**'''TF-A''': the document belongs to TF-A domain. |
||
− | |||
**'''OP-TEE''': the document belongs to OP-TEE domain. |
**'''OP-TEE''': the document belongs to OP-TEE domain. |
||
Line 25: | Line 24: | ||
* {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL). |
* {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL). |
||
− | {{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 10:53, 14 March 2022 (CET)<br />Before the v4 delivery, change "v2021.07" by "v2021.10" (3 times in this template) as version of the U-Boot Documentation (if this version has been created in the U-Boot Documentation website). </br> NSA W2218/ |
+ | {{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 10:53, 14 March 2022 (CET)<br />Before the v4 delivery, change "v2021.07" by "v2021.10" (3 times in this template) as version of the U-Boot Documentation (if this version has been created in the U-Boot Documentation website). </br> NSA W2218/W2225 : this version has NOT been yet created in the U-Boot Documentation website}} |
* {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: |
* {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: |
||
Line 175: | Line 174: | ||
3- {{DocSource | domain=OP-TEE| path=architecture/index.html| version=3.14.0}}<br /> |
3- {{DocSource | domain=OP-TEE| path=architecture/index.html| version=3.14.0}}<br /> |
||
4- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture | version=3.14.0}} |
4- {{DocSource | domain=OP-TEE| path=architecture/index.html | text=Architecture | version=3.14.0}} |
||
− | |||
|- |
|- |
||
| Check that there's no space before and after the text |
| Check that there's no space before and after the text |