Template:MyTemplate: Difference between revisions
(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: | <!-- Example Template: SupplementInfoBox --> | ||
<div class=" | <div class="supplement-info-box" style="float: right; margin-left: 10px;"> | ||
[[File:YourImageFile.jpg|thumb|alt=Supplement Image|Caption]] | |||
'''{{PAGENAME}}''' | |||
== 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
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. }}