Difference between revisions of "User talk:Oriol"

From HexWiki
Jump to: navigation, search
 
(Nombres a les peces: the syntax is very similar to what Oriol wanted in the first place)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
i wold like to make a page with hex problems
 
i wold like to make a page with hex problems
 +
 +
:Sounds good. May I suggest posting them on the [[Puzzles]] page? — [[User:Turing|turing]] 11:41, 25 Jun 2006 (CEST)
 +
 +
But I'm new in hexwiki and I'm not shure how it works. Can I create a new page? I wold like to make a "basic" hex problems for new players.
 +
 +
:Yes, creating a new page is perfectly ok too if you want. Just create a link somewhere, [[This page does not exist|like this]], so that you can go to the page and add content to it. Good luck! And [[Wikipedia:Wikipedia:Be bold in updating pages|be bold]]. — [[User:Turing|turing]] 15:05, 3 Jul 2006 (CEST)
 +
 +
I just making some test to know how wiki works
 +
 +
Problem X
 +
Vertical to play and win
 +
<hex>R9 C9 Q1 Vg3 Vf4 Vf5 Vg5 Vh6 Vh7 Ve7 Hd9 Hd7 Hc6 Hd6 Hf7 Hg7 Hi7 Hg9</hex>
 +
 +
Wrong
 +
Playing in the lader don't seems good
 +
<hex>R9 C9 Q1 Vg3 Vf4 Vf5 Vg5 Vh6 Vh7 Ve7 Hd9 Hd7 Hc6 Hd6 Hf7 Hg7 Hi7 Hg9 Vg8 Vf8 Ve8 Hf9 He9 Hd8</hex>
 +
 +
Correct
 +
<hex>R9 C9 Q1 Vg3 Vf4 Vf5 Vg5 Vh6 Vh7 Ve7 Hd9 Hd7 Hc6 Hd6 Hf7 Hg7 Hi7 Hg9 Vf8</hex>
 +
 +
its a test
 +
 +
== Puzzle X2 ==
 +
(from templates seccion)
 +
 +
Blue seems connected. How can Red block it?
 +
<hex>R7 C7 Vd5 Ve6 Hd4 He4</hex>
 +
 +
==Solution Puzzle X2 ==
 +
 +
Blue is connected to the right due to A3 template.
 +
Blue is not connected to the left. Can connect if play in b5. Then Red must to play in one of the following *
 +
 +
<hex>R7 C7 Vd5 Ve6 Hd4 He4 Sa5 Sa6 Sb5 Sc4 Sc5</hex>
 +
 +
a6, b5 and c5 can be responded by c3 connecting with A3 template
 +
 +
<hex>R7 C7 Vd5 Ve6 Hd4 He4 Va6 Vb5 Vc5 Hc3</hex>
 +
 +
a5 can be responded by c4 connecting with B3 template
 +
 +
<hex>R7 C7 Vd5 Ve6 Hd4 He4 Va5 Hc4</hex>
 +
 +
correct solution: c4
 +
althougt it's not sure who win
 +
 +
<hex>R7 C7 Vd5 Ve6 Hd4 He4 Vc4</hex>
 +
 +
 +
'''Note: it's only a test, not the final hex problems page. I'm testing the edit in wiki. Can somebody help me? How I can delete or modify my talk page? I only know add comments but no modify the existing ones. Thanks'''
 +
 +
:To edit the page, simply click the ''edit'' button at the top of this page. Until now you have presumably clicked the +, which is next to the ''edit'' and allows you to add extra comments, but not modify the earlier ones. Note that in the diagram above, blue has an easy win if he plays b3. [[User:Taral|Taral]] 19:24, 18 Jul 2006 (CEST)
 +
 +
==Nombres a les peces==
 +
 +
Ei, pel que he vist de la manera de fer-ho, ha de ser fàcil de numerar les jugades.
 +
 +
La cosa seria fer:
 +
 +
<nowiki>
 +
<hex ordered=yes>
 +
R7
 +
C7
 +
Vd5
 +
Hd4
 +
Ve3
 +
Hd6
 +
</hex>
 +
</nowiki>
 +
 +
Comenta'ls als que porten el wiki si ho podrien programar. Si et diuen que no, que no en tenen ganes o no tenen temps, digue'ls que si et passen el codi font de com es fa ara hi ha algú (jo) que ho podria fer. --[[User:Viktor|Viktor]] 22:46, 13 Aug 2006 (CEST)
 +
 +
:Could somebody who masters the above romance language step in and serve as an interpreter? I think I understand Viktor's question, but I'm not sure if I understand all of his additional comments... Anyway, the board rendering engine is at a dead end (because it uses a non-viable combination of PHP and HTML tables), and I would love to see a different solution where we could actually make additions like this. Kindly contact me if you would like to collaborate on such an effort. &mdash; [[User:Turing|turing]] 17:34, 15 Aug 2006 (CEST)
 +
 +
:Turing, this is Catalan language. I will translate it. --[[User:Gregorio|Gregorio]] 08:52, 6 Sep 2006 (CEST)
 +
 +
Translation:
 +
 +
Oriol says:
 +
 +
Numbers to pieces
 +
 +
For what I have seen, it has to be easy to number the moves.
 +
 +
The point is to do:
 +
 +
<nowiki>
 +
<hex ordered=yes>
 +
R7
 +
C7
 +
Vd5
 +
Hd4
 +
Ve3
 +
Hd6
 +
</hex>
 +
</nowiki>
 +
 +
And Viktor adds:
 +
 +
Comment it to the admins of this wiki to see if they can program it. If they say no, they are not in mood or they don't have time, tell them to give you the current font code since there is someone (me) that can do it.
 +
 +
(End of Translation --[[User:Gregorio|Gregorio]] 08:58, 6 Sep 2006 (CEST))
 +
 +
: Do you mean something like this: <tt><nowiki><hex>R7 C7 N:on Vd5 Hd4 Ve3 Hd6</hex></nowiki></tt>? It's been documented on [[Help:Hex#Automatically_numbered_moves]] since September 2007.
 +
 +
: <hex>R7 C7 N:on Vd5 Hd4 Ve3 Hd6</hex>
 +
 +
: --[[User:Roland Illig|Roland Illig]] ([[User talk:Roland Illig|talk]]) 00:48, 30 September 2012 (CEST)

Latest revision as of 22:50, 29 September 2012

i wold like to make a page with hex problems

Sounds good. May I suggest posting them on the Puzzles page? — turing 11:41, 25 Jun 2006 (CEST)

But I'm new in hexwiki and I'm not shure how it works. Can I create a new page? I wold like to make a "basic" hex problems for new players.

Yes, creating a new page is perfectly ok too if you want. Just create a link somewhere, like this, so that you can go to the page and add content to it. Good luck! And be bold. — turing 15:05, 3 Jul 2006 (CEST)

I just making some test to know how wiki works

Problem X Vertical to play and win

abcdefghi123456789

Wrong Playing in the lader don't seems good

abcdefghi123456789

Correct

abcdefghi123456789

its a test

Puzzle X2

(from templates seccion)

Blue seems connected. How can Red block it?

Solution Puzzle X2

Blue is connected to the right due to A3 template. Blue is not connected to the left. Can connect if play in b5. Then Red must to play in one of the following *

a6, b5 and c5 can be responded by c3 connecting with A3 template

a5 can be responded by c4 connecting with B3 template

correct solution: c4 althougt it's not sure who win


Note: it's only a test, not the final hex problems page. I'm testing the edit in wiki. Can somebody help me? How I can delete or modify my talk page? I only know add comments but no modify the existing ones. Thanks

To edit the page, simply click the edit button at the top of this page. Until now you have presumably clicked the +, which is next to the edit and allows you to add extra comments, but not modify the earlier ones. Note that in the diagram above, blue has an easy win if he plays b3. Taral 19:24, 18 Jul 2006 (CEST)

Nombres a les peces

Ei, pel que he vist de la manera de fer-ho, ha de ser fàcil de numerar les jugades.

La cosa seria fer:

<hex ordered=yes> R7 C7 Vd5 Hd4 Ve3 Hd6 </hex>

Comenta'ls als que porten el wiki si ho podrien programar. Si et diuen que no, que no en tenen ganes o no tenen temps, digue'ls que si et passen el codi font de com es fa ara hi ha algú (jo) que ho podria fer. --Viktor 22:46, 13 Aug 2006 (CEST)

Could somebody who masters the above romance language step in and serve as an interpreter? I think I understand Viktor's question, but I'm not sure if I understand all of his additional comments... Anyway, the board rendering engine is at a dead end (because it uses a non-viable combination of PHP and HTML tables), and I would love to see a different solution where we could actually make additions like this. Kindly contact me if you would like to collaborate on such an effort. — turing 17:34, 15 Aug 2006 (CEST)
Turing, this is Catalan language. I will translate it. --Gregorio 08:52, 6 Sep 2006 (CEST)

Translation:

Oriol says:

Numbers to pieces

For what I have seen, it has to be easy to number the moves.

The point is to do:

<hex ordered=yes> R7 C7 Vd5 Hd4 Ve3 Hd6 </hex>

And Viktor adds:

Comment it to the admins of this wiki to see if they can program it. If they say no, they are not in mood or they don't have time, tell them to give you the current font code since there is someone (me) that can do it.

(End of Translation --Gregorio 08:58, 6 Sep 2006 (CEST))

Do you mean something like this: <hex>R7 C7 N:on Vd5 Hd4 Ve3 Hd6</hex>? It's been documented on Help:Hex#Automatically_numbered_moves since September 2007.
3214
--Roland Illig (talk) 00:48, 30 September 2012 (CEST)