User Tools

Site Tools


wiki:meta

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:meta [2023/09/13 18:44] – removed - external edit (Unknown date) 127.0.0.1wiki:meta [2023/09/13 18:44] (current) – ↷ Page moved and renamed from wiki_meta to wiki:meta nebelnidas
Line 1: Line 1:
 +====== Wiki Meta ======
 +
 +===== I want to contribute to the Fabric Wiki, how do I get edit access? =====
 +
 +Create an account on the wiki, go to the #wiki channel on the [[https://discord.gg/v6v4pMv|Fabric Discord]], and ping the Wiki Admin role with your wiki username and state that you request wiki editing access.
 +
 +**Example**: <code>@Wiki Admin Username: Yourself</code>
 +
 +**Hint**: Please keep in mind, that the procedure is manual. Pinging once is the right approach.
 +
 +==== Contribution Guidelines ====
 +Note: Wiki content written before these guidelines were added may not follow them. If appropriate it should be edited to do so.
 +
 +  - When writing/updating a tutorial, put/update the Minecraft version in the topmost header (e.g. ''Adding Blocks (1.18.2)'')
 +  - Use ''[[wiki:syntax#map2fabricyarn_syntax|<yarn>]]'' & ''[[wiki:syntax#map2fabricyarn_syntax|<yarncode>]]'' tags to automatically update yarn mappings, rather than having to manually update them
 +  - The wiki is not a distribution system for useful mixins. If a mixin is useful enough to distribute, it's worth implementing it into a new or existing library mod. Distribution via wiki results in many variants across different mods, each with their own bugs and quirks. Packaging such a mixin as a library mod means bug fixes and improvements only need to be made once.
 +
 +==== Creating a new page ====
 +
 +Search for the page name you want to create, when not found click on the link on:
 +
 +''...you can create or edit the page :a_new_page, named after your query.''
 +
 +or, just type the URL in your browser, for example to create a page named ''a_new_page'' under ''tutorial''
 +
 +''https://fabricmc.net/wiki/tutorial:a_new_page?do=edit''
 +
 +You also probably want to add the new page to the tutorial sidebar, this is done by editing this page.
 +
 +''https://fabricmc.net/wiki/tutorial:sidebar''
 +
 +The sidebar for player tutorials is located here:
 +
 +''https://fabricmc.net/wiki/player:tutorials:sidebar''
 +
 +Each wiki page traverses the namespace upwards looking for a page name sidebar, and uses the first one it finds as a left side sidebar.
 +
 +You can also find other sidebars using the sitemap link located in the top right.
 +----
 +==== Syntax ====
 +
 +https://fabricmc.net/wiki/wiki:syntax
 +
 +----
 +===== Links ====
 +
 +[[https://www.divio.com/blog/documentation/|What nobody tells you about documentation]]
 +
 +==== Converting from one markup format into another ====
 +
 +https://pandoc.org/
 +
 +----
 +===== Wiki Agenda =====
 +[ [[wiki:agenda]] ]
 +See what is on the current agenda, and what other contributors are currently working on.