Template:FindInChangelog: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
m (sorting by date instead of version number)
(added ability to use keywords in search)
Line 2: Line 2:
tables = PageStatusSandbox
tables = PageStatusSandbox
| fields = version
| fields = version
| where = changelog LIKE "%{{#ifeq:{{PAGENAME}}|Version|{{#if:{{{name|}}}|{{{name|}}}|abcdefg}}|{{PAGENAME}}}}%"
| where = changelog LIKE "%{{#ifeq:{{PAGENAME}}|Version|{{#if:{{{name|}}}|{{{name|}}}|abcdefg}}|{{PAGENAME}}}}%" {{#if:{{{keys|}}}|{{#vardefine:i|0}}{{#while:|{{#expr:{{#var:i}}<={{#count:{{{keys}}}|,}}}}|OR "%{{#explode:{{{keys}}}|,|{{#var:i}}}}%" {{#vardefine:i|{{#expr:{{#var:i}}+1}}}}}}}}
| order by = date DESC
| order by = date DESC
| more results text=
| more results text=

Revision as of 17:38, 14 December 2023

Unknown