📘 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)
- Always start with an infobox
- Image must have
class="infobox-image"
- Include fields like: Born, Founder, Website, etc.
<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
- Start with
<strong>Name</strong>
- Give a 1–2 sentence summary without headings
2.3 Subsections
Use <h2>
tags for each major section (at least two):
- History
- Career
- Editorial Focus
- Recognition
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
- Use
class="infobox-image"
for SEO + OG tag support - Images must be hosted at
wikinp.org
- Page slug: lowercase-with-dashes
⚖️ Module 4: Common Mistakes
- No inline CSS (except inside infobox)
- No extra
<br>
tags or empty<div>
s - Only one infobox per article
- Always end with references section
- No self-promotion or personal views
🌟 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
- All articles reviewed by admin
- Grammar must be clean
- Sources must be reliable
- No ads or self-branding
Tip: Add this guide permanently at /article-guidelines
and link it on homepage.