Toggle menu
17
24
14
1.7K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Accession: Difference between revisions

Template page
Created page with "<!-- Beautiful Hero Section --> {{AccessionHero|{{{1}}}}} <!-- Temporary placeholder for detailed sections - will be added in next tasks --> <div class="coming-soon"> <div class="coming-soon-content"> <h3>📋 Detailed Information</h3> <p>Additional sections (botanical description, cultural context, conservation details) will be added here with beautiful, scannable design.</p> <p><em>For now, all essential information is displayed in the hero section above..."
Tag: Recreated
 
No edit summary
 
(104 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Beautiful Hero Section -->
<noinclude>
{{AccessionHero|{{{1}}}}}
Backend template for accessions on Landrace.Wiki.


<!-- Temporary placeholder for detailed sections - will be added in next tasks -->
* Populated by [[Form:Accession]] (or future accession forms).
<div class="coming-soon">
* Renders the infobox via {{Infobox accession}}.
  <div class="coming-soon-content">
* Sets core SemanticMediaWiki properties via {{#set}}.
    <h3>📋 Detailed Information</h3>
</noinclude>
    <p>Additional sections (botanical description, cultural context, conservation details) will be added here with beautiful, scannable design.</p>
    <p><em>For now, all essential information is displayed in the hero section above.</em></p>
  </div>
</div>


<!-- CSS for temporary placeholder -->
{{Infobox accession
<style>
| descriptive_name            = {{{descriptive_name|{{PAGENAME}}}}}
.coming-soon {
| image                      = {{{image|}}}
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
| image_alt                  = {{{image_alt|}}}
  border: 2px dashed #cbd5e0;
| image_caption              = {{{image_caption|}}}
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}


.coming-soon-content {
| accession_id                = {{{accession_id|}}}
  max-width: 500px;
| classification              = {{{classification|}}}
  margin: 0 auto;
| collection_type            = {{{collection_type|}}}
}
| sourcing_type              = {{{sourcing_type|}}}
| documentation_status        = {{{documentation_status|}}}


.coming-soon h3 {
| gene_pool                  = {{{gene_pool|}}}
  color: #475569;
| regional_complex            = {{{regional_complex|}}}
  margin-bottom: 1rem;
| growing_region              = {{{growing_region|}}}
}
| growing_area                = {{{growing_area|}}}
| appellation                = {{{appellation|}}}
| field                      = {{{field|}}}


.coming-soon p {
| country                    = {{{country|}}}
  color: #64748b;
| province                    = {{{province|}}}
  margin-bottom: 0.5rem;
| district                    = {{{district|}}}
}
| locality                    = {{{locality|}}}
</style>


<!-- Auto-categorization -->
| gps_coordinates            = {{{gps_coordinates|}}}
{{#show: {{{1}}} | ?Has country | template=Category link | link=none | sep= }}
| elevation                  = {{{elevation|}}}
{{#show: {{{1}}} | ?Has growing region | template=Category link | link=none | sep= }}
{{#show: {{{1}}} | ?Has documentation status | template=Category link | link=none | sep= }}
{{#show: {{{1}}} | ?Has conservation priority | template=Category link | link=none | sep= }}
[[Category:Accessions]]


<noinclude>
| primary_local_name          = {{{primary_local_name|}}}
== Clean Accession Template ==
| vernacular_translation      = {{{vernacular_translation|}}}


This is the new, clean accession template that focuses on visual impact and essential information.
| collection_date            = {{{collection_date|}}}
| collector                  = {{{collector|}}}
| collector_affiliation      = {{{collector_affiliation|}}}
| collection_method          = {{{collection_method|}}}
| sample_size                = {{{sample_size|}}}


=== Usage ===
| cultivation_status          = {{{cultivation_status|}}}
<pre>{{Accession|{{PAGENAME}}}}</pre>
| conservation_priority      = {{{conservation_priority|}}}
| population_estimate        = {{{population_estimate|}}}
| perceived_introgression_level = {{{perceived_introgression_level|}}}
| legal_enforcement_threats  = {{{legal_enforcement_threats|}}}


=== Current Features ===
| seed_storage_location      = {{{seed_storage_location|}}}
* Beautiful hero section with photo gallery
  | seed_quantity              = {{{seed_quantity|}}}
* Key statistics dashboard
* Geographic breadcrumb navigation  
* Conservation status indicators
* Location map integration
* Mobile-responsive design


=== Coming Soon ===
| last_updated                = {{{last_updated|}}}
* Collapsible detailed sections
}}
* Botanical description with visuals
* Cultural context storytelling
* Conservation assessment charts
* Chemical profile visualizations


[[Category:Templates]]
{{#set:
</noinclude>
|Has accession ID={{{accession_id|}}}
|Has descriptive name={{{descriptive_name|{{PAGENAME}}}}}
|Has classification={{{classification|}}}
|Has collection type={{{collection_type|}}}
|Has sourcing type={{{sourcing_type|}}}
|Has documentation status={{{documentation_status|}}}
|Has gene pool={{{gene_pool|}}}
|Has regional complex={{{regional_complex|}}}
|Has growing region={{{growing_region|}}}
|Has growing area={{{growing_area|}}}
|Has appellation={{{appellation|}}}
|Has field={{{field|}}}
|Has country={{{country|}}}
|Has province={{{province|}}}
|Has district={{{district|}}}
|Has locality={{{locality|}}}
|Has GPS coordinates={{{gps_coordinates|}}}
|Has elevation={{{elevation|}}}
|Has primary local name={{{primary_local_name|}}}
|Has vernacular translation={{{vernacular_translation|}}}
|Has collection date={{{collection_date|}}}
|Has collector={{{collector|}}}
|Has collector affiliation={{{collector_affiliation|}}}
|Has collection method={{{collection_method|}}}
|Has sample size={{{sample_size|}}}
|Has cultivation status={{{cultivation_status|}}}
|Has conservation priority={{{conservation_priority|}}}
|Has population estimate={{{population_estimate|}}}
|Has perceived introgression level={{{perceived_introgression_level|}}}
|Has legal enforcement threats={{{legal_enforcement_threats|}}}
|Has seed storage location={{{seed_storage_location|}}}
|Has seed quantity={{{seed_quantity|}}}
|Has last updated={{{last_updated|}}}
}}

Latest revision as of 08:56, 22 November 2025

Backend template for accessions on Landrace.Wiki.

  • Populated by Form:Accession (or future accession forms).
  • Renders the infobox via This is the visual infobox for accession pages on Landrace.Wiki.

Do not call it directly; use Accession on accession pages..

  • Sets core SemanticMediaWiki properties via {{#set}}.


This is the visual infobox for accession pages on Landrace.Wiki. Do not call it directly; use Accession on accession pages.