Plagiarism: Difference between revisions

    No edit summary
    No edit summary
    Line 9: Line 9:




    =Franklin=
    Chicken Coop




    Line 146: Line 142:
    (Larkin, C. 1919. The Book of Revelation: A Study of the Last Prophetic Book of Holy Scripture (11–12). Rev. Clarence Larkin Estate: Philadelphia, PA)
    (Larkin, C. 1919. The Book of Revelation: A Study of the Last Prophetic Book of Holy Scripture (11–12). Rev. Clarence Larkin Estate: Philadelphia, PA)


    |-
    |}
    |
    * ''Unordered [[Help:List|List]]s'' are easy to do:
    ** start every line with a star
    *** more stars means deeper levels
    *A newline
    *in a list 
    marks the end of the list.
    *Of course
    *you can
    *start again.


    |<pre><nowiki>* Unordered Lists are easy to do:
    =Franklin=
    ** start every line with a star
    *** more stars means deeper levels
    *A newline
    *in a list 
    marks the end of the list.
    *Of course
    *you can
    *start again.


    </nowiki></pre>
    Chicken Coop
    |-
    |
    # Numbered lists are also good
    ## very organized
    ## easy to follow
    #A newline
    #in a list 
    marks the end of the list.
    #New numbering starts
    #with 1.
     
    |<pre><nowiki># Numbered lists are also good
    ## very organized
    ## easy to follow
    #A newline
    #in a list 
    marks the end of the list.
    #New numbering starts
    #with 1.
    </nowiki></pre>
    |-
    |
    * You can even do mixed lists
    *# and nest them
    *#* or break lines<br>in lists
    |<pre><nowiki>* You can even do mixed lists
    *# and nest them
    *#* or break lines<br>in lists</nowiki></pre>
    |-
    |'''Definition list'''
    ; word : definition of the word
    ; longer phrase
    : phrase defined
    |<pre><nowiki>; word : definition of the word
    ; longer phrase
    : phrase defined</nowiki></pre>
     
    * One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
    |-
    |
    ;indenting
    :A colon indents a line or paragraph.
    A manual newline starts a new paragraph.
    * This is often used for discussion on [[Help:Talk page|Talk page]]s.
    |<pre><nowiki>: A colon indents a line or paragraph.
    A manual newline starts a new paragraph.
    </nowiki></pre>
    |-
    |
    When there is a need for separating a block of text
    <blockquote>
    the '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does. 
    </blockquote>
    This is useful for (as the name says) inserting blocks of quoted (and cited) text. 
    |
    <pre><nowiki>
    <blockquote>
    The '''blockquote''' command will indent
    both margins when needed instead of the
    left margin only as the colon does. 
    </blockquote>
    </nowiki></pre>
    |-
    |<center>Centered text.</center>
    * Please note the US-English spelling of "center".
    |<pre><nowiki><center>Centered text.</center></nowiki></pre>
    |-
    |A [[w:horizontal dividing line|horizontal dividing line]]:
    this is above it...
    ----
    ...and this is below it.
     
    If you don't use a section header, you don't get a TOC entry.
    |<pre><nowiki>A horizontal dividing line:
    this is above it...
    ----
    ...and this is below it.
    </nowiki></pre>
    |}