Template:Version history list/doc: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
 
		
	
| >OmegaK2 No edit summary | m (17 revisions imported) | ||
| (13 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{Documentation subpage}} | ||
| {{Lua|Module:Version}} | |||
| This template creates a  | This template creates a timeline of game versions. | ||
| ==Usage== | ==Usage== | ||
| Place this template on the page below a <code><nowiki>==level 2 heading==</nowiki></code> to create a version timeline. | |||
| ===Parameters=== | |||
| {| class="wikitable" | |||
| ! Parameter | |||
| ! Description | |||
| ! Required | |||
| |- | |||
| | where | |||
| | Additional where conditions given to the Cargo query | |||
| | {{no}} | |||
| |} | |||
| ==Example== | ===Example=== | ||
| This example will produce a version timeline for Path of Exile's Alpha phase. | |||
| <pre>{{ | <pre>{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}</pre> | ||
| }}</pre> | |||
| ==See also== | |||
| * {{tl|Timeline of items}} | |||
| {{ | {{Documentation categories| | ||
| <!-- Categories and interwikis go here. --> | |||
| [[Category:Version templates]] | |||
| [[Category:Query templates]] | |||
| }} | }} | ||
Latest revision as of 21:15, 23 September 2024

This subpage provides documentation for Template:Version history list.
This template creates a timeline of game versions.
Usage
Place this template on the page below a ==level 2 heading== to create a version timeline.
Parameters
| Parameter | Description | Required | 
|---|---|---|
| where | Additional where conditions given to the Cargo query |   | 
Example
This example will produce a version timeline for Path of Exile's Alpha phase.
{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}
See also
