Form:CardSearch: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 33: Line 33:


<div class="sidebar flex" style="max-width:300px">
<div class="sidebar flex" style="max-width:300px">
<div class="content mw-collapsible" data-expandtext="Show more" data-collapsetext="Show less">
<div class="content mw-collapsible mw-collapsed" data-expandtext="Show more" data-collapsetext="Show less">
<div class="title">Game Text</div>
<div class="title">Game Text</div>


<span class="heading">Text Search: </span>{{{field|textSearch|input type=textarea|autogrow|default=|cols=40|placeholder=Game Text to search}}}
<span class="heading">Text Search: </span>{{{field|textSearch|input type=textarea|autogrow|default=|cols=40|placeholder=Game Text to search}}}
Use % for wildcards.  Twilight symbols are stored like (1) (X), and Culture symbols are referenced like [GONDOR] or [RINGWRAITH].
Use % for wildcards.  Twilight symbols are stored like (1) (X), and Culture symbols are referenced like [GONDOR] or [RINGWRAITH].
  <div class="mw-collapsible-content mw-collapsed">
  <div class="mw-collapsible-content ">
<!--    --><span class="heading">Regex Text Search: </span>{{{field|textRegexSearch|input type=textarea|autogrow|default=|cols=40|placeholder=Game Text to match (using regex)}}}
<!--    --><span class="heading">Regex Text Search: </span>{{{field|textRegexSearch|input type=textarea|autogrow|default=|cols=40|placeholder=Game Text to match (using regex)}}}
Uses [https://www.regular-expressions.info/ regex] to perform more powerful searching.
Uses [https://www.regular-expressions.info/ regex] to perform more powerful searching.

Revision as of 11:57, 26 September 2022