Style Guide: Difference between revisions
Jump to navigation
Jump to search
Scott Arvin (talk | contribs) (Created page with "A quick guide showing the wiki formatting most used in the Neighborhood Economics Wiki. === [https://www.mediawiki.org/wiki/Help:Links Links] === {| class="wikitable" style="margin:auto align:left" |- ! 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. |- | [https://en.wikipedia.org/wiki/Example Example] || <nowiki>[https://en.wikiped...") |
Scott Arvin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
A quick guide showing the wiki formatting most used in the Neighborhood Economics Wiki. | A quick guide showing the wiki formatting most used in the Neighborhood Economics Wiki. | ||
=== [https://www.mediawiki.org/wiki/Help:Formatting Formatting] === | |||
{| class="wikitable" style="margin:auto align:left" | |||
|- | |||
! As Used !! As Written !! Description | |||
|- | |||
| ''Italic'' || <nowiki>''Italic''</nowiki> (2 single quotes) || | |||
|- | |||
| '''Bold''' || <nowiki>'''Bold'''</nowiki> (3 single quotes) || | |||
|- | |||
| '''''Bold Italic''''' || <nowiki>'''''Bold Italic'''''</nowiki> (5 single quotes) || | |||
|} | |||
=== [https://www.mediawiki.org/wiki/Help:Links Links] === | === [https://www.mediawiki.org/wiki/Help:Links Links] === |
Revision as of 10:56, 28 June 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 |
---|---|---|
Example | [[Example]] | Links to another page in this wiki called Example. If the page doesn't exist, it will be red. |
Example | [https://en.wikipedia.org/wiki/Example Example] | Links to external pages. |
Lists
As Used | As Written | Description |
---|---|---|
|
* Bullet Item
** Nested Item |
Tables
TBD