How to Contribute: Difference between revisions
| [checked revision] | [checked revision] |
Prashantt492 (talk | contribs) Create How to Contribute guide |
Prashantt492 (talk | contribs) Remove LLM ingestion pipeline section |
||
| (One intermediate revision by the same user not shown) | |||
| Line 18: | Line 18: | ||
== Ways to Contribute == | == Ways to Contribute == | ||
There are | There are two main ways to add or update content on the wiki: | ||
=== 1. Direct Editing (Wiki Markup) === | === 1. Direct Editing (Wiki Markup) === | ||
This is the | This is the standard way to edit a wiki page. Use this if you want full control over the page's structure and content. | ||
# Navigate to the page you want to edit. | # Navigate to the page you want to edit. | ||
| Line 32: | Line 32: | ||
To create a new page, simply navigate to the URL <code>https://wiki.devclub.in/Your_Page_Title</code> — you will be prompted to create the page if it doesn't exist. | To create a new page, simply navigate to the URL <code>https://wiki.devclub.in/Your_Page_Title</code> — you will be prompted to create the page if it doesn't exist. | ||
=== 2 | === 2. Reporting Issues or Suggestions === | ||
If you notice incorrect information or have a suggestion but don't want to edit yourself, you can: | If you notice incorrect information or have a suggestion but don't want to edit yourself, you can: | ||
| Line 68: | Line 55: | ||
* '''Only add information you know to be accurate.''' Do not invent facts. | * '''Only add information you know to be accurate.''' Do not invent facts. | ||
* Cite sources when possible — link to official websites, news articles, or other authoritative pages. | * Cite sources when possible — link to official websites, news articles, or other authoritative pages. | ||
* If you are unsure about a fact, mark | * If you are unsure about a fact, mark it in the edit summary or add a note on the discussion page. | ||
=== Linking === | === Linking === | ||
* Link to other wiki pages using <code>[[Page Name]]</code> syntax whenever you mention something that has its own page. | * Link to other wiki pages using <code><nowiki>[[Page Name]]</nowiki></code> syntax whenever you mention something that has its own page. | ||
* Use external links sparingly: <code>[https://example.com Display Text]</code>. | * Use external links sparingly: <code><nowiki>[https://example.com Display Text]</nowiki></code>. | ||
* Avoid linking the same word multiple times in the same section. | * Avoid linking the same word multiple times in the same section. | ||
=== Categories === | === Categories === | ||
Always add appropriate categories at the bottom of the page using <code>[[Category:Category Name]]</code>. Common categories include: | Always add appropriate categories at the bottom of the page using <code><nowiki>[[Category:Category Name]]</nowiki></code>. Common categories include: | ||
* <code>[[Category:IIT Delhi]]</code> | * <code><nowiki>[[Category:IIT Delhi]]</nowiki></code> | ||
* <code>[[Category:Hostels]]</code> | * <code><nowiki>[[Category:Hostels]]</nowiki></code> | ||
* <code>[[Category:Clubs and Societies]]</code> | * <code><nowiki>[[Category:Clubs and Societies]]</nowiki></code> | ||
* <code>[[Category:Departments]]</code> | * <code><nowiki>[[Category:Departments]]</nowiki></code> | ||
* <code>[[Category:Campus Life]]</code> | * <code><nowiki>[[Category:Campus Life]]</nowiki></code> | ||
== Review Process == | == Review Process == | ||
| Line 91: | Line 78: | ||
* Once you have made several quality edits, you may be granted '''autoreviewer''' or '''reviewer''' rights. | * Once you have made several quality edits, you may be granted '''autoreviewer''' or '''reviewer''' rights. | ||
* Administrators are listed on the [[Special: | * Administrators are listed on the [[Special:ListUsers/sysop|admins page]]. | ||
== Useful Links == | == Useful Links == | ||
| Line 106: | Line 93: | ||
|- | |- | ||
| Contributions Leaderboard || [[Special:Leaderboard]] | | Contributions Leaderboard || [[Special:Leaderboard]] | ||
|- | |- | ||
| DevClub GitHub || [https://github.com/devclub-iitd github.com/devclub-iitd] | | DevClub GitHub || [https://github.com/devclub-iitd github.com/devclub-iitd] | ||
Latest revision as of 12:22, 17 April 2026
The IITD Wiki is a community-driven knowledge base for IIT Delhi, maintained by students for students. Anyone with an IIT Delhi account can contribute. This page explains the different ways to add or improve content.
Getting Started
Logging In
To contribute to the wiki, you must first log in using your IIT Delhi account through DevClub OAuth. Anonymous editing is not permitted.
- Click the Log in link at the top right of any page.
- You will be redirected to the DevClub authentication portal.
- Sign in with your IIT Delhi credentials.
- You will be redirected back to the wiki, now logged in with a username derived from your email (e.g., mt6240685).
First-Time Contributors
If this is your first time editing a wiki, take a few minutes to read the MediaWiki Formatting Help. The basic syntax is straightforward — you do not need to know HTML.
Ways to Contribute
There are two main ways to add or update content on the wiki:
1. Direct Editing (Wiki Markup)
This is the standard way to edit a wiki page. Use this if you want full control over the page's structure and content.
- Navigate to the page you want to edit.
- Click the Edit tab at the top of the page.
- Make your changes using MediaWiki syntax.
- Add a brief edit summary describing your change.
- Click Save to publish.
To create a new page, simply navigate to the URL https://wiki.devclub.in/Your_Page_Title — you will be prompted to create the page if it doesn't exist.
2. Reporting Issues or Suggestions
If you notice incorrect information or have a suggestion but don't want to edit yourself, you can:
- Use the Discussion tab on any page to leave a note.
- Open an issue on the GitHub repository.
- Reach out to DevClub directly.
Content Guidelines
To keep the wiki useful and trustworthy, please follow these guidelines:
Writing Style
- Use a formal, neutral, encyclopedic tone — like Wikipedia.
- Avoid first-person pronouns ("I", "we", "you") in article content.
- Avoid promotional language, opinions, or unverified claims.
- Use proper section headings, bullet lists, and tables to organise content.
Accuracy
- Only add information you know to be accurate. Do not invent facts.
- Cite sources when possible — link to official websites, news articles, or other authoritative pages.
- If you are unsure about a fact, mark it in the edit summary or add a note on the discussion page.
Linking
- Link to other wiki pages using
[[Page Name]]syntax whenever you mention something that has its own page. - Use external links sparingly:
[https://example.com Display Text]. - Avoid linking the same word multiple times in the same section.
Categories
Always add appropriate categories at the bottom of the page using [[Category:Category Name]]. Common categories include:
[[Category:IIT Delhi]][[Category:Hostels]][[Category:Clubs and Societies]][[Category:Departments]][[Category:Campus Life]]
Review Process
Edits made by new users may be subject to review by an administrator before becoming visible to all readers. This is to prevent spam and maintain quality.
- Once you have made several quality edits, you may be granted autoreviewer or reviewer rights.
- Administrators are listed on the admins page.
Useful Links
| Resource | Link |
|---|---|
| MediaWiki Formatting Help | Help:Formatting |
| Recent Changes | Special:RecentChanges |
| Special Pages | Special:SpecialPages |
| Contributions Leaderboard | Special:Leaderboard |
| DevClub GitHub | github.com/devclub-iitd |
Need Help?
If you are stuck or have questions:
- Read the MediaWiki documentation
- Look at how existing pages are structured (use View source to see the markup)
- Email devclub@iitd.ac.in
Welcome to the IITD Wiki community — happy editing!