Difference between revisions of "User:Wolnic"

From Wikicarpedia
Jump to navigation Jump to search
Line 29: Line 29:
|-
|-
| Pears  || £1.15
| Pears  || £1.15
|}
=== How to color text ===
{| class="wikitable"
|-
|<span style="color: red">'''RED'''</span>||<pre><span style="color: red">'''RED'''</span></pre>
|-
|<span style="color: blue">'''BLUE'''</span>||<pre><span style="color: blue">'''BLUE'''</span></pre>
|-
|<span style="color: #ffcc00">'''YELLOW'''</span>||<pre><span style="color: #ffcc00">'''YELLOW'''</span></pre>
|-
|<span style="color: green">'''GREEN'''</span>||<pre><span style="color: green">'''GREEN'''</span></pre>
|-
|<span style="color: black">'''BLACK'''</span>||<pre>'''BLACK'''</pre> '''BLACK'''
|-
|<span style="color: gray">'''GRAY'''</span>||<pre><span style="color: gray">'''GRAY'''</span></pre>
|-
|<span style="color: #fc94fe">'''PINK'''</span>||<pre><span style="color: #fc94fe">'''PINK'''</span></pre>
|-
|}
|}



Revision as of 17:57, 11 September 2018

Wolnic.jpg

This page for useful bits and pieces

Basic Table

Item1 Item2
Orange Apple
Bread Pie
Butter Ice cream

Sortable Table

Fruit Price
Purple mangosteen £1.05
Apples £0.95
Oranges £0.85
Pears £1.15

How to color text

RED
<span style="color: red">'''RED'''</span>
BLUE
<span style="color: blue">'''BLUE'''</span>
YELLOW
<span style="color: #ffcc00">'''YELLOW'''</span>
GREEN
<span style="color: green">'''GREEN'''</span>
BLACK
'''BLACK'''
BLACK
GRAY
<span style="color: gray">'''GRAY'''</span>
PINK
<span style="color: #fc94fe">'''PINK'''</span>

Including a simple Table in Template

Placing a tile

When you draw a Land tile with a fruit-bearing tree (Tree tile), you place it according to the normal rules. Then, you place a stack with 4 fruit tokens (of the same fruit type) on top of the Tree tile ...

1 token = 3 points
2 tokens = 6 points
3 tokens = 10 points
4 tokens = 15 points

You can use good old HTML tags ... but it seems to only be basic tags, though, as trying to do formatting such as border gives a curly brace 2 error. But it might be good enough for you.