Difference between revisions of "Template:Item schema"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
<includeonly>{{#if:{{{1|}}}
 
<includeonly>{{#if:{{{1|}}}
 
| {{#if:{{{id|}}}
 
| {{#if:{{{id|}}}
  | [http://git.optf2.com/schema-tracking/commit/?id={{{id|}}} {{date fmt|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}}}]
+
  | {{date fmt|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}}}
 
  | {{date fmt|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}}}
 
  | {{date fmt|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}}}
 
  }}&nbsp;
 
  }}&nbsp;
Line 35: Line 35:
 
* {{tl|item schema}} will produce {{item schema}}
 
* {{tl|item schema}} will produce {{item schema}}
 
* {{tlx|item schema|3|5|2010}} will produce {{item schema|3|5|2010}}
 
* {{tlx|item schema|3|5|2010}} will produce {{item schema|3|5|2010}}
* {{tlx|item schema|1|12|2012|5=id=9ea04a94375ac2c12730ba165b53f99fb1c669e3}} will produce {{item schema|1|12|2012|id=9ea04a94375ac2c12730ba165b53f99fb1c669e3}}
 
** The ID should be the commit ID from the appropriate diff from http://git.optf2.com/schema-tracking/
 
  
 
=== Example ===
 
=== Example ===
Line 48: Line 46:
  
 
<pre>
 
<pre>
'''{{item schema|1|12|2012|id=9ea04a94375ac2c12730ba165b53f99fb1c669e3}}'''
+
'''{{item schema|1|12|2012}}'''
 
* Fixed the hat not being usable as a crafting ingredient.
 
* Fixed the hat not being usable as a crafting ingredient.
 
</pre>
 
</pre>
  
'''{{item schema|1|12|2012|id=9ea04a94375ac2c12730ba165b53f99fb1c669e3}}'''
+
'''{{item schema|1|12|2012}}'''
 
* Fixed the hat not being usable as a crafting ingredient.
 
* Fixed the hat not being usable as a crafting ingredient.
  

Revision as of 19:47, 10 August 2019

Documentation for Item schema

This template is for use inside update history sections.

Note: The tracking system was implemented on July 01, 2011 (07/01/2011). Item schema updates before this date will not have tracking information.

Usage

Example

'''{{Patch name|11|19|2010}}'''
* {{item schema}} This item could no longer be obtained via the [[item drop system]] or [[crafting]].

November 19, 2010 Patch

'''{{item schema|1|12|2012}}'''
* Fixed the hat not being usable as a crafting ingredient.

January 12, 2012 [Item schema update]

  • Fixed the hat not being usable as a crafting ingredient.

See also