Template:MyTemplate: Difference between revisions

From Whitepill Wisdom Wiki
(Created page with "<!-- Example Template: MyTemplate --> <div class="my-template"> <h2>{{{title|Default Title}}}</h2> <p>{{{content|Default Content}}}</p> <!-- Add more template elements as needed --> </div>")
 
No edit summary
Line 1: Line 1:
<!-- Example Template: MyTemplate -->
<!-- Example Template: SupplementInfoBox -->
<div class="my-template">
<div class="supplement-info-box" style="float: right; margin-left: 10px;">
   <h2>{{{title|Default Title}}}</h2>
   [[File:YourImageFile.jpg|thumb|alt=Supplement Image|Caption]]
   <p>{{{content|Default Content}}}</p>
  '''{{PAGENAME}}'''
   <!-- Add more template elements as needed -->
  == History ==
  {{#if: {{{history|}}} | {{{history}}} | Write a brief history of the supplement. }}
 
  == Variants ==
  {{#if: {{{variants|}}} | {{{variants}}} | List any known variants or forms of the supplement. }}
 
  == Dosages ==
  {{#if: {{{dosages|}}} | {{{dosages}}} | Provide recommended dosages or usage instructions. }}
 
  == Active Chemicals ==
   {{#if: {{{active-chemicals|}}} | {{{active-chemicals}}} | List the active chemicals in the supplement. }}
 
  == Health Effects ==
   {{#if: {{{health-effects|}}} | {{{health-effects}}} | Describe the health effects or benefits of the supplement. }}
 
  == Suggested Products ==
  {{#if: {{{suggested-products|}}} | {{{suggested-products}}} | Recommend related or complementary products. }}
 
  == References ==
  {{#if: {{{references|}}} | {{{references}}} | Include references or citations for the information presented. }}
</div>
</div>

Revision as of 19:56, 13 January 2024

Supplement Image
Caption
 MyTemplate
 == History ==
 {{#if:  | {{{history}}} | Write a brief history of the supplement. }}
 == Variants ==
 {{#if:  | {{{variants}}} | List any known variants or forms of the supplement. }}
 == Dosages ==
 {{#if:  | {{{dosages}}} | Provide recommended dosages or usage instructions. }}
 == Active Chemicals ==
 {{#if:  | {{{active-chemicals}}} | List the active chemicals in the supplement. }}
 == Health Effects ==
 {{#if:  | {{{health-effects}}} | Describe the health effects or benefits of the supplement. }}
 == Suggested Products ==
 {{#if:  | {{{suggested-products}}} | Recommend related or complementary products. }}
 == References ==
 {{#if:  | {{{references}}} | Include references or citations for the information presented. }}