Main Page

From Begonia Wiki

About Begonias

Begonia is a genus of perennial flowering plants in the family Begoniaceae. The genus contains more than 2,000 different plant species. The Begonias are native to moist subtropical and tropical climates. Some species are commonly grown indoors as ornamental house plants in cooler climates. <!DOCTYPE html> <html lang="en"> <head>

   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Begonia Wiki - Main Page</title>
   <link rel="stylesheet" href="begoniawiki.css">
   <style>
       /* Basic layout for the standalone page */
       body {
           margin: 0;
           display: flex;
           min-height: 100vh;
       }
       .layout-container {
           display: flex;
           width: 100%;
           max-width: 1200px;
           margin: 0 auto;
       }
       .medik-sidebar {
           width: 250px;
           padding: 20px;
           background-color: #fcfcfc;
           border-right: 1px solid #eee;
           flex-shrink: 0;
       }
       .main-content-wrapper {
           flex-grow: 1;
           padding: 0 20px;
       }
       /* Logo placeholder */
       .wiki-logo {
           font-family: 'Playfair Display', serif;
           font-size: 24px;
           font-weight: bold;
           color: var(--begonia-green);
           margin-bottom: 30px;
           display: block;
           text-decoration: none;
       }
   </style>

</head> <body>

       <aside class="medik-sidebar">
           <a href="#" class="wiki-logo">Begonia Wiki</a>
           
           <nav>
                   <a href="#" class="nav-link">Main Page</a>
<a href="#" class="nav-link">Species Index</a>
<a href="#" class="nav-link">Cultivation</a>
<a href="#" class="nav-link">Propagation</a>
<a href="#" class="nav-link">Pests & Diseases</a>

<a href="#" class="nav-link">Community Portal</a>
<a href="#" class="nav-link">Recent Changes</a>
           </nav>
               <input type="search" id="searchInput" placeholder="Search wiki...">
       </aside>

Welcome to the Begonia Wiki

The comprehensive encyclopedia for Begonia species, hybrids, and cultivation.

                   New Feature: We have updated our taxonomy section with 50+ new species descriptions!

About Begonias

Begonia is a genus of perennial flowering plants in the family Begoniaceae. The genus contains more than 2,000 different plant species. The Begonias are native to moist subtropical and tropical climates. Some species are commonly grown indoors as ornamental house plants in cooler climates.

Classification

Begonias are usually classified by their root system or growth habit:

  • <a href="#">Cane-like</a> (e.g., Angel Wing)
  • <a href="#">Rex-cultorum</a> (Rex Begonias)
  • <a href="#">Rhizomatous</a>
  • <a href="#">Semperflorens</a> (Wax Begonias)
  • <a href="#">Tuberous</a>

Code Example

Here is an example of a botanical data structure:

{
  "genus": "Begonia",
  "species": "maculata",
  "common_name": "Polka Dot Begonia",
  "native_to": "Brazil"
}

Contents

  • <a href="#">1 About Begonias</a>
  • <a href="#">2 Classification</a>
  • <a href="#">3 Cultivation</a>
  • <a href="#">4 Gallery</a>

Cultivation Quick Guide

Type Light Requirements Watering Humidity
Rex Begonia Bright, indirect light Allow top inch to dry High (>50%)
Cane Begonia Bright, filtered sun Keep soil moist but not wet Moderate
Wax Begonia Full sun to partial shade Drought tolerant Low to Moderate

<button>View All Species</button> <button class="mw-ui-button" style="background-color: #555; margin-left: 10px;">Edit This Page</button>

</body> </html>