|
|
Line 1: |
Line 1: |
| = Wiki Text Formatting Rules =
| | The Latin American debt crisis started in the early 1980s when countries reached the point where their loans exceeded their income and they were not able to repay their external debt. |
|
| |
|
| [http://lis.dickinson.edu/Technology/Training/Tutorials/Web/WikiTipsWeb.pdf PDF of Wiki Tips]
| | In the 1960s and 1970s many Latin American countries, notably Argentina, borrowed huge sums of money from international creditors for their industrialization economic models. These countries had booming economies at the time so the creditors were happy to lend them money. Therefore between 1975 and 1982, Latin American debt increased at an annual rate of 20.4%. This type of borrowing led Latin America to owe as much as 50% of their GDP. Interest rates grew even faster. |
|
| |
|
| Simple <b>editing</b> is one of the major benefits of using a wiki. Users can edit pages without knowing HTML, and still use many formatting features of HTML. Most wikis define a set of formatting rules to convert plain text into HTML. Some wikis (like this one) also allow some HTML "tags", like <nowiki><b>, <i>, and <pre></nowiki> within a page. (Some wikis use raw HTML instead of special formatting rules.)
| | In the 1970s and 80s the world economy went into recession, and oil prices skyrocketed. Developing countries were in a financial emergency. Oil exporting countries had a huge increase in cash inflows and they invested their money with international banks, which use most of their gains from their investments as loans to Latin American governments. The debt crisis began when the international capital markets realized that Latin America would not be able to pay back their loans. The lenders refused refinancing their debt and the debts were now expected to be paid immediately. |
|
| |
|
| === Tips | Hints ===
| | In response to the crisis Argentina abandon its Import Substitution Industrialization (ISI) and adopted an export-oriented industrialization strategy, encouraged by the IMF. A massive process of capital outflow, particularly to the United States, served to depreciate the exchange rates, thereby raising the real interest rate. Real GDP growth rate for the region was only 2.3 percent between 1980 and 1985, but in per capita terms Latin America experienced negative growth of almost 9%. |
| The following <b>text</b> is an overview of the UseModWiki text formatting rules. For examples without all the explanatory text, see the TextFormattingExamples. To try these rules for yourself, please feel free to edit the SandBox page. <i><b>To see how any page is formatted, just follow the link "Edit text of this page" at the bottom of the page.</b></i>
| |
| == Basic Text Formatting: ==
| |
| Entering text on a wiki can be done simply. Follow these guidelines:
| |
| * Carriage returns (ie pressing the <i>Enter</i> key) are significant in formatting a wiki page
| |
| * Multiple spaces and tabs are ignored
| |
| * use <nowiki>''</nowiki> (two single-quotes) for italics, <nowiki>'''</nowiki> (three single-quotes) for bold, and <nowiki>'''''</nowiki> (five single-quotes) for bold-italics. Alternatively, use tags <nowiki><b></nowiki><b>bold</b><nowiki></b></nowiki> and <nowiki><i></nowiki><i>italic</i><nowiki></i></nowiki>
| |
| * Use tag <nowiki><tt></nowiki><tt>for monospace text</tt><nowiki></tt></nowiki>
| |
| * The first character entered on a line often controls the formatting of the text on that line (shades of Fortran), in brief (see below and sub pages for details):
| |
| ** <tt>" "</tt> space causes text to appear in a <tt>monospaced font where spaces are significant</tt>
| |
| ** <tt>":"</tt> colon causes text to be indented
| |
| ** <tt>"="</tt> equals - followed by a space - creates a heading, a trailing <tt>"="</tt> - preceded by a space - is required. You can use multiple "=" to make smaller headings. If you have 4 or more heading sections within a page, a table of contents is automatically created
| |
| ** <tt>"*"</tt> asterisk creates a bulleted list
| |
| ** <tt>"#"</tt> hash creates a numbered list
| |
| ** <tt>";"</tt> semicolon creates a <i>definition</i> list, a <tt>":"</tt> colon is required subsequently on the same line
| |
| ** <tt>"<nowiki>----</nowiki>"</tt> four hyphens creates a horizontal line
| |
| ** <tt>"||"</tt> vertical bar creates a table (requires a table patch for versions prior to 1.0, eg WikiPatches/TableSyntaxCommonMarkup).
| |
|
| |
|
| : Repetition of the first character on the line generally increases the indentation or emphasis
| | The debt crisis contributed to the collapse of the last dictatorship in Argentina. |
| * Leave a single blank line between paragraphs.
| |
| * Suppress wiki formatting and linking through escaped <nowiki>WikiWiki</nowiki> text -- <<nowiki>nowiki>WikiWiki</nowiki</nowiki>>
| |
| * Insert an image using a full URL, eg <tt><nowiki>http://usemod.com/wiki.gif</nowiki></tt>
| |
| -----
| |
| ==Creating Templates or Reusable Navigation==
| |
| If you would like to create a navigation area for each of your pages so there is an easy way to return to the main page, follow these steps.
| |
| *create a new page but <nowiki> but instead of using[[link]] use {{link}}.</nowiki> This will create the new page as a reusable template.
| |
| *with the reusable information, or navigation, formatted how you would like it to display on each page save the template
| |
| *find a page you want the template to display on and insert <nowiki>{{link}}</nowiki> into the area you want the navigation or reusable information to appear.
| |
| Below is a sample template
| |
| | |
| {{helpnav}}
| |
| | |
| ==Adding an Excel Document or Chart==
| |
| In Excel you will need to select the area or contents you want to add to your wiki page. Click on File, Print, choose Adobe PDF as your printer. On this dialog box under the Print What you need to choose Selection. Click Ok. It will then create the pdf file. Now you need to open Adobe Photoshop, File open to this new pdf file. There will be gray checkers on the pdf, don't worry about that, do a File Save As, Choose the Format of jpg. Click Save, a Save Options box will appear, choose 5 under Image Options, click OK. This is the file you will need to upload into your Wiki. Remember...you must be logged in to upload images!
| |
| | |
| *If you have a large amount of rows and colums you must break it into several areas. If you have a chart you will need to save the chart then open in Adobe and save a jpg. If the image is too large you can resize under Image, Resize in Adobe. A good size is 600 x 400 pixels.
| |
| | |
| == Page, URL, and InterWiki Links: ==
| |
| === Wiki Pages ===
| |
| You can link to a page by removing the spaces between two or more words, and starting each word with a capital letter. For instance, WikiName and TextFormattingExamples are samples of page links.
| |
| | |
| People abhorring PascalCase can use a ''free link'': surround text with two pairs of square brackets like [[Sample Free Link]]. This allows all-downcase or atomic capitalized names as well as strange names including punctuation.
| |
| | |
| Nonexistent pages, like SampleUndefinedPage, will be displayed with a question mark link. The question mark link indicates the page doesn't exist yet--follow the link to create and edit the page. [The sample page used here is a special example page--you <i>can't</i> define it.]
| |
| | |
| === URLs ===
| |
| | |
| Plain URL link: http://172.16.25.217:16080/wiki/index.php/Sandbox -- <nowiki>http://172.16.25.217:16080/wiki/index.php/Sandbox</nowiki>
| |
| | |
| Named URL link: [http://172.16.25.217:16080/wiki/index.php/Sandbox|Sandbox] -- <nowiki>[http://172.16.25.217:16080/wiki/index.php/Sandbox|Sandbox]</nowiki>
| |
| | |
| You can create an image which links to a url using <nowiki>[url image_url]</nowiki>'' e.g. [http://www.dickinson.edu http://www.dickinson.edu/logo/redneg150.gif]
| |
| | |
| === On-Site URLS ===
| |
| | |
| To make on-site links you must respecify the protocol e.g.:
| |
| *[http:/wiki.gif like this local link] -- <nowiki>[http:/wiki.gif like this local link]</nowiki>
| |
| *[http:../wiki.gif this relative link] -- <nowiki>[http:../wiki.gif this relative link]</nowiki>
| |
| *[http:#anchor this anchor on the current page does not seem to work] -- <nowiki>[http:#anchor this anchor on the current page does not seem to work]</nowiki>
| |
| | |
| Full relative urls do not seem to work.
| |
| | |
| === InterWiki ===
| |
| | |
| InterWiki link: Itwiki:InterWiki -- <nowiki>Itwiki:InterWiki</nowiki>
| |
| | |
| You can separate links from adjacent text with spaces or the special "" (two double-quotes) delimiter. The "" delimiter is <i>not</i> displayed - it is useful for cases like plural forms of page links. In nearly all cases, trailing punctuation is ignored, so you can safely make links like http://www.cnn.com/, without the trailing comma being part of the link.
| |
| You can also use FreeLinks.
| |
| | |
| == Lists: ==
| |
| Simple lists:
| |
| <pre>
| |
| * Text for a bulleted list item.
| |
| ** Text for second-level list.
| |
| *** Text for third level, etc.
| |
| </pre>
| |
| | |
| ...which looks like:
| |
| * Text for a bulleted list item.
| |
| ** Text for second-level list.
| |
| *** Text for third level, etc.
| |
| | |
| Numbered lists:
| |
| <pre>
| |
| # Text for a numbered list item.
| |
| ## Text for second-level list.
| |
| ### Text for third level, etc.
| |
| ## Another Text for the second level.
| |
| </pre>
| |
| | |
| ...which looks like:
| |
| # Text for a numbered list item.
| |
| ## Text for second-level list.
| |
| ### Text for third level, etc.
| |
| ## Another Text for the second level.
| |
| | |
| | |
| <b>Indented Text:</b>
| |
| <pre>
| |
| : Text to be indented (quote-block)
| |
| :: Text indented more
| |
| ::: Text indented to third level
| |
| </pre>
| |
| | |
| ...which looks like:
| |
| : Text to be indented (quote-block)
| |
| :: Text indented more
| |
| ::: Text indented to third level
| |
| | |
| == Definition Text: ==
| |
| Term with indented definition: [without a blank line between term and definition]
| |
| <pre>
| |
| ;Term:Definition (indented)
| |
| ;;Term (indented):Definition (indented two levels)
| |
| ;;;Term (indented twice):Definition (indented to third level)
| |
| </pre>
| |
| ...which looks like:
| |
| ;Term:Definition (indented)
| |
| ;;Term (indented):Definition (indented two levels)
| |
| | |
| ;;;Term (indented twice):Definition (indented to third level)
| |
| | |
| == Images, Audio and Video Files ==
| |
| | |
| Just provide the URL, and the image will be inserted inline.
| |
| | |
| http://www.dickinson.edu/logo/redneg150.gif
| |
| | |
| These extensions are recognized: gif, jpg, png, bmp, jpeg
| |
| | |
| If you have a choice, results are usually best with png for computer generated images, and JPEG for photographic images.
| |
| | |
| If you have logged in, you can upload images, audio files, or video files. Images must be .jgp files, audio files must be .ogg files, and videos must be .mov files. The link that must be copied into the page to access the file must look like this depending on file type.
| |
| <nowiki>[[Image:file.jpg]] or [[Image:file.jpg|alt text]] or [[Media:file.ogg]] for sounds and [[Media:file.mov]] for video. </nowiki>
| |
| | |
| == Preformatted Text ==
| |
| | |
| Individual lines can be displayed as preformatted (fixed-width or "typewriter"-font) text by placing one or more spaces at the start of the line. Other wiki formatting (like links) will be applied to this kind of preformatted text.
| |
| | |
| <nowiki>Additionally, multi-line sections can be marked as pre-formatted text using lines starting with <pre> (to start pre-formatted text), and </pre> (to end preformatted text). The <pre> and </pre> tags are not displayed. Wiki links and other formatting is not done within a preformatted section. (If you want wiki formatting, use spaces at the start of the line instead of the <pre> and </pre> tags.)</nowiki>
| |
| | |
| For instance:
| |
| <pre>
| |
| Pre-formatted section here. No other link =link=
| |
| or format processing
| |
| | |
| | |
| is done on pre-formatted sections.
| |
| | |
| </pre>
| |
| | |
| == Miscellaneous rules: ==
| |
| * To quote text without applying the wiki formatting rules, enclose it within a <nowiki><nowiki></nowiki> ... <nowiki></nowiki></nowiki> section. Within a nowiki section, only HTML-quoting of special characters (<>&) will occur - no other formatting rules will be applied.
| |
| * A line which ends in a backslash character (\) will be joined with the next line before most formatting rules are applied. This can be useful for breaking up long sections of text in line-sensitive sections (like lists or indented text).
| |
| * If raw-HTML sections are enabled (they are disabled by default), you can enter raw HTML code within an <html> ... </html> section. Note that <b>no</b> quoting is done, so you will need to use sequences like &lt; if you want to display a < character.
| |
| * Most of the formatting rules are order-independent. On rare occasions, the order of processing may be important. The rules are processed in the following order: raw HTML sections, HTML quoting, nowiki tags, backslash line joining, preformatted sections, paragraphs, lists and indented text, horizontal lines, italic/bold text, URLs, and finally ordinary WikiName links. [No longer fully accurate for 0.88, needs updating.]
| |
| | |
| <center>[http://lis.dickinson.edu/Technology/Training/Tutorials/Web/WikiTipsWeb.pdf PDF of Wiki Tips]
| |
The Latin American debt crisis started in the early 1980s when countries reached the point where their loans exceeded their income and they were not able to repay their external debt.
In the 1960s and 1970s many Latin American countries, notably Argentina, borrowed huge sums of money from international creditors for their industrialization economic models. These countries had booming economies at the time so the creditors were happy to lend them money. Therefore between 1975 and 1982, Latin American debt increased at an annual rate of 20.4%. This type of borrowing led Latin America to owe as much as 50% of their GDP. Interest rates grew even faster.
In the 1970s and 80s the world economy went into recession, and oil prices skyrocketed. Developing countries were in a financial emergency. Oil exporting countries had a huge increase in cash inflows and they invested their money with international banks, which use most of their gains from their investments as loans to Latin American governments. The debt crisis began when the international capital markets realized that Latin America would not be able to pay back their loans. The lenders refused refinancing their debt and the debts were now expected to be paid immediately.
In response to the crisis Argentina abandon its Import Substitution Industrialization (ISI) and adopted an export-oriented industrialization strategy, encouraged by the IMF. A massive process of capital outflow, particularly to the United States, served to depreciate the exchange rates, thereby raising the real interest rate. Real GDP growth rate for the region was only 2.3 percent between 1980 and 1985, but in per capita terms Latin America experienced negative growth of almost 9%.
The debt crisis contributed to the collapse of the last dictatorship in Argentina.