Difference between revisions of "Help:Contents"

From Cyborg Anthropology
Jump to: navigation, search
Line 1: Line 1:
==Formatting Help==
+
<raw>
[[Help:Formatting|Formatting Help]]
+
<div style="float: left; width: 48%">
 
+
</raw>
==Images==
+
====Formatting Help====
 +
If you're new to Wiki markup, look at [[Help:Formatting|Formatting Help]] first.
 +
====Images====
 
<nowiki>
 
<nowiki>
[[File:Aaron-Parecki.jpg|200px|thumb|left|Aaron Parecki]]
+
[[File:Image-Title.jpg|200px|thumb|left|Image Title]]
 
</nowiki>
 
</nowiki>
 
+
====Linking to Article with a Different Name====
 
<nowiki>
 
<nowiki>
 
[[Media Lab at MIT|Media Lab]]
 
[[Media Lab at MIT|Media Lab]]
 
</nowiki>
 
</nowiki>
  
==Special Pages==
+
====Source with a Different Title====
 +
<nowiki>[http://site.com Site Name]</nowiki>
  
 +
====Image Attribution and Photo Credits====
 +
This photo was taken by [http://www.flickr.com/photos/christophercarfi/ Christopher Carfi] on May 14, 2007 using a Camera 5MP-9Q3.
 +
 +
'''This photo is licensed under Creative Commons Attribution 2.0 Generic. You are free:'''
 +
*to Share — to copy, distribute and transmit the work
 +
*to Remix — to adapt the work
 +
 +
'''Under the following conditions:'''
 +
Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
 +
 +
====Special Pages====
 
[http://cyborganthropology.com/Number_of_Articles Number of Articles]
 
[http://cyborganthropology.com/Number_of_Articles Number of Articles]
  
==Edit Sidebar==
+
====Edit Sidebar====
 
http://cyborganthropology.com/MediaWiki:Sidebar
 
http://cyborganthropology.com/MediaWiki:Sidebar
  
==YouTube Videos==
+
====Using Columns====
 +
<nowiki>
 +
{{LeftColumn}}
 +
 
 +
{{EndColumn}}
 +
 
 +
{{RightColumn}}
 +
 
 +
{{EndColumn}}
 +
 
 +
{{clear}}
 +
</nowiki>
 +
====YouTube Videos====
 
<nowiki><youtube>G-M7ECt3-zY</youtube></nowiki>
 
<nowiki><youtube>G-M7ECt3-zY</youtube></nowiki>
  
Line 26: Line 52:
 
<nowiki><youtube size="large">G-M7ECt3-zY</youtube></nowiki>
 
<nowiki><youtube size="large">G-M7ECt3-zY</youtube></nowiki>
  
==Embed Raw HTML Code==
+
<raw>
<nowiki><raw>Your code goes here, like a random <object> tag for embedding stuff</raw></nowiki>
+
</div><div style="float: left; width: 4%">
 +
</raw>
 +
{{clear}}
 +
 
 +
<raw>
 +
</div><div style="float: left; width: 48%">
 +
</raw>
 +
 
 +
====Embed Raw HTML Code====
 +
<nowiki><raw>Code goes here. Ex: <object> tag</raw></nowiki>
 +
 
 +
====SEO====
 +
<nowiki><seo title="New Page Title" /></nowiki>
 +
 
 +
'''will result in a title tag of:'''
 +
 
 +
<nowiki><title>New Page Title - Your Wiki Name</title></nowiki>
 +
 
 +
'''Include a page description by putting text inside the &lt;seo&gt; tag:'''
  
==SEO==
+
<nowiki><seo>Meta description tag</seo></nowiki>
<nowiki><seo title="New Page Title" /></nowiki> will result in a title tag of <nowiki><title>New Page Title - Your Wiki Name</title></nowiki>
+
  
Include a page description by putting text inside the &lt;seo&gt; tag: <nowiki><seo>This will be in the meta description tag</seo></nowiki>
+
'''Keywords are added using the "keywords" attribute:'''
  
Keywords are added using the "keywords" attribute: <nowiki><seo keywords="one,two,three,etc" /></nowiki>
+
<nowiki><seo keywords="one,two,three,etc" /></nowiki>
  
Any combination of the above attributes and content is valid, i.e.
+
'''Any combination of the above attributes and content is valid, i.e.'''
  
<nowiki><seo title="New Page Title">This will be the meta description</seo></nowiki>
+
<nowiki><seo title="Page Title">Meta description</seo></nowiki>
  
==Categories==
+
====Using Categories====
To put a page into a category, place a tag like the following anywhere on the page. (At the bottom is usually best for organizational purposes)
+
To put a page into a category, place a tag like the following anywhere on the page. (At the bottom is usually best for organizational purposes)  
 
  <nowiki>[[Category:People]]</nowiki>
 
  <nowiki>[[Category:People]]</nowiki>
  
Line 48: Line 91:
  
 
Cite a book:  
 
Cite a book:  
  ([[The Cyborg Handbook|Gray]], 14)
+
  <nowiki>([[The Cyborg Handbook|Gray]], 14)</nowiki>
 
+
Source with title:
+
<nowiki>[http://home.olemiss.edu/~djr/pages/writer/articles/html/cyborg.html Cyborg Translation]</nowiki>
+
  
 +
====Current Categories====
 
Current Categories for Reading List:  
 
Current Categories for Reading List:  
 
Put at end of every book page (formatting and duplicates / category groupings make it easier for copy and paste):
 
Put at end of every book page (formatting and duplicates / category groupings make it easier for copy and paste):
  
<nowiki>
+
<nowiki>[[Category:Books]]
[[Category:Books]]
+
 
 
[[Category: XXXXXXXXXX]]
 
[[Category: XXXXXXXXXX]]
 +
 
[[Category: XXXXXXXXXX]]
 
[[Category: XXXXXXXXXX]]
 +
 
[[Category: XXXXXXXXXX]]
 
[[Category: XXXXXXXXXX]]
 +
 
[[Category: XXXXXXXXXX]]
 
[[Category: XXXXXXXXXX]]
  
Line 115: Line 159:
 
</nowiki>
 
</nowiki>
  
----
+
<raw>
 +
</div>
 +
</raw>
 +
{{clear}}
  
==Column==
+
__NOTOC__
 
+
<nowiki>
+
{{LeftColumn}}
+
 
+
{{EndColumn}}
+
 
+
{{RightColumn}}
+
 
+
{{EndColumn}}
+
 
+
{{clear}}
+
</nowiki>
+

Revision as of 19:17, 27 November 2010

Formatting Help

If you're new to Wiki markup, look at Formatting Help first.

Images

[[File:Image-Title.jpg|200px|thumb|left|Image Title]]

Linking to Article with a Different Name

[[Media Lab at MIT|Media Lab]]

Source with a Different Title

[http://site.com Site Name]

Image Attribution and Photo Credits

This photo was taken by Christopher Carfi on May 14, 2007 using a Camera 5MP-9Q3.

This photo is licensed under Creative Commons Attribution 2.0 Generic. You are free:

  • to Share — to copy, distribute and transmit the work
  • to Remix — to adapt the work

Under the following conditions: Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).

Special Pages

Number of Articles

Edit Sidebar

http://cyborganthropology.com/MediaWiki:Sidebar

Using Columns

{{LeftColumn}}

{{EndColumn}}

{{RightColumn}}

{{EndColumn}}

{{clear}}

YouTube Videos

<youtube>G-M7ECt3-zY</youtube>

<youtube size="medium" align="left" wrap="yes">G-M7ECt3-zY</youtube>

<youtube size="large">G-M7ECt3-zY</youtube>




Embed Raw HTML Code

<raw>Code goes here. Ex: <object> tag</raw>

SEO

<seo title="New Page Title" />

will result in a title tag of:

<title>New Page Title - Your Wiki Name</title>

Include a page description by putting text inside the <seo> tag:

<seo>Meta description tag</seo>

Keywords are added using the "keywords" attribute:

<seo keywords="one,two,three,etc" />

Any combination of the above attributes and content is valid, i.e.

<seo title="Page Title">Meta description</seo>

Using Categories

To put a page into a category, place a tag like the following anywhere on the page. (At the bottom is usually best for organizational purposes)

[[Category:People]]

To link to a category page, write a tag like this:

[[:Category:Books|Reading List]]

Cite a book:

([[The Cyborg Handbook|Gray]], 14)

Current Categories

Current Categories for Reading List: Put at end of every book page (formatting and duplicates / category groupings make it easier for copy and paste):

[[Category:Books]]

[[Category: XXXXXXXXXX]]

[[Category: XXXXXXXXXX]]

[[Category: XXXXXXXXXX]]

[[Category: XXXXXXXXXX]]

[[Category:Books]]

[[Category:Traditional Anthropology]] 
[[Category:Cultural Studies]]
[[Category:Ethnography]]

[[Category:Methods]]

[[Category:Books]]

[[Category:Philosophy]]
[[Category:Postmodernism]]
[[Category:Modernism]]

[[Category:Visual Anthropology]]

[[Category:Mobile Computing]]
[[Category:Communication Studies]]
[[Category:Time and Space]]

[[Category:Digital Anthropology]]

[[Category: XXXXXXXXXX]]

[[Category:Critical Studies]]


All possible categories: 
[[Category:Interface Design]]
[[Category:Information Architecture]]

[[Category:Anthropology of Science]]

[[Category:Computing History]]
[[Category:Cyberspace]]
[[Category:Cyborg Studies]]

 
[[Category:Philosophy]]
[[Category:Postmodern Theory]]

[[Category:Urban Studies]]
[[Category:Architecture]]
[[Category:Consumption]]
[[Category:Value]]
[[Category:Information Society]]

[[Category:Science Fiction]] 
[[Category:Future Culture]]
[[Category:Phenomenology]]