User talk:Matthew: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
m (formatting)
Line 3: Line 3:
== Table, quote formatting ==
== Table, quote formatting ==


Simple table without borders:
* Simple table without borders:
<pre>
<pre>
{|
{|
Line 36: Line 36:
|}
|}


Quote (this is the basic simple method we have at the moment, I'll be working on a more clearly copyrighted version soon):
 
* Quote (this is the basic simple method we have at the moment, I'll be working on a more clearly copyrighted version soon):
<pre><blockquote>"sample quoted text" -Oscar Wilde</blockquote></pre>
<pre><blockquote>"sample quoted text" -Oscar Wilde</blockquote></pre>
Results in:
Results in:

Revision as of 19:51, 21 March 2011

Welcome to PortlandWiki, the community-powered city wiki for Portland, Oregon. PortlandWiki exists to empower citizens of Greater Portland to connect with each other, and to share knowledge and information relevant to our community. Again welcome! Good talking with you yesterday evening. -WikiMaster (talk) 11:37, 10 March 2011 (PST)

Table, quote formatting

  • Simple table without borders:
{|
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}

Results in:

header 1 header 2 header 3
row 1, cell 1 style="background-color:#ff0;" ! row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3


  • Quote (this is the basic simple method we have at the moment, I'll be working on a more clearly copyrighted version soon):
<blockquote>"sample quoted text" -Oscar Wilde</blockquote>

Results in:

"sample quoted text" -Oscar Wilde

-kotra (talk) 02:49, 22 March 2011 (UTC)