Jump to content

Logic World Wiki:Contributing: Difference between revisions

From Logic World Wiki
clarify template description, point people to existing examples
Edit pass, add "How to find things to work on" category, rearrange some stuff
 
(9 intermediate revisions by 2 users not shown)
Line 7: Line 7:
==What should I contribute?==
==What should I contribute?==


Contribute whatever you think would make the wiki better! That's the amazing thing about wikis - they're websites that anybody can edit, and they're at their best when lots of people are doing that.
Contribute whatever you think would make the wiki better! The amazing thing about wikis is that anybody can edit them, and wikis are at their best when people edit them liberally.


Do you see a place where information is missing? Do you see an awkwardly-written sentence that could be phrased better? Is there an image that should be replaced with a more appropriate one? Please, go ahead and make that improvement! Never be afraid of editing the wiki -- if the other editors think a change is bad, it's easy to revert it, so there's no risk to editing.
Do you see a place where information is missing? Do you see an awkwardly-written sentence that could be phrased better? Is there an image that should be replaced with a more appropriate one? Please, go ahead and make that improvement! Never be afraid of editing the wiki -- if the other editors think a change is bad, it's easy to revert it, so there's no risk to editing.


If you'd like to get a sense of what the other editors are working on and where help would be especially appreciated, we use a private discord channel for discussing shared priorities (see [[#Collaborating]]).
==How to find things to work on==


==Formatting help==
Here are some ways to find pages that would benefit from your attention:
 
* [[Special:WantedPages]] lists pages that are linked to but don't exist yet.
* [[Special:WhatLinksHere/Template:Stub]] lists pages using the Stub template, which are short and need expanding.
* [[Special:WhatLinksHere/Template:Todo]] lists pages using the Todo template, which have areas that need work.
 
You can also ask for suggestions of what to work on in the #wiki-editors Discord channel (see [[#Collaborating]]).
 
==Collaborating==
 
You can discuss a particular page with other editors on [https://www.mediawiki.org/wiki/Help:Talk_pages talk pages].
 
We also have a private channel in the [https://discord.gg/C5Qkk53 Logic World Discord] for wiki editors to collaborate. We use this channel to discuss our shared priorities and coordinate our efforts.
 
Currently there's no way to opt-in to this channel yourself. If you'd like to join, ask to be added in #logic-world.
 
==How do I...==
 
=== Create a new page? ===
Search for the title of the page you want to create on the search bar at the top of the page, or alternatively you can manually type out the URL of the page you want to create and navigate there. Then, if the page doesn't exist you will see a link prompting you to create it.
 
For example, if you want to create a page called "Awesome Wow", navigate to https://wiki.logic.world/wiki/Awesome_Wow and press "Create this page".
 
=== Add an image to a page? ===
You have to first upload the image, then use markup to display it. For the full details see https://www.mediawiki.org/wiki/Help:Images
 
=== Use custom formatting? ===


For info on how to add headers, tables, lists, links, and more, see: https://www.mediawiki.org/wiki/Help:Formatting
For info on how to add headers, tables, lists, links, and more, see: https://www.mediawiki.org/wiki/Help:Formatting
Line 24: Line 50:
The MediaWiki docs on templates are here: https://www.mediawiki.org/wiki/Help:Templates
The MediaWiki docs on templates are here: https://www.mediawiki.org/wiki/Help:Templates


You can see a list of all templates on this wiki at https://wiki.logic.world/wiki/Special:AllPages?namespace=10
You can see a list of all templates on this wiki at [{{fullurl:Special:AllPages|namespace=10}} Special:AllPages].
template.


==Examples==
=== Examples ===
 
As our templates currently aren't well documented, you can look at some pre-existing pages for how to use them. MediaWiki comes with a SpecialPage that shows all pages that use a certain page (including templates). Thus, if you are curious about the usage of the Todo template you can use the following link: [{{fullurl:Special:WhatLinksHere/Template:Todo}} Special:WhatLinksHere/Template:Todo] (referencing the template is done via <code><nowiki>{{todo}}</nowiki></code>).
As our templates currently aren't well documented, you can look at some pre-existing pages for how to use them. MediaWiki comes with a SpecialPage that shows all pages that use a certain page (including templates). Thus, if you are curious about the usage of the Todo template you can use the following link: https://wiki.logic.world/wiki/Special:WhatLinksHere/Template:Todo (referencing the template is done via <code><nowiki>{{todo}}</nowiki></code>).


For an example on how to add LaTeX math expressions, see [[Lookup_Table]].
For an example on how to add LaTeX math expressions, see [[Lookup_Table]].
==Collaborating==
You can discuss a particular page with other editors on [https://www.mediawiki.org/wiki/Help:Talk_pages talk pages].
We also have a private channel in the Logic World Discord for wiki editors to collaborate. Currently there's no way to opt-in to this channel yourself. If you'd like to join, ask to be added in #logic-world.

Latest revision as of 19:22, 8 September 2025

This page contains resources for contributors to this wiki.

We use MediaWiki, so if you're familiar with other MediaWiki wikis you'll feel right at home. If you've never used MediaWiki before, don't worry! It's a great piece of software, and you'll figure out your way around it in no time :)

Thanks for your interest in contributing!

What should I contribute?

Contribute whatever you think would make the wiki better! The amazing thing about wikis is that anybody can edit them, and wikis are at their best when people edit them liberally.

Do you see a place where information is missing? Do you see an awkwardly-written sentence that could be phrased better? Is there an image that should be replaced with a more appropriate one? Please, go ahead and make that improvement! Never be afraid of editing the wiki -- if the other editors think a change is bad, it's easy to revert it, so there's no risk to editing.

How to find things to work on

Here are some ways to find pages that would benefit from your attention:

You can also ask for suggestions of what to work on in the #wiki-editors Discord channel (see #Collaborating).

Collaborating

You can discuss a particular page with other editors on talk pages.

We also have a private channel in the Logic World Discord for wiki editors to collaborate. We use this channel to discuss our shared priorities and coordinate our efforts.

Currently there's no way to opt-in to this channel yourself. If you'd like to join, ask to be added in #logic-world.

How do I...

Create a new page?

Search for the title of the page you want to create on the search bar at the top of the page, or alternatively you can manually type out the URL of the page you want to create and navigate there. Then, if the page doesn't exist you will see a link prompting you to create it.

For example, if you want to create a page called "Awesome Wow", navigate to https://wiki.logic.world/wiki/Awesome_Wow and press "Create this page".

Add an image to a page?

You have to first upload the image, then use markup to display it. For the full details see https://www.mediawiki.org/wiki/Help:Images

Use custom formatting?

For info on how to add headers, tables, lists, links, and more, see: https://www.mediawiki.org/wiki/Help:Formatting

Templates

Templates act like prefabs, letting you reusing wiki content across pages, even supporting parameters. An example of this would be the {{stub}} template, which will be rendered as:

This article is a stub. Please help expand it by adding content.

The MediaWiki docs on templates are here: https://www.mediawiki.org/wiki/Help:Templates

You can see a list of all templates on this wiki at Special:AllPages.

Examples

As our templates currently aren't well documented, you can look at some pre-existing pages for how to use them. MediaWiki comes with a SpecialPage that shows all pages that use a certain page (including templates). Thus, if you are curious about the usage of the Todo template you can use the following link: Special:WhatLinksHere/Template:Todo (referencing the template is done via {{todo}}).

For an example on how to add LaTeX math expressions, see Lookup_Table.