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:Infobox item: Difference between revisions

From Beastiepedia: The Beastieball Wiki
(basic infobox for items)
 
m (added description field + made name and selling price only defaults (some items have no description or effect and cannot be purchased))
Line 4: Line 4:
<pre>
<pre>
{{Infobox item
{{Infobox item
  |name=Water
  |name=Jersey
  |image=Water.png
  |image=Jersey.png
  |effect=Cures [[File:SweatyFeeling.png|24x24px]] [[SWEATY]]
|description=Woven from special mycelium.
  |buy=$4.00
  |effect=Recruit a Beastie level 10 or under.
  |buy=$20.00
  |sell=??
  |sell=??
}}
}}
Line 14: Line 15:
   <title source="name"><default>{{PAGENAME}}</default></title>
   <title source="name"><default>{{PAGENAME}}</default></title>
   <image source="image"><default></default></image>
   <image source="image"><default></default></image>
  <data source="description">
    <label>Description</label>
    <default></default>
  </data>
   <data source="effect">
   <data source="effect">
     <label>Effect</label>
     <label>Effect</label>
     <default>??</default>
     <default></default>
   </data>
   </data>
   <data source="buy">
   <data source="buy">
     <label>Buying Price</label>
     <label>Buying Price</label>
     <default>??</default>
     <default></default>
   </data>
   </data>
   <data source="sell">
   <data source="sell">

Revision as of 17:02, 26 June 2024

Infobox beastie template usage:

{{Infobox item
 |name=Jersey
 |image=Jersey.png
 |description=Woven from special mycelium.
 |effect=Recruit a Beastie level 10 or under.
 |buy=$20.00
 |sell=??
}}