Style Guide: Difference between revisions
Jump to navigation
Jump to search
Scott Arvin (talk | contribs) No edit summary |
Scott Arvin (talk | contribs) No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A quick guide showing the wiki formatting | A quick guide showing the wiki formatting used in the Neighborhood Economics Wiki. | ||
Go to [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for the complete MediaWiki user's guide. | |||
Click on headings below to go to corresponding page in MediaWiki documentation. | |||
=== [https://www.mediawiki.org/wiki/Help:Formatting Formatting] === | === [https://www.mediawiki.org/wiki/Help:Formatting Formatting] === | ||
Line 20: | Line 24: | ||
! As Used !! As Written !! Description | ! As Used !! As Written !! Description | ||
|- | |- | ||
| [[ | | [[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 | | [[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. | |||
|} | |} | ||
Line 29: | Line 35: | ||
{| class="wikitable" style="margin:auto align:left" | {| class="wikitable" style="margin:auto align:left" | ||
|- | |- | ||
! As Used !! As Written | ! As Used !! As Written | ||
|- | |- | ||
| | | | ||
* Bullet Item | * Bullet Item | ||
** Nested Item | ** Nested Item | ||
|| <nowiki>* Bullet Item</nowiki> | || | ||
<nowiki>* Bullet Item</nowiki><br /> | |||
<nowiki>** Nested Item</nowiki> | <nowiki>** Nested Item</nowiki> | ||
|| | |- | ||
| | |||
# Numbered Item | |||
## Nested Item | |||
## Nested Item | |||
|| | |||
<nowiki># Numbered Item</nowiki><br /> | |||
<nowiki>## Nested Item</nowiki><br /> | |||
<nowiki>## Nested Item</nowiki> | |||
|- | |||
| | |||
; Item | |||
: Definition | |||
|| | |||
<nowiki>; Item</nowiki><br /> | |||
<nowiki>: Definition</nowiki><br /> | |||
|} | |} | ||
=== [https://www.mediawiki.org/wiki/Help:Tables Tables] === | === [https://www.mediawiki.org/wiki/Help:Tables Tables] === | ||
... | |||
=== [https://www.mediawiki.org/wiki/Help:Images Images] === | |||
# Create image file (png, gif, jpg, jpeg, webp) on your computer | |||
# [[Special:Upload]] | |||
# ''Chose File'' button | |||
# Edit ''File description'' fields, if needed | |||
# ''Upload file'' button | |||
# Edit wiki page to show image: <nowiki>[[File:filename.png]]</nowiki> | |||
=== Specials === | |||
{| class="wikitable" style="margin:auto align:left" | |||
|- | |||
! As Used !! As Written !! Description | |||
|- | |||
| See bottom of this page || | |||
<nowiki>== Links to this page ==</nowiki><br /> | |||
<nowiki>{{Special:WhatLinksHere/{{FULLPAGENAME}}}}</nowiki><br/> | |||
<br/> | |||
Or, use "<nowiki>{{backlinks}}</nowiki>", which will have the same result as the text above<br/> | |||
See [[Template:backlinks]] | |||
|| Shows all links to the current page. | |||
|} | |||
== Links to this page == | |||
{{Special:WhatLinksHere/{{FULLPAGENAME}}}} |
Latest revision as of 13:22, 6 December 2023
A quick guide showing the wiki formatting used in the Neighborhood Economics Wiki.
Go to User's Guide for the complete MediaWiki user's guide.
Click on headings below to go to corresponding page in MediaWiki documentation.
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 |
|
# Numbered Item |
|
; Item |
Tables
...
Images
- Create image file (png, gif, jpg, jpeg, webp) on your computer
- Special:Upload
- Chose File button
- Edit File description fields, if needed
- Upload file button
- Edit wiki page to show image: [[File:filename.png]]
Specials
As Used | As Written | Description |
---|---|---|
See bottom of this page |
== Links to this page == |
Shows all links to the current page. |