Difference between revisions of "Wiki Editing Help"
KristinaWeis (talk | contribs) |
MarkDilley (talk | contribs) |
||
Line 2: | Line 2: | ||
<!--<div class="auCorner">Note: The below instructions for wiki markup only works in the '''Wiki''' section of pages.</div><br />--> | <!--<div class="auCorner">Note: The below instructions for wiki markup only works in the '''Wiki''' section of pages.</div><br />--> | ||
==Basic Wiki Formatting== | ==Basic Wiki Formatting== | ||
+ | ---- | ||
{{HelpPageAmbassadorMark}} | {{HelpPageAmbassadorMark}} | ||
There are several ways that you can change or enhance the look of the Wiki section on your page with formatting such as: headings, '''bold''' and ''italic text'', links, bulleted lists, colors, quote boxes, images and more. This page can show you how. | There are several ways that you can change or enhance the look of the Wiki section on your page with formatting such as: headings, '''bold''' and ''italic text'', links, bulleted lists, colors, quote boxes, images and more. This page can show you how. | ||
Line 9: | Line 10: | ||
<small>Note that [[WikiWiki|Wiki]] is a general name for this type of collaborative software, or editable website. There are many different Wiki sites and products out there, and some use different types of "markup" (coding) than others. AboutUs.org uses a version of [[MediaWiki]] software, same as [[Wikipedia.org]], so the markup is very similar.</small> | <small>Note that [[WikiWiki|Wiki]] is a general name for this type of collaborative software, or editable website. There are many different Wiki sites and products out there, and some use different types of "markup" (coding) than others. AboutUs.org uses a version of [[MediaWiki]] software, same as [[Wikipedia.org]], so the markup is very similar.</small> | ||
− | + | ==Basic Text== | |
+ | ---- | ||
Most text does not require any special changes for wiki form. A few basic rules are: | Most text does not require any special changes for wiki form. A few basic rules are: | ||
Line 16: | Line 18: | ||
* There is no need to encode HTML characters like <, >, or &. | * There is no need to encode HTML characters like <, >, or &. | ||
− | + | ==Bold and Italic Text== | |
---- | ---- | ||
To mark text as: | To mark text as: | ||
Line 25: | Line 27: | ||
Note that MediaWiki (like most Wikis) processes pages line-by-line, so if you want three bold lines of text, you will need to start each with <nowiki>'''</nowiki>. Also note that unclosed or unmatched tags are not removed from the page. | Note that MediaWiki (like most Wikis) processes pages line-by-line, so if you want three bold lines of text, you will need to start each with <nowiki>'''</nowiki>. Also note that unclosed or unmatched tags are not removed from the page. | ||
− | + | ==Headings== | |
---- | ---- | ||
Headings are delimited by 1-7 equal signs (=). They basically correspond to HTML's <h1> through <h7> tags. These are also called section headers and simply place whatever text you want to be a headline between the equal signs. (Note: Most headings on [[AboutUs]] are size 2, although this page is using size 3 primarily.) | Headings are delimited by 1-7 equal signs (=). They basically correspond to HTML's <h1> through <h7> tags. These are also called section headers and simply place whatever text you want to be a headline between the equal signs. (Note: Most headings on [[AboutUs]] are size 2, although this page is using size 3 primarily.) | ||
Line 36: | Line 38: | ||
====== Headline size 7 ======</pre> | ====== Headline size 7 ======</pre> | ||
− | + | ==Linking== | |
---- | ---- | ||
To create an ''internal'' [[WikiLink]] to another AboutUs page simply place the name of the page (in the [[URL]] it will be everything after the aboutus.org/) in ''double'' brackets. | To create an ''internal'' [[WikiLink]] to another AboutUs page simply place the name of the page (in the [[URL]] it will be everything after the aboutus.org/) in ''double'' brackets. | ||
− | :<pre>[[AboutUs.org]]</pre> will produce: [[AboutUs.org]] | + | : <pre>[[AboutUs.org]]</pre> will produce: [[AboutUs.org]] |
− | :You can also change what the link will say using a pipe. | + | : You can also change what the link will say using a pipe. |
− | :<pre>[[AboutUs.org|AboutUs]]</pre> will produce: [[AboutUs.org|AboutUs]] | + | : <pre>[[AboutUs.org|AboutUs]]</pre> will produce: [[AboutUs.org|AboutUs]] |
To create an ''external'' link to another website, place the entire URL in ''single'' brackets, then add a single space to name the link. | To create an ''external'' link to another website, place the entire URL in ''single'' brackets, then add a single space to name the link. | ||
Line 80: | Line 82: | ||
## Another Text for the second level. | ## Another Text for the second level. | ||
− | + | ==Indented Text== | |
---- | ---- | ||
Simple indented text: | Simple indented text: | ||
Line 116: | Line 118: | ||
See the '''[[ImageHelp|Image Help]]''' page for assistance with: | See the '''[[ImageHelp|Image Help]]''' page for assistance with: | ||
− | *Uploading and adding images, photos, or logos to a page. | + | * Uploading and adding images, photos, or logos to a page. |
− | *[[ImageHelp|Modifying a picture or logo on your page]], such as changing the placement and size of your image, putting a frame around it, using a thumbnail that can be enlarged, or creating a gallery of images. | + | * [[ImageHelp|Modifying a picture or logo on your page]], such as changing the placement and size of your image, putting a frame around it, using a thumbnail that can be enlarged, or creating a gallery of images. |
==Wiki Editing with Templates== | ==Wiki Editing with Templates== | ||
Line 124: | Line 126: | ||
While the following tools are not strictly [[wiki]], many people find them useful for enhancing the look of a wiki page. | While the following tools are not strictly [[wiki]], many people find them useful for enhancing the look of a wiki page. | ||
− | <!-- | + | |
− | Check out | + | <!-- |
+ | ==Frequently Used Templates== | ||
+ | ---- | ||
+ | Check out popular templates that can help you enhance the look of your wiki page. Many of them include [[Template:BasicBoxInstructions|Basic Box Instructions]], [[AboutUsVideoSupport|YouTube Video Support]], [[Template:font|Font Size]] and more! | ||
+ | --> | ||
==Pretty Social Media Links== | ==Pretty Social Media Links== | ||
---- | ---- | ||
<nowiki>{{Facebook|url=http://www.facebook.com/YOURINFOHERE}}</nowiki> | <nowiki>{{Facebook|url=http://www.facebook.com/YOURINFOHERE}}</nowiki> | ||
− | :creates: {{Facebook|url=http://www.facebook.com/AboutUs.org}} | + | : creates: {{Facebook|url=http://www.facebook.com/AboutUs.org}} |
<nowiki>{{Twitter|YOURINFOHERE}}</nowiki> | <nowiki>{{Twitter|YOURINFOHERE}}</nowiki> | ||
− | :creates: {{Twitter|AboutUs}} | + | : creates: {{Twitter|AboutUs}} |
<nowiki>{{LinkedIn|url=http://www.linkedin.com/in/YOURINFOHERE}}</nowiki> | <nowiki>{{LinkedIn|url=http://www.linkedin.com/in/YOURINFOHERE}}</nowiki> | ||
− | :creates: {{LinkedIn|url=http://www.linkedin.com/in/beckyengel}} | + | : creates: {{LinkedIn|url=http://www.linkedin.com/in/beckyengel}} |
<nowiki>{{YouTube|url=http://www.youtube.com/YOURINFOHERE}}</nowiki> | <nowiki>{{YouTube|url=http://www.youtube.com/YOURINFOHERE}}</nowiki> | ||
− | :creates: {{YouTube|url=http://www.youtube.com/AboutUsWiki}} | + | : creates: {{YouTube|url=http://www.youtube.com/AboutUsWiki}} |
For more, see [[Business Templates for AboutUs Website Profiles]]. | For more, see [[Business Templates for AboutUs Website Profiles]]. | ||
− | + | ==Large, Stand-Out Quotes== | |
---- | ---- | ||
{{Pullquote|right|Make a quote stand out, <br>like this.|Who said it}} | {{Pullquote|right|Make a quote stand out, <br>like this.|Who said it}} | ||
− | :Type '''<nowiki>{{Pullquote|left|Type your quote here.|Attribution}}</nowiki>''' You can substitute '''left''' or '''right''' to position your quote on the page, and text will wrap around it. | + | : Type '''<nowiki>{{Pullquote|left|Type your quote here.|Attribution}}</nowiki>''' You can substitute '''left''' or '''right''' to position your quote on the page, and text will wrap around it. |
− | :Or type '''<nowiki>{{Pullquotewide|Type your quote here.|Cite your quote here.}}</nowiki>''' to get a quote that is full-width, like this:{{Pullquotewide|Make your quote spread out across one or more lines on the page, like this.|AboutUs}} | + | : Or type '''<nowiki>{{Pullquotewide|Type your quote here.|Cite your quote here.}}</nowiki>''' to get a quote that is full-width, like this:{{Pullquotewide|Make your quote spread out across one or more lines on the page, like this.|AboutUs}} |
− | + | ==Colors== | |
---- | ---- | ||
− | :''Use sparingly.'' | + | : ''Use sparingly.'' |
For colored text, use: | For colored text, use: | ||
− | :<nowiki>{{color|name of the color OR hex code|your text here}}</nowiki> | + | : <nowiki>{{color|name of the color OR hex code|your text here}}</nowiki> |
For example, for blue text use the following code: | For example, for blue text use the following code: | ||
− | :<nowiki>{{color|blue|your text here}}</nowiki> | + | : <nowiki>{{color|blue|your text here}}</nowiki> |
− | :The text would look like this: {{color|blue|your text here}} | + | : The text would look like this: {{color|blue|your text here}} |
− | <!-- | + | <!-- |
+ | ==Quote Boxes== | ||
+ | ---- | ||
Type the following series of lines: | Type the following series of lines: | ||
− | :<nowiki>{{Quote-Box</nowiki><br> | + | : <nowiki>{{Quote-Box</nowiki><br> |
− | :<nowiki>|quote=Type your quote or message here. Insert quotation marks, if desired.</nowiki><br> | + | : <nowiki>|quote=Type your quote or message here. Insert quotation marks, if desired.</nowiki><br> |
− | :<nowiki>|quote-name=Type the source of your quote or second message line here</nowiki><br> | + | : <nowiki>|quote-name=Type the source of your quote or second message line here</nowiki><br> |
− | :<nowiki>|quote-TextSize=type 100% (or larger to select a type size)</nowiki><br> | + | : <nowiki>|quote-TextSize=type 100% (or larger to select a type size)</nowiki><br> |
− | :<nowiki>|quote-date=give your quote a date, if applicable</nowiki><br> | + | : <nowiki>|quote-date=give your quote a date, if applicable</nowiki><br> |
− | :<nowiki>}} (to end quote box)</nowiki> | + | : <nowiki>}} (to end quote box)</nowiki> |
{{Quote-Box | {{Quote-Box | ||
|quote="This is how you make a quote box." | |quote="This is how you make a quote box." | ||
Line 177: | Line 185: | ||
{{color|white|<br>}} | {{color|white|<br>}} | ||
+ | |||
==Linking Images== | ==Linking Images== | ||
+ | ---- | ||
To create an internal or external link to a page from an image (i.e., clicking on an image to take you to another web page), these templates can help. | To create an internal or external link to a page from an image (i.e., clicking on an image to take you to another web page), these templates can help. | ||
− | + | ==ClickPic for internal image links== | |
+ | ---- | ||
Steps: | Steps: | ||
* [[Upload file|Upload]] the image to AboutUs that will be shown on an AboutUs page | * [[Upload file|Upload]] the image to AboutUs that will be shown on an AboutUs page | ||
Line 208: | Line 219: | ||
* Note: the three sections of this template are separated with a pipe bar (|) | * Note: the three sections of this template are separated with a pipe bar (|) | ||
--> | --> | ||
+ | |||
==Posting Videos== | ==Posting Videos== | ||
---- | ---- | ||
You can embed a [[YouTube.com|YouTube]] video in a page by: | You can embed a [[YouTube.com|YouTube]] video in a page by: | ||
− | + | * Copying the relevant identification number from the YouTube video URL (starting after the '=' sign) | |
− | *Copying the relevant identification number from the URL (starting after the '=' sign) | + | : [[Image:YouTubeURL.jpg]] |
− | :[[Image:YouTubeURL.jpg]] | + | * Pasting this identification number from YouTube (between <YouTube></YouTube> tags) into the Wiki section of the [[AboutUs]] page. |
− | *Pasting this identification number from YouTube (between | + | : Example: <nowiki><YouTube>U-shZs2I4E4</YouTube></nowiki> |
− | :Example: <nowiki><YouTube>U-shZs2I4E4</YouTube></nowiki> | + | * Save your edits and play the video. |
− | *Save your edits and play the video. | ||
For more information, see our [[AboutUs Video Support]] page. | For more information, see our [[AboutUs Video Support]] page. | ||
Line 224: | Line 235: | ||
---- | ---- | ||
We're happy to help. Just '''[[Contact Info for AboutUs.org|choose a way to contact us]]'''. | We're happy to help. Just '''[[Contact Info for AboutUs.org|choose a way to contact us]]'''. | ||
− | |||
− | |||
− | |||
__NOTOC__ | __NOTOC__ |
Revision as of 19:13, 25 May 2011
Note that Wiki is a general name for this type of collaborative software, or editable website. There are many different Wiki sites and products out there, and some use different types of "markup" (coding) than others. AboutUs.org uses a version of MediaWiki software, same as Wikipedia.org, so the markup is very similar.
Basic Text
Most text does not require any special changes for wiki form. A few basic rules are:
- Do not indent paragraphs.
- Leave a single blank line between paragraphs.
- There is no need to encode HTML characters like , or &.
Bold and Italic Text
To mark text as:
- bold, use three single quotes - ''' bold ''',
- italic, use two single quotes - '' italic '',
- bold+italic, use five single quotes - ''''' bold+italic '''''.
Note that MediaWiki (like most Wikis) processes pages line-by-line, so if you want three bold lines of text, you will need to start each with '''. Also note that unclosed or unmatched tags are not removed from the page.
Headings
Headings are delimited by 1-7 equal signs (=). They basically correspond to HTML's <h1> through <h7> tags. These are also called section headers and simply place whatever text you want to be a headline between the equal signs. (Note: Most headings on AboutUs are size 2, although this page is using size 3 primarily.)
= Headline size 1 = == Headline size 2 == === Headline size 3 === ==== Headline size 4 ==== ===== Headline size 5 ===== ===== Headline size 6 ===== ====== Headline size 7 ======
Linking
To create an internal WikiLink to another AboutUs page simply place the name of the page (in the URL it will be everything after the aboutus.org/) in double brackets.
-
[[AboutUs.org]]
will produce: AboutUs.org
- You can also change what the link will say using a pipe.
-
[[AboutUs.org|AboutUs]]
will produce: AboutUs
To create an external link to another website, place the entire URL in single brackets, then add a single space to name the link.
[http://www.google.com/ Google]
will produce: Google
Bulleted and Numbered Lists
Bulleted lists:
* Text for a bulleted list item. ** Text for second-level list. *** Text for third level, etc.
...which looks like:
- Text for a bulleted list item.
- Text for second-level list.
- Text for third level, etc.
- Text for second-level list.
Numbered lists:
# Text for a numbered list item. # Normal numbered list. ## Text for second-level list. ### Text for third level, etc. ## Another Text for the second level.
...which looks like:
- Text for a numbered list item.
- Normal numbered list.
- Text for second-level list.
- Text for third level, etc.
- Another Text for the second level.
- Text for second-level list.
Indented Text
Simple indented text:
: Text to be indented (quote-block) :: Text indented more ::: Text indented to third level
...which looks like:
- Text to be indented (quote-block)
- Text indented more
- Text indented to third level
- Text indented more
Uploading, Posting, and Modifying Images
Website profile pages on AboutUs.org have a built-in logo section at the top left, but you can add more images, photos and graphics to the Wiki section.
See the Image Help page for assistance with:
- Uploading and adding images, photos, or logos to a page.
- Modifying a picture or logo on your page, such as changing the placement and size of your image, putting a frame around it, using a thumbnail that can be enlarged, or creating a gallery of images.
Wiki Editing with Templates
A template is a wiki page whose contents are specially intended to be inserted into another wiki page by the "transclusion" process. When you use a template, the template name is surrounded in double curly braces: {{NameOfTemplate}}.
While the following tools are not strictly wiki, many people find them useful for enhancing the look of a wiki page.
Pretty Social Media Links
{{Facebook|url=http://www.facebook.com/YOURINFOHERE}}
- creates:
: [}}} Facebook]
{{Twitter|YOURINFOHERE}}
- creates:
: @AboutUs
{{LinkedIn|url=http://www.linkedin.com/in/YOURINFOHERE}}
- creates:
: [}}} LinkedIn]
{{YouTube|url=http://www.youtube.com/YOURINFOHERE}}
- creates:
: [}}} YouTube]
For more, see Business Templates for AboutUs Website Profiles.
Large, Stand-Out Quotes
mett.in
- Type {{Pullquote|left|Type your quote here.|Attribution}} You can substitute left or right to position your quote on the page, and text will wrap around it.
- Or type {{Pullquotewide|Type your quote here.|Cite your quote here.}} to get a quote that is full-width, like this:
Make your quote spread out across one or more lines on the page, like this.AboutUs
Colors
- Use sparingly.
For colored text, use:
- {{color|name of the color OR hex code|your text here}}
For example, for blue text use the following code:
- {{color|blue|your text here}}
- The text would look like this: your text here
Posting Videos
You can embed a YouTube video in a page by:
- Copying the relevant identification number from the YouTube video URL (starting after the '=' sign)
- Pasting this identification number from YouTube (between tags) into the Wiki section of the AboutUs page.
- Example: <YouTube>U-shZs2I4E4</YouTube>
- Save your edits and play the video.
For more information, see our AboutUs Video Support page.
Questions?
We're happy to help. Just choose a way to contact us.