<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ASemantic_markup_templates</id>
	<title>Template:Semantic markup templates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ASemantic_markup_templates"/>
	<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Semantic_markup_templates&amp;action=history"/>
	<updated>2026-06-04T08:57:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Semantic_markup_templates&amp;diff=1043&amp;oldid=prev</id>
		<title>Catrone3: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Semantic_markup_templates&amp;diff=1043&amp;oldid=prev"/>
		<updated>2024-03-27T03:09:38Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:09, 26 March 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key shadowrun:diff:1.41:old-1042:rev-1043 --&gt;
&lt;/table&gt;</summary>
		<author><name>Catrone3</name></author>
	</entry>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Semantic_markup_templates&amp;diff=1042&amp;oldid=prev</id>
		<title>BattletechWiki&gt;Deadfire: Updating</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Semantic_markup_templates&amp;diff=1042&amp;oldid=prev"/>
		<updated>2023-03-09T06:36:29Z</updated>

		<summary type="html">&lt;p&gt;Updating&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Navbox&lt;br /&gt;
| name = Semantic markup templates&lt;br /&gt;
| state = {{{state|{{{1|&amp;lt;includeonly&amp;gt;collapsed&amp;lt;/includeonly&amp;gt;}}}}}}&lt;br /&gt;
| title = {{c|Semantic markup templates}}&lt;br /&gt;
| liststyle = font-size:110%;&lt;br /&gt;
| tracking = no &amp;lt;!-- keep the documented templates out of the hlist tracking category --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| list1 =&lt;br /&gt;
  {{Aligned table&lt;br /&gt;
   |cols=3 |class=sortable |style=line-height:1.35em;text-align:left;&lt;br /&gt;
   |colstyle=&amp;lt;!--vertical-align:middle;--&amp;gt;padding-right:1.0em;&lt;br /&gt;
   |col2style=white-space:nowrap; |col3style=white-space:normal;&lt;br /&gt;
   |row1style=line-height:1.6em;&lt;br /&gt;
   |row1header=on&lt;br /&gt;
   | Template&amp;amp;nbsp;      | Example output&amp;amp;nbsp;                                 | Use&amp;amp;nbsp;&lt;br /&gt;
   | {{tlb|strong}}     | {{strong|Important!}}                                | To indicate importance, seriousness, or urgency instead of just simple typographical boldfacing&lt;br /&gt;
   | {{tlb|strongbad}}  | &amp;quot;{{strongbad|Never}} use&amp;amp;thinsp;...&amp;quot;                 | Same as {{braces|strong}} but in red&lt;br /&gt;
   | {{tlb|stronggood}} | &amp;quot;{{stronggood|Only}} use&amp;amp;thinsp;...&amp;quot;                 | Same as {{braces|strong}} but in green&lt;br /&gt;
   | {{tlb|em}}         | &amp;quot;An {{em|emphatic phrase}}&amp;quot;                          | To indicate stress emphasis (not just purely typographical italicization like for book titles or foreign terms)&lt;br /&gt;
   | {{tlb|var}}        | {{var|strPrefix}}                                    | To indicate text is a variable name. Use for any variable names except those including &amp;quot;I&amp;quot; (uppercase&amp;amp;nbsp;i) and/or &amp;quot;l&amp;quot; (lowercase&amp;amp;nbsp;L); for these, {{braces|var serif}} should be used to ensure a noticeable distinction&lt;br /&gt;
   | {{tlb|var serif}}   | {{var serif|strIllustratePrefix}}                     | (see {{braces|var}} above)&lt;br /&gt;
   | {{tlb|tld}}        | {{tld|DEFAULTSORT:Y, X}}                             | To display wikicode variables and &amp;quot;magic words&amp;quot; as they would appear in code&lt;br /&gt;
   | {{tlb|para}}       | {{para|year|2008}}                                   | To display template parameters with or without values&lt;br /&gt;
   | {{tlb|param}}      | {{param|title|alt}}                                  | To display parameters as used in code (i.e. with triple braces), especially to indicate relationships between them. May be combined with {{braces|para}} above&lt;br /&gt;
   | {{tlb|param value}}| {{pvalue|  2 blanks fore and aft  |space=·}}          | To display parameter values lightly bordered; replaces &amp;amp;lt;code&amp;gt;...&amp;amp;lt;/code&amp;gt;, especially when value contains embedded or leading/trailing blanks; visualized here with middot (&amp;amp;middot;) but can use ␠, ▯, or any character.&lt;br /&gt;
   | {{tlb|tlx}} etc.   | {{tlx|Template|{{var|1}}|{{var|2}}|...|{{var|10}}}}  | To display a template call (with or without parameters and values) as code&lt;br /&gt;
   | {{tlb|tag}}        | {{resize|95%|&amp;quot;The {{tag|img}} tags&amp;amp;thinsp;...&amp;quot;}}     | To render HTML elements (&amp;quot;tags&amp;quot;) in prose&lt;br /&gt;
   | {{tlb|code}} | {{nowrap|{{resize|95%|&amp;quot;Ensure the {{code|1=alt=}} parameter&amp;amp;thinsp;...&amp;quot;}}}}  | To indicate text is source code. To nest other templates within {{braces|code}}, use {{tag|code}}.&lt;br /&gt;
   | {{tlb|pre}}                   | &amp;amp;nbsp; &amp;amp;nbsp; &amp;lt;sub&amp;gt;[this is a block template]&amp;lt;/sub&amp;gt; | For larger blocks of source code and other pre-formatted text&lt;br /&gt;
   | {{tlb|quote}}                 | &amp;amp;nbsp; &amp;amp;nbsp; &amp;lt;sub&amp;gt;[this is a block template]&amp;lt;/sub&amp;gt; | For block quotations (only – never for non-quotations)&lt;br /&gt;
   | {{tlb|block indent}}          | &amp;amp;nbsp; &amp;amp;nbsp; &amp;lt;sub&amp;gt;[this is a block template]&amp;lt;/sub&amp;gt; | For indented blocks of material; visually identical to {{tlx|quote}} but without quote markup&lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>BattletechWiki&gt;Deadfire</name></author>
	</entry>
</feed>