Skip to content

Commit

Permalink
add more stuff for faq/errata operators
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 26, 2024
1 parent 1897241 commit 6329975
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
34 changes: 34 additions & 0 deletions content/i18n/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ Pages:
CardCapacityLabel: Card Capacity
CardCapacityPlaceholder: Card Capacity

FAQLabel: FAQ \#
FAQPlaceholder: Number of FAQ entries

ErrataLabel: Errata \#
ErrataPlaceholder: Number of errata entries

KeysLabel: Keys
KeysPlaceholder: Keys

Expand Down Expand Up @@ -158,6 +164,34 @@ Pages:
- Example: '`-t:"secure"`'
Text: Cards without "secure" in their text.

Errata:
Name: Errata
Text: >
You can find cards that have errata entries with the \`errata:\` or \`e:\` operator.
This operator is a numeric operator, meaning you'll by default want to search for \`errata:>0\` to find entries with any errata entries.
Examples:
- Example: '`errata:>0`'
Text: Cards that have any number of errata entries.

- Example: '`errata:=0`'
Text: Cards with no errata entries.

FAQ:
Name: FAQ
Text: >
You can find cards that have FAQ entries with the \`faq:\` or \`f:\` operator.
This operator is a numeric operator, meaning you'll by default want to search for \`faq:>0\` to find entries with any FAQs.
Examples:
- Example: '`faq:>0`'
Text: Cards that have any number of FAQ entries.

- Example: '`faq:=0`'
Text: Cards with no FAQ entries.

Game:
Name: Game
Text: >
Expand Down
2 changes: 2 additions & 0 deletions content/site-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ icons:
advanced:
CardName: person-outline
CardText: document-text-outline
FAQ: chatbubbles-outline
Errata: flask-outline
Product: game-controller-outline
Subproducts: hardware-chip-outline
Tags: pricetags-outline
Expand Down

0 comments on commit 6329975

Please sign in to comment.