From 2fb2d8ecb299e57c7107e3350d19a00a78432d59 Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:58:17 +0200 Subject: [PATCH] More function description updates --- api/functions/Card/IsContinuousSpell.yml | 8 ++++---- api/functions/Card/IsContinuousSpellTrap.yml | 9 ++++----- api/functions/Card/IsContinuousTrap.yml | 8 ++++---- api/functions/Card/IsCounterTrap.yml | 8 ++++---- api/functions/Card/IsEquipCard.yml | 12 ++++-------- api/functions/Card/IsEquipSpell.yml | 8 ++++---- api/functions/Card/IsFacedown.yml | 13 +++++++------ api/functions/Card/IsFaceup.yml | 13 +++++++------ api/functions/Card/IsFieldSpell.yml | 8 ++++---- api/functions/Card/IsLinkMonster.yml | 8 ++++---- api/functions/Card/IsLinkSpell.yml | 8 ++++---- api/functions/Card/IsMonsterCard.yml | 9 +++++---- api/functions/Card/IsNormalSpell.yml | 8 ++++---- api/functions/Card/IsNormalSpellTrap.yml | 9 ++++----- api/functions/Card/IsNormalTrap.yml | 8 ++++---- api/functions/Card/IsOnField.yml | 13 +++++++------ api/functions/Card/IsQuickPlaySpell.yml | 8 ++++---- api/functions/Card/IsRitualMonster.yml | 8 ++++---- api/functions/Card/IsRitualSpell.yml | 8 ++++---- api/functions/Card/IsSpell.yml | 9 +++++---- api/functions/Card/IsSpellCard.yml | 9 +++++---- api/functions/Card/IsSpellTrap.yml | 8 ++++---- api/functions/Card/IsSpellTrapCard.yml | 10 +++++----- api/functions/Card/IsTrap.yml | 9 +++++---- api/functions/Card/IsTrapCard.yml | 9 +++++---- 25 files changed, 115 insertions(+), 113 deletions(-) diff --git a/api/functions/Card/IsContinuousSpell.yml b/api/functions/Card/IsContinuousSpell.yml index d6f2c48c..f9e9d9a4 100644 --- a/api/functions/Card/IsContinuousSpell.yml +++ b/api/functions/Card/IsContinuousSpell.yml @@ -2,15 +2,15 @@ name: IsContinuousSpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Continuous Spell](https://yugipedia.com/wiki/Continuous_Spell_Card). -summary: Checks if a card is a Continuous Spell + Checks if a card is currently a [Continuous Spell](https://yugipedia.com/wiki/Continuous_Spell_Card). +summary: Checks if a card is currently a Continuous Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Continuous Spell. + description: >- + `true` if the card is currently a Continuous Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsContinuousSpellTrap.yml b/api/functions/Card/IsContinuousSpellTrap.yml index e57a3a13..ae028705 100644 --- a/api/functions/Card/IsContinuousSpellTrap.yml +++ b/api/functions/Card/IsContinuousSpellTrap.yml @@ -2,16 +2,15 @@ name: IsContinuousSpellTrap namespace: Card description: >- - Returns `true` if the given card is currently a - [Continuous Spell](https://yugipedia.com/wiki/Continuous_Spell_Card) - **or** [Continuous Trap](https://yugipedia.com/wiki/Continuous_Trap_Card). -summary: Checks if a card is a Continuous Spell or Trap + Checks if a card is currently a Continuous [Spell](https://yugipedia.com/wiki/Continuous_Spell_Card)/[Trap](https://yugipedia.com/wiki/Continuous_Trap_Card). +summary: Checks if a card is currently a Continuous Spell/Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Continuous Spell or Trap. + description: >- + `true` if the card is currently a Continuous Spell/Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsContinuousTrap.yml b/api/functions/Card/IsContinuousTrap.yml index 6a96098a..092ec9e8 100644 --- a/api/functions/Card/IsContinuousTrap.yml +++ b/api/functions/Card/IsContinuousTrap.yml @@ -2,15 +2,15 @@ name: IsContinuousTrap namespace: Card description: >- - Returns `true` if the given card is currently - a [Continuous Spell](https://yugipedia.com/wiki/Continuous_Trap_Card). -summary: Checks if a card is a Continuous Spell + Checks if a card is currently a [Continuous Trap](https://yugipedia.com/wiki/Continuous_Trap_Card). +summary: Checks if a card is currently a Continuous Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Continuous Spell. + description: >- + `true` if the card is currently a Continuous Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsCounterTrap.yml b/api/functions/Card/IsCounterTrap.yml index bc1a965e..f9ad19a0 100644 --- a/api/functions/Card/IsCounterTrap.yml +++ b/api/functions/Card/IsCounterTrap.yml @@ -2,15 +2,15 @@ name: IsCounterTrap namespace: Card description: >- - Returns `true` if the given card is currently - a [Counter Trap](https://yugipedia.com/wiki/Counter_Trap_Card). -summary: Checks if a card is a Counter Trap + Checks if a card is currently a [Counter Trap](https://yugipedia.com/wiki/Counter_Trap_Card). +summary: Checks if a card is currently a Counter Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Counter Trap. + description: >- + `true` if the card is currently a Counter Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsEquipCard.yml b/api/functions/Card/IsEquipCard.yml index d252dc05..e7955ce6 100644 --- a/api/functions/Card/IsEquipCard.yml +++ b/api/functions/Card/IsEquipCard.yml @@ -2,19 +2,15 @@ name: IsEquipCard namespace: Card description: >- - Returns `true` if the given card is currently - an [Equip Card](https://yugipedia.com/wiki/Equip_Card). -summary: Checks if a card is an Equip Card + Checks if a card is currently a [Equip Card](https://yugipedia.com/wiki/Equip_Card). +summary: Checks if a card is currently a Equip Card. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently an Equip Card. + description: >- + `true` if the card is currently a Equip Card, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] -suggestedLinks: - - name: Card.IsEquipSpell - link: /api/functions/Card/IsEquipCard - message: To check for Equip Spells specifically diff --git a/api/functions/Card/IsEquipSpell.yml b/api/functions/Card/IsEquipSpell.yml index 335a6319..50261053 100644 --- a/api/functions/Card/IsEquipSpell.yml +++ b/api/functions/Card/IsEquipSpell.yml @@ -2,15 +2,15 @@ name: IsEquipSpell namespace: Card description: >- - Returns `true` if the given card is currently - an [Equip Spell](https://yugipedia.com/wiki/Equip_Spell_Card). -summary: Checks if a card is an Equip Spell + Checks if a card is currently a [Equip Spell](https://yugipedia.com/wiki/Equip_Spell_Card). +summary: Checks if a card is currently a Equip Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently an Equip Spell. + description: >- + `true` if the card is currently a Equip Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsFacedown.yml b/api/functions/Card/IsFacedown.yml index 2225d7f6..6530aa6f 100644 --- a/api/functions/Card/IsFacedown.yml +++ b/api/functions/Card/IsFacedown.yml @@ -2,14 +2,15 @@ name: IsFacedown namespace: Card description: >- - Checks if a card (Card c) is face-down -status: - index: stable + Checks if a card is currently face-down. +summary: Checks if a card is currently face-down. parameters: - name: c type: [ Card ] - description: (To be added) + description: The card to check. returns: - type: [ bool ] - description: (To be added) -tags: [ under-construction ] + description: >- + `true` if the card is currently face-down, `false` otherwise. +status: { index: stable } +tags: [ card-check ] diff --git a/api/functions/Card/IsFaceup.yml b/api/functions/Card/IsFaceup.yml index 48bbe6af..e4fb9b6d 100644 --- a/api/functions/Card/IsFaceup.yml +++ b/api/functions/Card/IsFaceup.yml @@ -2,14 +2,15 @@ name: IsFaceup namespace: Card description: >- - Checks if a card (Card c) is face-up -status: - index: stable + Checks if a card is currently face-up. +summary: Checks if a card is currently face-up. parameters: - name: c type: [ Card ] - description: (To be added) + description: The card to check. returns: - type: [ bool ] - description: (To be added) -tags: [ under-construction ] + description: >- + `true` if the card is currently face-up, `false` otherwise. +status: { index: stable } +tags: [ card-check ] diff --git a/api/functions/Card/IsFieldSpell.yml b/api/functions/Card/IsFieldSpell.yml index f191597e..47cebfce 100644 --- a/api/functions/Card/IsFieldSpell.yml +++ b/api/functions/Card/IsFieldSpell.yml @@ -2,15 +2,15 @@ name: IsFieldSpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Field Spell](https://yugipedia.com/wiki/Field_Spell_Card). -summary: Checks if a card is a Field Spell + Checks if a card is currently a [Field Spell](https://yugipedia.com/wiki/Field_Spell_Card). +summary: Checks if a card is currently a Field Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Field Spell. + description: >- + `true` if the card is currently a Field Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsLinkMonster.yml b/api/functions/Card/IsLinkMonster.yml index f5aaf06a..1378f956 100644 --- a/api/functions/Card/IsLinkMonster.yml +++ b/api/functions/Card/IsLinkMonster.yml @@ -2,15 +2,15 @@ name: IsLinkMonster namespace: Card description: >- - Returns `true` if the given card is currently - a [Link Monster](https://yugipedia.com/wiki/Link_Monster). -summary: Checks if a card is a Link Monster + Checks if a card is currently a [Link Monster](https://yugipedia.com/wiki/Link_Monster). +summary: Checks if a card is currently a Link Monster. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Link Monster. + description: >- + `true` if the card is currently a Link Monster, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsLinkSpell.yml b/api/functions/Card/IsLinkSpell.yml index 9451edc1..cba621e3 100644 --- a/api/functions/Card/IsLinkSpell.yml +++ b/api/functions/Card/IsLinkSpell.yml @@ -2,15 +2,15 @@ name: IsLinkSpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Link Spell](https://yugipedia.com/wiki/Link_Spell_Card). -summary: Checks if a card is a Link Spell + Checks if a card is currently a [Link Spell](https://yugipedia.com/wiki/Link_Spell_Card). +summary: Checks if a card is currently a Link Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Link Spell. + description: >- + `true` if the card is currently a Link Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsMonsterCard.yml b/api/functions/Card/IsMonsterCard.yml index 031f9b4c..78421861 100644 --- a/api/functions/Card/IsMonsterCard.yml +++ b/api/functions/Card/IsMonsterCard.yml @@ -2,14 +2,15 @@ name: IsMonsterCard namespace: Card description: >- - Returns `true` if the given card is originally a [Monster Card](https://yugipedia.com/wiki/Monster_Card). -summary: Checks if a card is originally a Monster Card + Checks if a card is originally a [Monster Card](https://yugipedia.com/wiki/Monster_Card). +summary: Checks if a card is originally a Monster Card. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is originally a Monter Card. + description: >- + `true` if the card is originally a Monster Card, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related, original-property ] +tags: [ card-check, card-type-related ] \ No newline at end of file diff --git a/api/functions/Card/IsNormalSpell.yml b/api/functions/Card/IsNormalSpell.yml index 36fcfb8a..9d914c88 100644 --- a/api/functions/Card/IsNormalSpell.yml +++ b/api/functions/Card/IsNormalSpell.yml @@ -2,15 +2,15 @@ name: IsNormalSpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Normal Spell](https://yugipedia.com/wiki/Normal_Spell_Card). -summary: Checks if a card is a Normal Spell + Checks if a card is currently a [Normal Spell](https://yugipedia.com/wiki/Normal_Spell_Card). +summary: Checks if a card is currently a Normal Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Normal Spell. + description: >- + `true` if the card is currently a Normal Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsNormalSpellTrap.yml b/api/functions/Card/IsNormalSpellTrap.yml index 0909517f..4e022419 100644 --- a/api/functions/Card/IsNormalSpellTrap.yml +++ b/api/functions/Card/IsNormalSpellTrap.yml @@ -2,16 +2,15 @@ name: IsNormalSpellTrap namespace: Card description: >- - Returns `true` if the given card is currently a - [Normal Spell](https://yugipedia.com/wiki/Normal_Spell_Card) - **or** [Normal Trap](https://yugipedia.com/wiki/Normal_Trap_Card). -summary: Checks if a card is a Normal Spell or Trap + Checks if a card is currently a Normal [Spell](https://yugipedia.com/wiki/Normal_Spell_Card)/[Trap](https://yugipedia.com/wiki/Normal_Trap_Card). +summary: Checks if a card is currently a Normal Spell/Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Normal Spell or Trap. + description: >- + `true` if the card is currently a Normal Spell/Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsNormalTrap.yml b/api/functions/Card/IsNormalTrap.yml index 19581ba9..36ef7303 100644 --- a/api/functions/Card/IsNormalTrap.yml +++ b/api/functions/Card/IsNormalTrap.yml @@ -2,15 +2,15 @@ name: IsNormalTrap namespace: Card description: >- - Returns `true` if the given card is currently - a [Normal Trap](https://yugipedia.com/wiki/Normal_Trap_Card). -summary: Checks if a card is a Normal Trap + Checks if a card is currently a [Normal Trap](https://yugipedia.com/wiki/Normal_Trap_Card). +summary: Checks if a card is currently a Normal Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Normal Trap. + description: >- + `true` if the card is currently a Normal Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsOnField.yml b/api/functions/Card/IsOnField.yml index 423fd35a..dd2d8bc5 100644 --- a/api/functions/Card/IsOnField.yml +++ b/api/functions/Card/IsOnField.yml @@ -2,14 +2,15 @@ name: IsOnField namespace: Card description: >- - Checks if a card (Card c) is located on the field -status: - index: stable + Checks if a card is currently on the field. +summary: Checks if a card is currently on the field. parameters: - name: c type: [ Card ] - description: (To be added) + description: The card to check. returns: - type: [ bool ] - description: (To be added) -tags: [ under-construction ] + description: >- + `true` if the card is currently on the field, `false` otherwise. +status: { index: stable } +tags: [ card-check ] diff --git a/api/functions/Card/IsQuickPlaySpell.yml b/api/functions/Card/IsQuickPlaySpell.yml index 1284b67f..9cb3304c 100644 --- a/api/functions/Card/IsQuickPlaySpell.yml +++ b/api/functions/Card/IsQuickPlaySpell.yml @@ -2,15 +2,15 @@ name: IsQuickPlaySpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Quick-Play Spell](https://yugipedia.com/wiki/Quick-Play_Spell_Card). -summary: Checks if a card is a Quick-Play Spell + Checks if a card is currently a [Quick-Play Spell](https://yugipedia.com/wiki/Quick-Play_Spell_Card). +summary: Checks if a card is currently a Quick-Play Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Quick-Play Spell. + description: >- + `true` if the card is currently a Quick-Play Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsRitualMonster.yml b/api/functions/Card/IsRitualMonster.yml index 99c5c476..7303705b 100644 --- a/api/functions/Card/IsRitualMonster.yml +++ b/api/functions/Card/IsRitualMonster.yml @@ -2,15 +2,15 @@ name: IsRitualMonster namespace: Card description: >- - Returns `true` if the given card is currently - a [Ritual Monster](https://yugipedia.com/wiki/Ritual_Monster). -summary: Checks if a card is a Ritual Monster + Checks if a card is currently a [Ritual Monster](https://yugipedia.com/wiki/Ritual_Monster). +summary: Checks if a card is currently a Ritual Monster. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Ritual Monster. + description: >- + `true` if the card is currently a Ritual Monster, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsRitualSpell.yml b/api/functions/Card/IsRitualSpell.yml index fe6c0d58..bc1e40d7 100644 --- a/api/functions/Card/IsRitualSpell.yml +++ b/api/functions/Card/IsRitualSpell.yml @@ -2,15 +2,15 @@ name: IsRitualSpell namespace: Card description: >- - Returns `true` if the given card is currently - a [Ritual Spell](https://yugipedia.com/wiki/Ritual_Spell_Card). -summary: Checks if a card is a Ritual Spell + Checks if a card is currently a [Ritual Spell](https://yugipedia.com/wiki/Ritual_Spell). +summary: Checks if a card is currently a Ritual Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Ritual Spell. + description: >- + `true` if the card is currently a Ritual Spell, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsSpell.yml b/api/functions/Card/IsSpell.yml index 07cdcabe..7fa6a8b1 100644 --- a/api/functions/Card/IsSpell.yml +++ b/api/functions/Card/IsSpell.yml @@ -2,14 +2,15 @@ name: IsSpell namespace: Card description: >- - Returns `true` if the given card is currently a [Spell](https://yugipedia.com/wiki/Spell_Card). -summary: Checks if a card is a Spell + Checks if a card is currently a [Spell](https://yugipedia.com/wiki/Spell_Card). +summary: Checks if a card is currently a Spell. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Spell. + description: >- + `true` if the card is currently a Spell, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related ] +tags: [ card-check, card-type-related ] \ No newline at end of file diff --git a/api/functions/Card/IsSpellCard.yml b/api/functions/Card/IsSpellCard.yml index 3eda823e..63b5aed0 100644 --- a/api/functions/Card/IsSpellCard.yml +++ b/api/functions/Card/IsSpellCard.yml @@ -2,14 +2,15 @@ name: IsSpellCard namespace: Card description: >- - Returns `true` if the given card is originally a [Spell Card](https://yugipedia.com/wiki/Spell_Card). -summary: Checks if a card is originally a Spell Card + Checks if a card is originally a [Spell Card](https://yugipedia.com/wiki/Spell_Card). +summary: Checks if a card is originally a Spell Card. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is originally a Spell Card. + description: >- + `true` if the card is originally a Spell Card, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related, original-property ] +tags: [ card-check, card-type-related ] \ No newline at end of file diff --git a/api/functions/Card/IsSpellTrap.yml b/api/functions/Card/IsSpellTrap.yml index 83e2d498..fde0f3c0 100644 --- a/api/functions/Card/IsSpellTrap.yml +++ b/api/functions/Card/IsSpellTrap.yml @@ -2,15 +2,15 @@ name: IsSpellTrap namespace: Card description: >- - Returns `true` if the given card is currently a [Spell](https://yugipedia.com/wiki/Spell_Card) - **or** [Trap](https://yugipedia.com/wiki/Trap_Card). -summary: Checks if a card is a Spell or Trap + Checks if a card is currently a [Spell](https://yugipedia.com/wiki/Spell_Card)/[Trap](https://yugipedia.com/wiki/Trap_Card). +summary: Checks if a card is currently a Spell/Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Spell or Trap. + description: >- + `true` if the card is currently a Spell/Trap, `false` otherwise. status: { index: stable } tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsSpellTrapCard.yml b/api/functions/Card/IsSpellTrapCard.yml index 000a2c36..f51b8276 100644 --- a/api/functions/Card/IsSpellTrapCard.yml +++ b/api/functions/Card/IsSpellTrapCard.yml @@ -2,15 +2,15 @@ name: IsSpellTrapCard namespace: Card description: >- - Returns `true` if the given card is originally a [Spell Card](https://yugipedia.com/wiki/Spell_Card) - **or** [Trap Card](https://yugipedia.com/wiki/Trap_Card) -summary: Checks if a card is originally a Spell or Trap Card + Checks if a card is originally a [Spell](https://yugipedia.com/wiki/Spell_Card)/[Trap](https://yugipedia.com/wiki/Trap_Card) Card. +summary: Checks if a card is originally a Spell/Trap Card. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is originally a Spell or Trap Card. + description: >- + `true` if the card is originally a Spell/Trap Card, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related, original-property ] +tags: [ card-check, card-type-related ] diff --git a/api/functions/Card/IsTrap.yml b/api/functions/Card/IsTrap.yml index 9a7699e5..a2ec54ff 100644 --- a/api/functions/Card/IsTrap.yml +++ b/api/functions/Card/IsTrap.yml @@ -2,14 +2,15 @@ name: IsTrap namespace: Card description: >- - Returns `true` if the given card is currently a [Trap](https://yugipedia.com/wiki/Trap_Card). -summary: Checks if a card is a Trap + Checks if a card is currently a [Trap](https://yugipedia.com/wiki/Trap_Card). +summary: Checks if a card is currently a Trap. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is currently a Trap. + description: >- + `true` if the card is currently a Trap, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related ] +tags: [ card-check, card-type-related ] \ No newline at end of file diff --git a/api/functions/Card/IsTrapCard.yml b/api/functions/Card/IsTrapCard.yml index 9b22a21f..d4d2cccb 100644 --- a/api/functions/Card/IsTrapCard.yml +++ b/api/functions/Card/IsTrapCard.yml @@ -2,14 +2,15 @@ name: IsTrapCard namespace: Card description: >- - Returns `true` if the given card is originally a [Trap Card](https://yugipedia.com/wiki/Trap_Card). -summary: Checks if a card is originally a Trap Card + Checks if a card is originally a [Trap Card](https://yugipedia.com/wiki/Trap_Card). +summary: Checks if a card is originally a Trap Card. parameters: - name: c type: [ Card ] description: The card to check. returns: - type: [ bool ] - description: If `c` is originally a Trap Card. + description: >- + `true` if the card is originally a Trap Card, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related, original-property ] +tags: [ card-check, card-type-related ] \ No newline at end of file