Style Guide: Difference between revisions

From Neighborhood Economics
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
Line 20: Line 20:
! As Used !! As Written !! Description
! As Used !! As Written !! Description
|-
|-
| [[Example]] || <nowiki>[[Example]]</nowiki> || Links to another page in this wiki called ''Example''. If the page doesn't exist, it will be red.
| [[Internal Link]] || <nowiki>[[Internal Link]]</nowiki> || Links to another page in this wiki called ''Internal Link''. If the page doesn't exist, it will be red.
|-
|-
| [https://en.wikipedia.org/wiki/Example Example] || <nowiki>[https://en.wikipedia.org/wiki/Example Example]</nowiki>|| Links to external pages.
| [[Internal Link|Internal Link Display]] || <nowiki>[[Internal Link|Internal Link Display]]</nowiki> || Links to another page in this wiki called ''Internal Link'', but displayed as ''Internal Link Display''
|-
| [https://en.wikipedia.org/wiki/Example External Link] || <nowiki>[https://en.wikipedia.org/wiki/Example External Link]</nowiki>|| Links to external pages. If there is text after the URL, that will be displayed instead of the URL.
|}
|}



Revision as of 13:31, 6 December 2023

A quick guide showing the wiki formatting most used in the Neighborhood Economics Wiki.

Formatting

As Used As Written Description
Italic ''Italic'' (2 single quotes)
Bold '''Bold''' (3 single quotes)
Bold Italic '''''Bold Italic''''' (5 single quotes)

Links

As Used As Written Description
Internal Link [[Internal Link]] Links to another page in this wiki called Internal Link. If the page doesn't exist, it will be red.
Internal Link Display [[Internal Link|Internal Link Display]] Links to another page in this wiki called Internal Link, but displayed as Internal Link Display
External Link [https://en.wikipedia.org/wiki/Example External Link] Links to external pages. If there is text after the URL, that will be displayed instead of the URL.

Lists

As Used As Written
  • Bullet Item
    • Nested Item

* Bullet Item
** Nested Item

  1. Numbered Item
    1. Nested Item
    2. Nested Item

# Numbered Item
## Nested Item
## Nested Item

Item
Definition

; Item
: Definition

Tables

...

Specials

As Used As Written Description
See bottom of this page

== Links to this page ==
{{Special:WhatLinksHere/{{FULLPAGENAME}}}}

Or, use "{{backlinks}}", which will have the same result as the text above
See Template:backlinks

Shows all links to the current page.

Links to this page