Template:NewSpeciesInfo

From Begonia Wiki

Revision as of 05:40, 26 September 2025 by Begoniaweirdo (talk | contribs) (Created page with "<includeonly>{{#ifeq:{{{list|}}}|yes | {{!}}- {{!}} style="text-align:center;" {{!}} [[File:{{{image|}}}|100px|link={{{_page|}}}]] {{!}} '''[[{{{_page|}}}]]''' <br> ''Described: {{{date|}}}'' | {| class="wikitable floatright" style="width: 300px;" |+ '''Species Information''' |- ! colspan="2" | ''[[{{{_page|}}}]]'' |- | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|280px]] |- ! Described | {{{date|}}} |} }}</includeonly><noinclude> ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

About This Template

This template is used to display information about a Begonia species.

Usage on a Species Page

To add an infobox to a species page, use the following code:

{{SpeciesInfo
| image = Your_Image_Name.jpg
| date = YYYY-MM-DD
}}

Usage with DPL

This template is called by a DPL query on the main page to generate a list. The DPL code should look like this:

<dpl>
  category = Newly Described Species
  include = {SpeciesInfo:list=yes}
</dpl>