<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Wiki help (new posts)</title>
		<link>http://energyclub.wikidot.com/forum/c-78961/wiki-help</link>
		<description>Posts in the forum category &quot;Wiki help&quot; - Having trouble creating or editing a page? Want to add some great new content but are not sure how? This is the place to ask questions and get answers.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 22 Apr 2026 11:16:31 +0000</lastBuildDate>
		
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-218323#post-697224</guid>
				<title>Embedding things on a wiki page: Embedding things on a wiki page</title>
				<link>http://energyclub.wikidot.com/forum/t-218323/embedding-things-on-a-wiki-page#post-697224</link>
				<description></description>
				<pubDate>Thu, 11 Feb 2010 17:00:47 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It is possible to embed all kinds of things on a wiki page. Check out <a href="http://www.wikidot.com/doc:embedding">http://www.wikidot.com/doc:embedding</a> for several examples.</p> <p>To display <a href="http://docs.google.com" target="_blank">Google docs</a>, we can use the <a href="http://snippets.wikidot.com/code:include-any-page" target="_blank">iframe</a> tag. It will look something like this:</p> <div class="code"> <pre><code>[[iframe http://docs.google.com/pub?key=... width=&quot;100%&quot; height=&quot;500&quot;]]</code></pre></div> <p>So we need to specify a link/URL (which I've truncated here with &#8230;), a width and a height. How do we get the URL, you ask? Just create a new Google doc (or open an existing one), click the &quot;Share&quot; button in the top-right corner, and then click &quot;Get the link to share&quot;. You will see a popup window like the following:</p> <div class="image-container aligncenter"><img src="http://energyclub.wikidot.com/local--files/forum:new-thread/googledoc.png" alt="googledoc.png" class="image" /></div> <p>You will want to check the first box so that anyone can view the document, and optionally check the second box if you also want <strong>anyone</strong> to be able to edit it (by anyone, I mean anyone who knows the link &#8212; i.e. anyone who visits the wiki). Finally, you need to copy the link, click &quot;Save &amp; Close&quot;, then paste the link into your wiki code.</p> <p>The procedure is much the same for a Google spreadsheet, except that there is a little extra work if you would like to enable editing. Essentially, one cannot edit an embedded spreadsheet directly on a wiki page, but we can include an extra link that will open up the actual Google spreadsheet editor.</p> <p>Here's an example that's taken directly from our <a href="http://energyclub.wikidot.com/public:volunteer-opportunities">volunteer-opportunities</a> page:</p> <div class="code"> <pre><code>[[iframe http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true width=&quot;100%&quot; height=&quot;560&quot; frameborder=&quot;0&quot;]] &gt; **[*http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw CLICK HERE TO EDIT THE SPREADSHEET]** &gt;&gt; This will open the spreadsheet in a new window. &gt;&gt; Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</code></pre></div> <p>The second line in this block of code contains a link that the user can click in order to edit the spreadsheet. The link/URL is the same as the one in the iframe tag, except that we removed everything that appears after the first ampersand (&amp;) sign, as it's not needed here. The last two lines just display some extra information to the user.</p> <p>Here's the result:</p> <p><iframe src="http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true" align="" frameborder="0" height="560" scrolling="" width="100%" class="" style=""></iframe></p> <blockquote> <p><strong><a href="http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw" target="_blank">CLICK HERE TO EDIT THE SPREADSHEET</a></strong></p> <blockquote> <p>This will open the spreadsheet in a new window.<br /> Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</p> </blockquote> </blockquote> <p>That's it! Please post any questions that you may have in this discussion forum thread.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-196154#post-633426</guid>
				<title>Uploading Posters: Re: Uploading Posters</title>
				<link>http://energyclub.wikidot.com/forum/t-196154/uploading-posters#post-633426</link>
				<description></description>
				<pubDate>Sun, 15 Nov 2009 01:39:41 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK, these instructions may look dauntingly long, but this is really a simple process. I'm being verbose here, but after you follow the steps just once you will likely remember how to upload files from now on.</p> <ol> <li>Go to the page on the wiki to which you would like to add an image or poster.</li> <li>Click the &quot;Files&quot; button near the bottom-right of the page. Some things will appear below the buttons.</li> <li>Click the &quot;Upload a file from your computer&quot; link. Even more things will appear below.</li> <li>To the right of &quot;Select a file on your computer&quot;, click the &quot;Browse&quot; button.</li> <li>A popup window will appear. Find the file on your computer and double-click on it. The window should go away and the path to your file should now appear in the text box next to &quot;Select a file on your computer&quot;. You can optionally change the name of the file and add a description, but these are not required.</li> <li>Click the &quot;Upload&quot; button and wait a little while as the file is transferred to the wikidot server.</li> <li>Once that is done, your file should be listed at the bottom of the page. If you don't see it, try clicking the &quot;Files&quot; button again to make the list appear.</li> </ol> <p>Now we know that the file is on the wiki, but it won't appear on any page(s) until we add a link to it. First, we'll show how to link to a generic file type, such as a pdf for a poster. See below for the case where the file is an image to be displayed.</p> <ol> <li>First, make a note of the name of your file. Let's say it is myposter.pdf, for example.</li> <li>Click &quot;Edit&quot; to edit the page as you normally would.</li> <li>In the editor, find the place where you would like the link to appear, and add a tag like the following:</li> </ol> <p><span style="white-space: pre-wrap;">[[file&#32;myposter.pdf&#32;|&#32;Click&#32;here&#32;to&#32;see&#32;the&#32;poster]]</span></p> <p>Note: The part after the &quot;|&quot; can be whatever text you want to appear in the link.</p> <p>For instance, if you were adding this to the standard table that appears at the top of an event page, the code for the new table row would be:</p> <p><span style="white-space: pre-wrap;">||~&#32;**Poster**&#32;||&#32;[[file&#32;myposter.pdf&#32;|&#32;PDF]]&#32;||</span></p> <p>Alternatively, if the file you uploaded is an image, say myimage.jpg, you can display the image with the following code:</p> <p><span style="white-space: pre-wrap;">[[image&#32;myimage.jpg]]</span></p> <p>Hope that helps.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-196154#post-631213</guid>
				<title>Uploading Posters: Uploading Posters</title>
				<link>http://energyclub.wikidot.com/forum/t-196154/uploading-posters#post-631213</link>
				<description></description>
				<pubDate>Thu, 12 Nov 2009 11:35:28 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Ken,</p> <p>How do I upload a poster to the wiki for an event?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186967#post-609733</guid>
				<title>Aligning Tables: Re: Aligning Tables</title>
				<link>http://energyclub.wikidot.com/forum/t-186967/aligning-tables#post-609733</link>
				<description></description>
				<pubDate>Fri, 16 Oct 2009 00:36:59 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks a million Ken!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186967#post-603396</guid>
				<title>Aligning Tables: Re: Aligning Tables</title>
				<link>http://energyclub.wikidot.com/forum/t-186967/aligning-tables#post-603396</link>
				<description></description>
				<pubDate>Wed, 07 Oct 2009 14:45:23 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Good question &#8212; this is tricker than it should be, in my opinion. The best solution I have found is to surround your table with the following lines (the ones in bold):</p> <p><strong><span style="white-space: pre-wrap;">[[table&#32;style=&quot;align:left&quot;]]&#32;[[row]]&#32;[[cell]]</span></strong><br /> <span style="white-space: pre-wrap;">||~&#32;**When**&#32;||&#32;Tuesday,&#32;October&#32;6th,&#32;2009&#32;@&#32;5:15pm&#32;||</span><br /> <span style="white-space: pre-wrap;">||~&#32;**Where**&#32;||&#32;University&#32;of&#32;Alberta,&#32;ETLC&#32;2-009&#32;(Colt&#32;Design&#32;Lab)&#32;||</span><br /> <strong><span style="white-space: pre-wrap;">[[/cell]]&#32;[[/row]]&#32;[[/table]]</span></strong></p> <p>This will produce the following left-aligned table:</p> <table style="align:left"> <tr> <td> <table class="wiki-content-table"> <tr> <th><strong>When</strong></th> <td>Tuesday, October 6th, 2009 @ 5:15pm</td> </tr> <tr> <th><strong>Where</strong></th> <td>University of Alberta, ETLC 2-009 (Colt Design Lab)</td> </tr> </table> </td> </tr> </table> <p>The tables on most of the &quot;event&quot; pages are aligned to the left, so you can find other examples there, e.g.:<br /> <a href="http://energyclub.wikidot.com/event:2009-10-06">http://energyclub.wikidot.com/event:2009-10-06</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186967#post-603056</guid>
				<title>Aligning Tables: Aligning Tables</title>
				<link>http://energyclub.wikidot.com/forum/t-186967/aligning-tables#post-603056</link>
				<description></description>
				<pubDate>Wed, 07 Oct 2009 03:35:19 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I align a table to the left?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-172208#post-546624</guid>
				<title>Creating a new page: Re: Creating a new page</title>
				<link>http://energyclub.wikidot.com/forum/t-172208/creating-a-new-page#post-546624</link>
				<description></description>
				<pubDate>Tue, 28 Jul 2009 14:59:30 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There are two parts to this:</p> <ol> <li>Create the new page <ul> <li>Follow the usual procedure for creating a new page, namely, type the URL of your new page in your browser's address bar, e.g. <a href="http://energyclub.wikidot.com/new-page-name">http://energyclub.wikidot.com/new-page-name</a></li> <li>Edit and save your page</li> </ul> </li> <li>Place a link to the new page in the side navigation bar, under &quot;User-created content&quot; <ul> <li>Go to <a href="http://energyclub.wikidot.com/nav:side">http://energyclub.wikidot.com/nav:side</a> in your browser, then click the &quot;edit&quot; button at the bottom of the page</li> <li>In the edit window, scroll down to the &quot;User-created content&quot; section and insert a new line that has the form: <span style="white-space: pre-wrap;">[[[new-page-name|Link&#32;text]]]</span> <ul> <li>Here, <strong>new-page-name</strong> is the same name you gave your page in step 1 (note: this is just the page name; no need to include the energyclub.wikidot.com portion). <strong>Link text</strong> is the text that will appear in the navigation bar for your link.</li> <li>Since the contents of the navigation bar is essentially a big list, you should prefix your line with a * (this should be clear when you look at the wiki-code that's already there in nav:side)</li> </ul> </li> </ul> </li> </ol> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-172208#post-546052</guid>
				<title>Creating a new page: Creating a new page</title>
				<link>http://energyclub.wikidot.com/forum/t-172208/creating-a-new-page#post-546052</link>
				<description></description>
				<pubDate>Tue, 28 Jul 2009 03:43:56 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I create a new page under the 'User-created content' Tab?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>