Anonymous

Draft:Template:Article

From AbhiprayaVedi
Revision as of 11:37, 3 April 2026 by VijayanPN (talk | contribs)


Template:TemplateData

How to Edit Key Points Position

Key points appear as a floating box in the right sidebar. To move them elsewhere:

1. In the template code, find the section:

<!-- Key Points as Floating Box -->
{{#if:{{{KeyPoint1|}}}|
<div class="keypoints-float">
...
</div>
|}}

2. Cut this entire section

3. Paste it in one of these locations:

  • **Top of main content**: After `
    `
  • **Within article text**: After `
    `
  • **Bottom of main content**: Before `` that closes main-content

The CSS handles the floating automatically.