<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.voyeurweb.com/index.php?action=history&amp;feed=atom&amp;title=Editing_tips</id>
	<title>Editing tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.voyeurweb.com/index.php?action=history&amp;feed=atom&amp;title=Editing_tips"/>
	<link rel="alternate" type="text/html" href="https://wiki.voyeurweb.com/index.php?title=Editing_tips&amp;action=history"/>
	<updated>2026-04-15T05:06:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://wiki.voyeurweb.com/index.php?title=Editing_tips&amp;diff=227&amp;oldid=prev</id>
		<title>Administrator: Created page with &quot;This page holds a bunch of tips for how to do fancy things on the Wiki. The intention of this page is to show how to do tricky stuff that is not well covered or otherwise easi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.voyeurweb.com/index.php?title=Editing_tips&amp;diff=227&amp;oldid=prev"/>
		<updated>2012-06-23T23:52:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This page holds a bunch of tips for how to do fancy things on the Wiki. The intention of this page is to show how to do tricky stuff that is not well covered or otherwise easi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page holds a bunch of tips for how to do fancy things on the Wiki. The intention of this page is to show how to do tricky stuff that is not well covered or otherwise easily answered.&amp;lt;br&amp;gt;&lt;br /&gt;
[[image: Metal-warning.png|left]]&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Before adding a tip please read &amp;quot;How to Add a Tip&amp;quot;.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
[[image: Metal-info.png|left]]&lt;br /&gt;
Additional information on common Wiki commands can be found at:&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia: How to edit a page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://en.wikipedia.org/wiki/Wikipedia:Tutorial_(Formatting) Wikipedia: Tutorial on formatting]&lt;br /&gt;
|}&lt;br /&gt;
== How to Add a Tip ==&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Obviously, if you just write the code for a tip it will show the result of that code and not the code itself. So to show the code you need to add:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;your code&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
eg. &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; appears as a tip like &amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt; and that displays on the final Wiki page like: &amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
To put the code in a neat little box you instead type:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;your code&amp;amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
eg. &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; appears as a tip like&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&amp;lt;/pre&amp;gt;&lt;br /&gt;
and that displays on the final Wiki page like: &amp;#039;&amp;#039;&amp;#039;bold text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;br&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
[[image: Metal-warning.png|left]]&lt;br /&gt;
Always start your tip with a header:&lt;br /&gt;
&amp;lt;pre&amp;gt;== My tip ==&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
[[image: Metal-warning.png|left]]&lt;br /&gt;
Always finish your tip by clearing any hanging content (this is explained in the tip &amp;quot;Vertically lining up text and images&amp;quot;):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Advanced tips:&amp;lt;/u&amp;gt; sometimes when you type &amp;lt;/ as code in your tip, Wiki will interpret that as end of the code and not display it. To get around this type &amp;amp;amp;lt; for the first &amp;#039;&amp;lt;&amp;#039; character. eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;your code&amp;amp;amp;lt;/pre&amp;gt;&amp;amp;lt;/pre&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
displays&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;your code&amp;amp;lt;/pre&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
The outer &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;...&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; in this case drew the actual box in the display example... but hopefully you shouldn&amp;#039;t need to do this!&lt;br /&gt;
&lt;br /&gt;
== Vertically lining up text and images ==&lt;br /&gt;
One common problem is that framed or thumbnailed images run too far down the right side of the page, with matching text still up at the top. What we&amp;#039;d like to do is leave a space under the text so that the next paragraph can line up with a new image. This is quite easy to do (though finding the definition was quite difficult!). The code is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Eg.:&lt;br /&gt;
&amp;lt;pre&amp;gt;[[image:Merci.jpg|thumb|Merci is totally hot!]]&lt;br /&gt;
my first para is about Merci&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
[[image:Faqfly 1131.jpg|thumb|FAQ - hmm not so hot.]]&lt;br /&gt;
my second para is about FAQ&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
displays:&amp;lt;br&amp;gt;&lt;br /&gt;
[[image:Merci.jpg|thumb|Merci is totally hot!]]&lt;br /&gt;
my first para is about Merci&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
[[image:Faqfly 1131.jpg|thumb|FAQ - hmm not so hot.]]&lt;br /&gt;
my second para is about FAQ&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using tables to align==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|New Logo text&lt;br /&gt;
|[[Image:Logo_main_grey.jpg|thumb|100px|left|New logo]]&lt;br /&gt;
|-&lt;br /&gt;
|Old logo Text&lt;br /&gt;
|[[Image:Logo-top.GIF|thumb|200px|Old logo]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
displays:&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|New Logo text&lt;br /&gt;
|[[Image:Logo_main_grey.jpg|thumb|100px|left|New logo]]&lt;br /&gt;
|-&lt;br /&gt;
|Old logo Text&lt;br /&gt;
|[[Image:Logo-top.GIF|thumb|200px|Old logo]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can also use this to put a bunch of images in a row. Eg. the following code from the [[EiP]] page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Eip.jpg|Example: One of the most popular and loyal contributors to EiP is Lexo&lt;br /&gt;
Image:Eip-Amel20050921-155467-0.jpg|Amel flashing(exposed) in public&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
displays&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Eip.jpg|Example: One of the most popular and loyal contributors to EiP is Lexo&lt;br /&gt;
Image:Eip-Amel20050921-155467-0.jpg|Amel flashing(exposed) in public&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Voyeurweb]]&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>