Wikinp logo featuring Nepali and Roman characters in a red and blue globe, inspired by Wikipedia-style puzzle design. Wikinp
Wikinp logo featuring Nepali and Roman characters in a red and blue globe, inspired by Wikipedia-style puzzle design.
Wikinp
The Free Encyclopedia

📘 Wikinp Contributor Guide

🎓 Module 1: Introduction to Wikinp Content Standards

Objective: Understand Wikinp and why consistent formatting matters.
Outcome: You’ll be able to explain how a Wikinp article is structured.

🔹 Module 2: Article Structure Blueprint

2.1 Infobox (Required)

<div class="infobox">
  <img class="infobox-image" src="..." alt="...">
  <table>
    <tr><td><b>Founded</b></td><td>July 22, 2021</td></tr>
    <tr><td><b>Founder</b></td><td>Roshan Shrestha</td></tr>
  </table>
</div>

2.2 Introduction Paragraph

2.3 Subsections

Use <h2> tags for each major section (at least two):

2.4 References

Use this format for in-line citation:

<sup class="ref" data-source="https://..." data-title="Title">[1]</sup>

At the end of article:

<h2 id="references">References</h2>
<ol id="autoRefs" class="references"></ol>

2.5 External Links

<h2>External Links</h2>
<ul>
  <li><a href="https://...">Facebook</a></li>
  <li><a href="https://...">YouTube</a></li>
</ul>

🌐 Module 3: SEO & Social Tags

⚖️ Module 4: Common Mistakes

🌟 Module 5: Blank Template

<div class="infobox">
  <img class="infobox-image" src="..." alt="...">
  <table>...</table>
</div>

<strong>Name</strong> is a ...<sup class="ref" data-source="..." data-title="...">[1]</sup>

<h2>History</h2>
...

<h2>External Links</h2>
<ul><li><a href="...">Facebook</a></li></ul>

<h2 id="references">References</h2>
<ol id="autoRefs" class="references"></ol>

💼 Module 6: Submission Rules

Tip: Add this guide permanently at /article-guidelines and link it on homepage.

📋 Article Template (Copy Ready)