<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.cityknowledge.org/index.php?action=history&amp;feed=atom&amp;title=Help%3ASyntax</id>
	<title>Help:Syntax - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cityknowledge.org/index.php?action=history&amp;feed=atom&amp;title=Help%3ASyntax"/>
	<link rel="alternate" type="text/html" href="https://wiki.cityknowledge.org/index.php?title=Help:Syntax&amp;action=history"/>
	<updated>2026-05-07T03:23:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.cityknowledge.org/index.php?title=Help:Syntax&amp;diff=11839&amp;oldid=prev</id>
		<title>DPoganski: Created page with &quot;The purpose of this guide is to instruct users about certain aspects of Wiki Markup that are unique to Venipedia. For general information on Wiki Markup visit the [http://en.w...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cityknowledge.org/index.php?title=Help:Syntax&amp;diff=11839&amp;oldid=prev"/>
		<updated>2012-12-07T14:44:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The purpose of this guide is to instruct users about certain aspects of Wiki Markup that are unique to Venipedia. For general information on Wiki Markup visit the [http://en.w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The purpose of this guide is to instruct users about certain aspects of Wiki Markup that are unique to Venipedia. For general information on Wiki Markup visit the [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia Cheatsheet]. The Cheatsheet includes all basic syntax such as creating headings and linking from one page to another within a wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Before getting into the bulk of the unique page syntax in Venipedia, remember that Venipedia is case sensitive, whereas Wikipedia is not.&lt;br /&gt;
&lt;br /&gt;
==Categories==&lt;br /&gt;
Categories group articles by topic, which allows a user to easily find multiple articles about a certain topic. Articles can be grouped into more than one category in order to further enhance the effectiveness of searching for information using categories.&lt;br /&gt;
&lt;br /&gt;
In Venipedia, a user should always seek to categorize a page he or she creates:&lt;br /&gt;
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one below in the edit box of a page. As with interlanguage links, placing these links at the end of the edit box is recommended.&lt;br /&gt;
* To link to a category page without putting the article into the category, use a colon prefix (&amp;quot;:Category&amp;quot;) in the link. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Categorize an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;#039;&amp;#039;Link to a category.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Category:Character sets|Category:Character sets]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[::Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
Venipedia handles media such as images, video, and maps in a unique way. The following section explain how to incorporate media into pages.&lt;br /&gt;
===Images===&lt;br /&gt;
Only images that have been uploaded to Venipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture: &lt;br /&gt;
[[File:logo.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|With alternative text:&lt;br /&gt;
[[File:logo.png|alt=Puzzle globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;With alternative text:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png|alt=Book 2.0 logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is &amp;#039;&amp;#039;&amp;#039;strongly&amp;#039;&amp;#039;&amp;#039; encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:logo.png|frame|alt=Book 2.0 logo|Venipedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png|frame|alt=Book 2.0 logo|Venipedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The frame tag automatically floats the image right.&lt;br /&gt;
* The last parameter is the caption that appears below the image.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:logo.png|thumb|alt=Book 2.0 logo|Venipedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png|thumb|alt=Book 2.0 logo|Venipedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The thumb tag automatically floats the image right.&lt;br /&gt;
* An enlarge icon is placed in the lower right corner.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page &amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
[[File:logo.png|right|Venipedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page&lt;br /&gt;
&amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png|right|Venipedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[Wikipedia:WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture resized to 30 pixels...&lt;br /&gt;
[[File:logo.png|30 px|Venipedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture resized to 30 pixels...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:logo.png|30 px|Venipedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[Wikipedia:WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to the description page of an image:&lt;br /&gt;
[[:File:logo.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to the description page&lt;br /&gt;
of an image:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[:File:logo.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to an image without displaying it:&lt;br /&gt;
[[Media:logo.png|Image of the book 2.0 logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to an image&lt;br /&gt;
without displaying it:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Media:logo.png|Image of the book 2.0 logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To include links to images shown as links instead of drawn on the page, use a &amp;quot;media&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using the [[Wikipedia:Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example:&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline;&lt;br /&gt;
width:220px; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
Place images here &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): &lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example: {| align=right&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
Place images here&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For further help on images, including some more versatile abilities, see the [[Wikipedia:WP:PIC|picture tutorial]].&lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
To utilize video in an article, Venipedia supports the embedding of YouTube and Vimeo videos onto our articles.  To add a YouTube video use the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{#widget:YouTube id|=#########}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for Vimeo videos, use the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{#widget:Vimeo id|=########}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Examples can be found at the bottom of the [[Venipedia:Sandbox|Sandbox]] page.   &lt;br /&gt;
&lt;br /&gt;
===Maps===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Main article: [[Help:Maps|Maps]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Maps allow for the visualization of geographical data. We strive to use semantic maps to display large amounts of related geographical data. See the [[Help:Semantic Data|Semantic help section]] below for more information on semantic maps.    &lt;br /&gt;
*For a generic list of Map examples, see [[Venipedia:Maps]]&lt;br /&gt;
*For a list of Map icons that can be used in cooperation with regular [[Venipedia:Maps|maps]], see [[Venipedia:Map icons]]&lt;br /&gt;
&lt;br /&gt;
==Semantic Data==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Main article: [[Help:Semantic Data]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Semantic data links data together through relationships, which makes searching for data much easier. We are making a strong effort to incorporate semantic data in Venipedia and would appreciate help in this endeavor. For information on how to get started, view the official [http://semantic-mediawiki.org/wiki/Help:User_manual Semantic MediaWiki user manual] and read all about how [http://semantic-mediawiki.org/wiki/Semantic_MediaWiki Semantic MediaWiki] works. For some example pages that use semantic data, see the following:        &lt;br /&gt;
*Any [[:Category:Convents|convent]] in [[:Category:Convents]], which uses the infobox [[Template:Infobox Convent]]&lt;br /&gt;
*Any [[:Category:Crosses|cross]] in [[:Category:Crosses]], which uses the infobox [[Template:Infobox Cross]]&lt;br /&gt;
*Any [[:Category:Reliefs|relief]] in [[:Category:Reliefs]], which uses the infobox [[Template:Infobox Relief]]&lt;br /&gt;
&lt;br /&gt;
===Other Semantic Extensions===&lt;br /&gt;
There are three other semantic extensions that expand upon the [http://semantic-mediawiki.org/wiki/Semantic_MediaWiki Semantic MediaWiki] extension.&lt;br /&gt;
*[http://semantic-mediawiki.org/wiki/Maps Semantic Maps] - allows for the semantic querying of geographical data&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Semantic Result Formats] - allows for a variety of ways to format the results of a query (e.g. through a picture gallery, a timeline, Google pie chart, Google bar graph, etc.)      &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Semantic_Compound_Queries Semantic Compound Queries] - allows for multiple queries to be made in the same &amp;#039;&amp;#039;#ask&amp;#039;&amp;#039; query  &lt;br /&gt;
    &lt;br /&gt;
These three extensions have already been installed in Venipedia. Please help us enhance our semantic data by implementing and utilizing these extensions in Venipedia. Read their respective user manuals to become familiar with how each extension works, then start incorporating the features of these extensions into Venipedia.&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
There are two ways to build tables: &lt;br /&gt;
*in special Wiki-markup (see [[Wikipedia:Help:Table|Table]])&lt;br /&gt;
*Using HTML elements: &amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;tr&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; or &amp;amp;lt;th&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].&lt;br /&gt;
&lt;br /&gt;
==References and citing sources==&lt;br /&gt;
Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added.&lt;br /&gt;
We can add additional attributes to add detail about the source and reference, a pipe (|) proceeds each reference, each attribute goes inside the cite portion of the tag.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What its for !! What you type&lt;br /&gt;
|-&lt;br /&gt;
| For creating the reference || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;name for reference&amp;quot;&amp;gt;Use a closing tag&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| When you cite a book || &amp;lt;nowiki&amp;gt;{{cite book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| To cite a web source || &amp;lt;nowiki&amp;gt;{{cite web}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Book ISBN || &amp;lt;nowiki&amp;gt;|isbn=0-8018-6646-4 (ISBN of the book)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Web URL || &amp;lt;nowiki&amp;gt;|url=http://wikipedia.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Title || &amp;lt;nowiki&amp;gt;|title=title of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Author || &amp;lt;nowiki&amp;gt;|author=authors, use commas for multiple&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| First Name || &amp;lt;nowiki&amp;gt;|first=first name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Last Name || &amp;lt;nowiki&amp;gt;|last=last name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Location || &amp;lt;nowiki&amp;gt;|location=location of occurrence&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Publisher || &amp;lt;nowiki&amp;gt;|publisher=who published the source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Date || &amp;lt;nowiki&amp;gt;|date=2007-03-04 (date of source)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Year || &amp;lt;nowiki&amp;gt;|year=year of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Accessed Date || &amp;lt;nowiki&amp;gt;|accessdate=2008-12-07&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| a complete reference tag || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;&amp;gt;{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Help:Infobox]]&lt;br /&gt;
*[[Help:Categories]]&lt;br /&gt;
{{Template:HelpNav}}&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[[Wikipedia:Help:Wiki_markup|Help:Wiki_markup]]&lt;/div&gt;</summary>
		<author><name>DPoganski</name></author>
	</entry>
</feed>