Template:WikiIDRegex: Difference between revisions

From LOTR-TCG Wiki
(Created page with "<noinclude> The following regex is used to match a Wiki card ID, which is of the form: LOTR-EN01S001.0 See LOTR-TCG:NamingConventions for a breakdown. </noinclude>[A-Z]...")
 
No edit summary
Line 3: Line 3:


LOTR-EN01S001.0
LOTR-EN01S001.0
The set is treated as a


See [[LOTR-TCG:NamingConventions]] for a breakdown.
See [[LOTR-TCG:NamingConventions]] for a breakdown.


</noinclude>[A-Z]{1,5}-[A-Z]{2}\d\d[A-Z]\d\d\d\.\d+
</noinclude>[A-Z]{1,5}-\w{1,3}\d\d[A-Z]\d\d\d\.\d+

Revision as of 23:31, 7 October 2021

The following regex is used to match a Wiki card ID, which is of the form:

LOTR-EN01S001.0

The set is treated as a

See LOTR-TCG:NamingConventions for a breakdown.

[A-Z]{1,5}-\w{1,3}\d\d[A-Z]\d\d\d\.\d+