<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.carnivault.org/index.php?action=history&amp;feed=atom&amp;title=Documentation%2FStyle_guide%2Ftemplates</id>
	<title>Documentation/Style guide/templates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.carnivault.org/index.php?action=history&amp;feed=atom&amp;title=Documentation%2FStyle_guide%2Ftemplates"/>
	<link rel="alternate" type="text/html" href="http://www.carnivault.org/index.php?title=Documentation/Style_guide/templates&amp;action=history"/>
	<updated>2026-04-20T00:21:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>http://www.carnivault.org/index.php?title=Documentation/Style_guide/templates&amp;diff=1381&amp;oldid=prev</id>
		<title>NepenthesOdyssey: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.carnivault.org/index.php?title=Documentation/Style_guide/templates&amp;diff=1381&amp;oldid=prev"/>
		<updated>2025-02-25T09:35:54Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
Templates are wiki pages whose content can be embedded in other pages. They allow for easy translations and help maintain consistency among related documents. This page describes some templates for formatting text.&lt;br /&gt;
&lt;br /&gt;
Also see [[Help:Templates]]. There is also [[wikitech:Wikitech documentation templates|a similar list for wikitech.wikimedia.org]].&lt;br /&gt;
&lt;br /&gt;
{{TOC}}&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template !! Example syntax !! Example output&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Hatnote|Hatnote]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{hatnote|Here is my note.}}&amp;lt;/pre&amp;gt; &lt;br /&gt;
| {{hatnote|Here is my note.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Caution|Caution]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Caution}} Here is my caution 1.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Caution|Here is my caution 2.}}&amp;lt;/pre&amp;gt; &lt;br /&gt;
| {{Caution}} Here is my caution 1. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; {{Caution|Here is my caution 2.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Warning|Warning]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{warning}} Here is my warning 1.&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;{{warning|Here is my warning 2.}}&amp;lt;/pre&amp;gt; &lt;br /&gt;
| {{warning}} Here is my warning 1. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; {{warning|Here is my warning 2.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Todo|Todo]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Todo|Here is my todo.}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Todo|Here is my todo.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Fixtext|Fixtext]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Fixtext|Here is my fixtext.}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Fixtext|Here is my fixtext.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Note|Note]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{note|Note 1}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{note|Note 2|reminder}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{note|Note 3|error}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{note}} Loose test &amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{note|Note 1}} &amp;lt;br&amp;gt; {{note|Note 2|reminder}} &amp;lt;br&amp;gt; {{note|Note 3|error}} &amp;lt;br&amp;gt; {{note}} Loose test&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Tip|Tip]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Tip|Here is my tip.}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Tip|Here is my tip.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Notice|Notice]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Notice|Here is my notice.}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Notice|Here is my notice.}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Main|Main]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Main|test|sandbox|w:foo}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Main|test|sandbox|w:foo}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:See also|See also]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{See also|test|sandbox|w:foo}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{See also|test|sandbox|w:foo}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Merge|Merge]]&amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{{{merge|Example_page}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{merge|Example_page}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Talkquote|Talkquote]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{talkquote|foo bar bang|example}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{talkquote|foo bar bang|example}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Smaller|Smaller]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;Body text {{Smaller|(note with smaller text)}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Body text {{Smaller|(note with smaller text)}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Status|Status]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{status}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{status|done}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{status|on hold}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{status|not done}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{status}} &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; {{status|done}} &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; {{status|on hold}} &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; {{status|not done}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Doing|Doing]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Doing}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Doing|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Not done|Not done]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Not done}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Not done}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Done|Done]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Done}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Done}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Resolved|Resolved]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Resolved}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Resolved|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Fixme|Fixme]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Fixme}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Fixme|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Historical|Historical]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Historical}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Historical|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Outdated|Outdated]] (Alias: [[Template:Update|Update]]) &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Outdated}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Alias: {{Update}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Outdated|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Archived extension|Archived extension]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Archived extension}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Archived extension|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Soft redirect|Soft redirect]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Soft redirect}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Soft redirect|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:Draft|Draft]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Draft}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Draft|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt; [[Template:DoNotTranslate|DoNotTranslate]] &amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{DoNotTranslate}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{DoNotTranslate|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt;[[Template:Last updated|Last updated]]&amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Last updated}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Last updated|nocat=yes}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt;[[Template:Doc-links|Doc-links]]&amp;lt;/h5&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Doc-links|Link to an example doc}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Doc-links|Link to a doc template|template}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
| {{Doc-links|[[Link to example doc]]}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Doc-links|[[Link to a doc template]]|template}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h5&amp;gt;[[Template:TabbedWindowBegin|TabbedWindow]]&amp;lt;/h5&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{TabbedWindowBegin}}&amp;lt;/pre&amp;gt;...&amp;lt;pre&amp;gt;{{TabbedWindowEnd}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
{{TabbedWindowBegin}}&lt;br /&gt;
=== Python ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Python&amp;quot; line=&amp;#039;line&amp;#039;&amp;gt;&lt;br /&gt;
code&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== JavaScript ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;#039;line&amp;#039;&amp;gt;&lt;br /&gt;
code&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{TabbedWindowEnd}}&lt;br /&gt;
{{TabbedWindowBegin|nocat=yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>NepenthesOdyssey</name></author>
	</entry>
</feed>