Jump to content

(NC) Important Code: Difference between revisions

From Nezopedia
No edit summary
No edit summary
Line 5: Line 5:


Add <code><nowiki>{{SHORTDESC:</nowiki>''your text''}}</code> at the top of your document.
Add <code><nowiki>{{SHORTDESC:</nowiki>''your text''}}</code> at the top of your document.
== Category ==
<code><nowiki>[[Category: ]]</nowiki></code> is used to add a page to an existing or new category. Please ensure that your pages have the appropriate category to make finding it easier.
<code><nowiki>[[:Category: ]]</nowiki></code> is used to link to the category's page where all pages under that category are listed.


== No Wiki ==
== No Wiki ==

Revision as of 16:16, 16 April 2025

This page is to give some helpful code to make your page look schnazzy!

Short Description

Short Description allows you to add a description to the page that will be seen when links are sent or viewed through a search engine.

Add {{SHORTDESC:your text}} at the top of your document.

Category

[[Category: ]] is used to add a page to an existing or new category. Please ensure that your pages have the appropriate category to make finding it easier.

[[:Category: ]] is used to link to the category's page where all pages under that category are listed.

No Wiki

<nowiki> and </nowiki> are used to stop the automatic formatting. See the page source for examples!

Code

<code> and </code> are used for code blocks, mainly for documentation of templates. They don't exist yet, of course, but they may one day.