Difference between revisions of "Template:UpdateNeededForNewRelease"

[unchecked revision] [quality revision]
m
 
m
 

1 Usage[edit]

This The UpdateNeededForNewRelease template is used to tag either a file, an article, a template, a chapter or a sentence that needs to be updated when a new ecosystem release is added in the user guidewiki.

This template It doesn't add put anything in the article seen by the reader in the page: it 's is only a kind of "phantom" tag. To retrieve all the articles and files pages that contain this tag , search (and so that need to be updated because a new ecosystem release is added in the wiki), it is enough to display the pages that links this template. Then, searching for "UpdateNeededForNewRelease" in "Everything". each page gives all the places where updates are needed.

Usage:  {{UpdateNeededForNewRelease|
Optional comment
 <comment>}}

2 Example[edit]

Where <comment> is the optional comment to help updating .

2 Basic examples[edit]

You type You get
Update needed for new release without comment

Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
* R1
* R2

Here is the list of the supported ecosystem releases:

  • R1
  • R2
Update needed for new release with comment

The '''vx.yy-stm32mp''' version of the Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}

The vx.yy-stm32mp version of the Linux kernel is supported.

3 Code[edit]

<noinclude>

==Usage==This template is used The [[Template:UpdateNeededForNewRelease|UpdateNeededForNewRelease]] template is used '''to tag either a file, an article, a template, a chapter or a sentence that needs to be updated when a new ecosystem release is added in the user guide.

This template doesn't add anything in the article seen by the reader: it's only a kind of phantom tag.
wiki'''.

It doesn't put anything seen by the reader in the page: it is only '''a kind of "phantom" tag'''. To retrieve all the articles and files that contain this tag, search for "UpdateNeededForNewRelease" in "Everything".

* <nowiki>{{UpdateNeededForNewRelease|Optional comment}}</nowiki>


==Example==
{{UpdateNeededForNewRelease|My comment to help the next updates}}
pages that contain this tag (and so that need to be updated because a new ecosystem release is added in the wiki), it is enough to display [[Special:Whatlinkshere/Template:UpdateNeededForNewRelease| the pages that links this template]]. Then, searching for "UpdateNeededForNewRelease" in each page gives all the places where updates are needed.

 Usage:  <nowiki>{{</nowiki>UpdateNeededForNewRelease| {{HighlightParam|<comment>}}}}
Where {{HighlightParam|<comment>}} is the '''optional''' comment to help updating .

==Basic examples==
{| class="st-table"
! You type !! You get
|-
| Update needed for new release without comment<pre style="white-space: pre-wrap;">

Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
* R1
* R2</pre>

|
Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
* R1
* R2
|-
| Update needed for new release with comment<pre style="white-space: pre-wrap;">

The '''vx.yy-stm32mp''' version of the Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}</pre>

|
The '''vx.yy-stm32mp''' version of the Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}
|}
==Code==</noinclude>
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
This template is used to tag either a file, an article, a chapter or a sentence that needs to be updated when a new ecosystem release is added in the user guide.
+
The [[Template:UpdateNeededForNewRelease|UpdateNeededForNewRelease]] template is used '''to tag either a file, an article, a template, a chapter or a sentence that needs to be updated when a new ecosystem release is added in the wiki'''.
   
This template doesn't add anything in the article seen by the reader: it's only a kind of phantom tag.
+
It doesn't put anything seen by the reader in the page: it is only '''a kind of "phantom" tag'''. To retrieve all the pages that contain this tag (and so that need to be updated because a new ecosystem release is added in the wiki), it is enough to display [[Special:Whatlinkshere/Template:UpdateNeededForNewRelease| the pages that links this template]]. Then, searching for "UpdateNeededForNewRelease" in each page gives all the places where updates are needed.
   
To retrieve all the articles and files that contain this tag, search for "UpdateNeededForNewRelease" in "Everything".
+
Usage:  <nowiki>{{</nowiki>UpdateNeededForNewRelease| {{HighlightParam|<comment>}}}}
  +
Where {{HighlightParam|<comment>}} is the '''optional''' comment to help updating .
   
* <nowiki>{{UpdateNeededForNewRelease|Optional comment}}</nowiki>
+
==Basic examples==
 
+
{| class="st-table"
 
+
! You type !! You get
==Example==
+
|-
{{UpdateNeededForNewRelease|My comment to help the next updates}}
+
| Update needed for new release without comment
  +
<pre style="white-space: pre-wrap;">
  +
Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
  +
* R1
  +
* R2
  +
</pre>
  +
|
  +
Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
  +
* R1
  +
* R2
  +
|-
  +
| Update needed for new release with comment
  +
<pre style="white-space: pre-wrap;">
  +
The '''vx.yy-stm32mp''' version of the Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}
  +
</pre>
  +
|
  +
The '''vx.yy-stm32mp''' version of the Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}
  +
|}
   
 
==Code==
 
==Code==
 
</noinclude>
 
</noinclude>