Template:Version history list/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{Documentation subpage}}
{{lua|Module:Version}}
 
{{Lua|Module:Version}}
__TOC__
__TOC__


Line 8: Line 9:
==Usage==
==Usage==
<pre>{{Version history list|q_where = versions.version LIKE "0.9%"}}</pre>
<pre>{{Version history list|q_where = versions.version LIKE "0.9%"}}</pre>
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
{{Documentation categories|
<!-- Categories and interwikis go here. -->
[[Category:Query templates]]
[[Category:Query templates]]
</includeonly>
}}

Revision as of 09:23, 5 December 2020

This subpage provides documentation for Template:Version history list.

Lua logo

This template uses the following modules:

Overview

This module and it's submodules are responsible for creating a list of versions. It will automatically create new sections for each minor sections.

Usage

{{Version history list|q_where = versions.version LIKE "0.9%"}}