Template:Article end: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{notes|}}}{{{howtos|}}}{{{seealso|}}}|<includeonly>{{page_break}}</includeonly>|}}<noinclude> | <!-- | ||
--><div class="{{#if:{{{allow-toc|}}}||suppress-toc}}"><!-- | |||
-->{{#if:{{{notes|}}}{{{howtos|}}}{{{troubles|}}}{{{related|}}}{{{seealso|}}}{{{external|}}}{{{references|}}}|<includeonly>{{page_break}}{{clear}}</includeonly>|}}<noinclude> | |||
</noinclude>{{#if:{{{notes|}}}|<nowiki></nowiki> | </noinclude>{{#if:{{{notes|}}}|<nowiki></nowiki> | ||
==Notes== | ==Notes== | ||
Line 6: | Line 9: | ||
==How-to's== | ==How-to's== | ||
{{{howtos|}}} | {{{howtos|}}} | ||
|}}<noinclude></noinclude>{{#if:{{{troubles|}}}|<nowiki></nowiki> | |||
==Troubleshooting== | |||
{{{troubles|}}} | |||
|}}<noinclude></noinclude>{{#if:{{{related|}}}|<nowiki></nowiki> | |||
==Related== | |||
{{{related|}}} | |||
|}}<noinclude></noinclude>{{#if:{{{videos|}}}|<nowiki></nowiki> | |||
==Videos== | |||
{{video|gallery={{{videos|}}} }} | |||
|}}<noinclude></noinclude>{{#if:{{{seealso|}}}|<nowiki></nowiki> | |}}<noinclude></noinclude>{{#if:{{{seealso|}}}|<nowiki></nowiki> | ||
==See also== | ==See also== | ||
{{{seealso|}}} | {{{seealso|}}} | ||
|}}<noinclude></noinclude>{{#if:{{{external|}}}|<nowiki></nowiki> | |||
==External links== | |||
{{{external|}}} | |||
|}}<noinclude></noinclude>{{#if:{{{references|}}}|<nowiki></nowiki> | |}}<noinclude></noinclude>{{#if:{{{references|}}}|<nowiki></nowiki> | ||
==References== | ==References== | ||
<references> | <!--<references>-->{{{references|}}}<!--</references>--> | ||
{{{references|}}} | |}}<!-- | ||
</references> | |||
|}}<noinclude> | --></div><!-- | ||
Parameters | |||
--><noinclude> | |||
The intent of this template is to standardize order of the closing topics of an article. | |||
Parameters: | |||
* notes: A list of minor details related to the topic. Not core information, as that should always be part of the main body of the article. | * notes: A list of minor details related to the topic. Not core information, as that should always be part of the main body of the article. | ||
* howtos: A list of how-to articles specifically related to how to perform actions related to the topic of the article. No link aliasses, as the titles of how-to's are self-descriptive. | * howtos: A list of how-to articles specifically related to how to perform actions related to the topic of the article. No link aliasses, as the titles of how-to's are self-descriptive. | ||
* seealso: A list of articles for related topics. No link aliasses, as the titles of | * troubles: A list of troubleshooting lines and articles how to debug a certain feature. | ||
* references: The list of references. Should contain the entire references tag. I.e: | * videos: A list of videos. Should use the <nowiki>{{video}} template</nowiki>. | ||
* related: A list of topics related in the same order of articles. To be used for, for example, articles on calculation models and formulas. | |||
* seealso: A list of articles for related topics. No link aliasses, as the titles of articles are self-descriptive. | |||
* external: A list of links loading to other sites. May be aliassed. | |||
* references: The list of references. Should contain the entire references tag with <nowiki>{{ref}}</nowiki> templates. I.e: <nowiki><references>{{ref|srm1|name=etc}}</references></nowiki> | |||
</noinclude> | </noinclude> |
Latest revision as of 09:41, 8 December 2023
The intent of this template is to standardize order of the closing topics of an article.
Parameters:
- notes: A list of minor details related to the topic. Not core information, as that should always be part of the main body of the article.
- howtos: A list of how-to articles specifically related to how to perform actions related to the topic of the article. No link aliasses, as the titles of how-to's are self-descriptive.
- troubles: A list of troubleshooting lines and articles how to debug a certain feature.
- videos: A list of videos. Should use the {{video}} template.
- related: A list of topics related in the same order of articles. To be used for, for example, articles on calculation models and formulas.
- seealso: A list of articles for related topics. No link aliasses, as the titles of articles are self-descriptive.
- external: A list of links loading to other sites. May be aliassed.
- references: The list of references. Should contain the entire references tag with {{ref}} templates. I.e: <references>{{ref|srm1|name=etc}}</references>