We're currently working on updating the Wiki content for the August 2024 Closed Playtest. All this information is subject to change in the final release.

Find us in the Wishes Unlimited Discord in the "Beastiepedia (Beastieball Wiki)" thread under #beastieball-spoilers!

Template:PlayList/doc

From Beastiepedia: The Beastieball Wiki
Revision as of 05:59, 6 July 2024 by JdavisBro (talk | contribs) (Created page with "== PlayList Template Usage == === Move Arguments === Unnamed arguments and values that don't begin with ? are used as move names. It looks up those move names in the cargo table and adds it to the table ==== Example ==== <pre> {{PlayList |Airblast |Basic Hit }} </pre> {{PlayList |Airblast |Basic Hit }} === Extra Arguments === * header=VALUE ** Adds an extra header row to the top of the table that spans all columns with the text VALUE * where=VALUE ** Overrides th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PlayList Template Usage

Move Arguments

Unnamed arguments and values that don't begin with ? are used as move names. It looks up those move names in the cargo table and adds it to the table

Example

{{PlayList
 |Airblast
 |Basic Hit
}}

Lua error: Cannot create process: proc_open(): posix_spawn() failed: Operation not permitted

Extra Arguments

  • header=VALUE
    • Adds an extra header row to the top of the table that spans all columns with the text VALUE
  • where=VALUE
    • Overrides the cargo where option with a custom one. Doesn't use specified play names or levels.
  • ?level
    • Makes arguments need to come in pairs of Play Name, Learn Level
    • NEEDS TO BE PUT BEFORE MOVE ARGUMENTS
  • ?favors
    • Adds the favors column with who can teach each play
  • ?sortable
    • Makes table sortable

Example

{{PlayList|header=From Level Up|?level|?favors|?sortable
 |Airblast|1
 |Basic Hit|1
 |Shield|5
}}

Lua error: Cannot create process: proc_open(): posix_spawn() failed: Operation not permitted