Style Guide: Difference between revisions

From Robotic Open Platform Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
* Parts: [[Robot Name Part 1|Part 1]], [[Robot Name Part 2|Part 2]], [[Robot Name Part 3|Part 3]], etc.
* Parts: [[Robot Name Part 1|Part 1]], [[Robot Name Part 2|Part 2]], [[Robot Name Part 3|Part 3]], etc.
|}
|}
= Tips and Tricks =
=== Subchapter ===
Use level 3 headlines for subchapters.
<pre>
=== Subchapter Name ===
</pre>
=== Figures ===
Keep the wiki easy to read.
* Don't make pictures unnecessarilly big.
* Always center figures to keep it clean.
* Provide figures of number and a short description.
<pre>
[[Image:Robot Name Figure Name.jpg|500px|thumb|center|Figure 1: Figure description]]
</pre>
[[Image:Robot Name Figure Name.jpg|500px|thumb|center|Figure 1: Figure description]]
* Use a table when adding multiple pictures next to each other.
<pre>
{| style="background: transparent; margin: auto;"
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 2: Left]]
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 3: Right]]
|}
</pre>
{| style="background: transparent; margin: auto;"
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 2: Left]]
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 3: Right]]
|}
=== Movies ===
To include a movie from par example Youtube use:
<pre>
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{#ev:youtube|jF--uLxtYlo}}</div>
</pre>
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{#ev:youtube|jF--uLxtYlo}}</div>

Revision as of 11:57, 29 November 2011

The following templates are to be used starting with the addition of a new robot onto the Main Page.


Robot Name

File:Picture of the robot.jpg
Figure 1:Robot Name

Short description of the robot.


Tips and Tricks

Subchapter

Use level 3 headlines for subchapters.

=== Subchapter Name ===


Figures

Keep the wiki easy to read.

  • Don't make pictures unnecessarilly big.
  • Always center figures to keep it clean.
  • Provide figures of number and a short description.
[[Image:Robot Name Figure Name.jpg|500px|thumb|center|Figure 1: Figure description]]
File:Robot Name Figure Name.jpg
Figure 1: Figure description
  • Use a table when adding multiple pictures next to each other.
{| style="background: transparent; margin: auto;"
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 2: Left]]
| [[Image:Robot Name Figure Name.jpg|450px|thumb|center|Figure 3: Right]]
|}
File:Robot Name Figure Name.jpg
Figure 2: Left
File:Robot Name Figure Name.jpg
Figure 3: Right


Movies

To include a movie from par example Youtube use:

<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{#ev:youtube|jF--uLxtYlo}}</div>