Latest revision |
Your text |
Line 1: |
Line 1: |
| {{Documentation subpage}}
| | Writing and Grammar |
| | Unit I – Expository Essay |
| | 1. Writing Development |
| | Structured Sentence Writing |
| | Structured Paragraph Writing |
| | Structured Essay |
| | Reading Journal |
| | 2. Writing Structure |
| | Ideas |
| | Organization |
| | Voice |
| | Word Choice |
| | Sentence Fluency |
| | Presentation |
| | Process |
| | 3. Grammar |
| | Conventions |
| | DOL |
|
| |
|
| == Description ==
| | Unit II – Persuasive |
| This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.
| |
|
| |
|
| == Usage ==
| | 1. Writing Development |
| * {{tlx|clear}} — adds <code><div style="clear:both;"></div></code>
| | Structured Sentence Writing |
| * {{tlx|clear|left}} — adds <code><div style="clear:left;"></div></code>
| | Structured Paragraph Writing |
| * {{tlx|clear|right}} — adds <code><div style="clear:right;"></div></code>
| | Structured Essay |
| | Reading Journal |
| | 2. Writing Structure |
| | Ideas |
| | Organization |
| | Voice |
| | Word Choice |
| | Sentence Fluency |
| | Presentation |
| | Process |
| | 3. Grammar |
| | Conventions |
| | DOL |
|
| |
|
| == Examples ==
| | Unit III – Analytical |
|
| |
|
| <div style="border: 1px solid black; background: #fde; padding: 1em; margin: 2em;">
| | 1. Writing Development |
| === Example without {{tl|clear}} ===
| | Structured Sentence Writing |
| [[File:HeidelbergTun.jpg|200px|left]]
| | Structured Paragraph Writing |
| Lorem ipsum dolor sit amet
| | Structured Essay |
| | Reading Journal |
| | 2. Writing Structure |
| | Ideas |
| | Organization |
| | Voice |
| | Word Choice |
| | Sentence Fluency |
| | Presentation |
| | Process |
| | 3. Grammar |
| | Conventions |
| | DOL |
|
| |
|
| ==== New section without template ====
| | Unit IV- Narrative |
| Without {{tl|clear}}, this section starts at the right of the image.
| |
| {{clear}}
| |
| </div>
| |
| <div style="border: 1px solid black; background: #fde; padding: 1em; margin: 2em;">
| |
|
| |
|
| === Example that uses {{tl|clear}} ===
| | 1. Writing Development |
| [[File:HeidelbergTun.jpg|200px|left]]
| | Structured Sentence Writing |
| Lorem ipsum dolor sit amet<br/>
| | Structured Paragraph Writing |
| '''{{tl|clear}}'''
| | Structured Essay |
| {{clear}}
| | Reading Journal |
| | | 2. Writing Structure |
| ==== New section with template ====
| | Ideas |
| {{tl|clear}} placed before this section, so it appears below the image.
| | Organization |
| </div>
| | Voice |
| | | Word Choice |
| == TemplateData ==
| | Sentence Fluency |
| <templatedata>{
| | Presentation |
| "description": "Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.",
| | Process |
| "params": {
| | 3. Grammar |
| "1": {
| | Conventions |
| "label": "Side",
| | DOL |
| "description": "Can be 'right' or 'left' so content is delayed until just the right or left column is complete. The default clears both columns.",
| |
| "type": "line",
| |
| "required": false,
| |
| "suggestedvalues": [
| |
| "right",
| |
| "left",
| |
| "both"
| |
| ]
| |
| }
| |
| },
| |
| "format": "inline"
| |
| }</templatedata>
| |
| <includeonly>[[Category:Templates]]</includeonly>
| |