Difference between revisions of "Talk:Vetrofond"

From Fritipedia
Jump to navigationJump to search
(→‎Tables: new section)
Line 23: Line 23:
  
 
The resource I have works better in table form but I can't manage to cut and paste it in here in its current form or to create a table from scratch her in the wiki
 
The resource I have works better in table form but I can't manage to cut and paste it in here in its current form or to create a table from scratch her in the wiki
 +
 +
== Tables ==
 +
 +
You can't really import tables from other things.
 +
Tables are a bit quirky, but are actually not that hard once you understand what you are doing with them.
 +
This is an example of a simple table
 +
<pre><nowiki>
 +
{| class="wikitable"
 +
|-
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1-cell 1
 +
| row 1-cell 2
 +
| row 1-cell 3
 +
|-
 +
| row 2-cell 1
 +
| row 2-cell 2
 +
| row 2-cell 3
 +
|}
 +
</nowiki></pre>
 +
This will look like this
 +
 +
{| class="wikitable"
 +
|-
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1-cell 1
 +
| row 1-cell 2
 +
| row 1-cell 3
 +
|-
 +
| row 2-cell 1
 +
| row 2-cell 2
 +
| row 2-cell 3
 +
|}
 +
 +
I need to add some CSS to make them look nice...
 +
 +
--[[User:Dickie|Dickie]] 17:56, 14 November 2008 (UTC)

Revision as of 12:56, 14 November 2008

Please upload your pictures of rods/paddles/beads on the individual colour pages to illustrate the glasses.

Hmmm

Not sure about all the separate pages for each colour... Wouldn't it be better to put the descriptions into this page, otherwise there is an awful lot of clicking to do...

--Dickie 16:06, 14 November 2008 (UTC)

okie dokie

How about I link only to the colours that I have much more information on/ do interesting things? I am thinking that when people add images/further info at a later date this page could become v.crowded

Unsure

Is this something that we want here though... I'm not sure... How useful is a whole load of pictures of the colours... maybe it is.. maybe it isn't. I'm not sure

--Dickie 17:02, 14 November 2008 (UTC)

creating a table

I see your point Dickie, you could visit any glass suppliers website to see that sort of thing. I was more thinking of pictures of colour reactions/effects between the glasses, effects of striking glass, which are most effective with silver to make organic beads etc. with the thought of spin off pages to interesting articles.

The resource I have works better in table form but I can't manage to cut and paste it in here in its current form or to create a table from scratch her in the wiki

Tables

You can't really import tables from other things. Tables are a bit quirky, but are actually not that hard once you understand what you are doing with them. This is an example of a simple table

{| class="wikitable"
|-
! header 1
! header 2
! header 3
|-
| row 1-cell 1
| row 1-cell 2
| row 1-cell 3
|-
| row 2-cell 1
| row 2-cell 2
| row 2-cell 3
|}

This will look like this

header 1 header 2 header 3
row 1-cell 1 row 1-cell 2 row 1-cell 3
row 2-cell 1 row 2-cell 2 row 2-cell 3

I need to add some CSS to make them look nice...

--Dickie 17:56, 14 November 2008 (UTC)