Difference between revisions of "Edge templates with two adjacent pieces"
From HexWiki
(→Edge template V2c: Renaming a template, since two different templates had the same name.) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | == Third row == |
| − | + | ||
| − | + | ||
| − | == [[ | + | === [[Edge template III2a]] === |
| − | + | <hexboard size="3x3" | |
| − | + | coords="none" | |
| + | edges="bottom" | ||
| + | visible="-a1" | ||
| + | contents="R b1 c1" | ||
| + | /> | ||
| − | == [[ | + | === [[Edge template III2b]] === |
| − | + | <hexboard size="3x3" | |
| − | + | coords="none" | |
| + | edges="bottom" | ||
| + | visible="-a1" | ||
| + | contents="R b1 a2" | ||
| + | /> | ||
| − | == | + | == Fourth row == |
| − | < | + | === [[Edge template IV2a]] === |
| + | <hexboard size="4x4" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="-a1--a3 b1" | ||
| + | contents="R c1 d1" | ||
| + | /> | ||
| − | + | === [[Edge template IV2b]] === | |
| + | <hexboard size="4x5" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="-a1--a3 b1 e1" | ||
| + | contents="R c1 b2" | ||
| + | /> | ||
| + | |||
| + | == Fifth row == | ||
| + | === [[Edge template V2a]] === | ||
| + | <hexboard size="5x7" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="area(e1,a5,g5,g3,f1)" | ||
| + | contents="R e1 f1" | ||
| + | /> | ||
| + | |||
| + | === [[Edge template V2b]] === | ||
| + | <hexboard size="5x6" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="area(e1,a5,f5,f1)" | ||
| + | contents="R e1 d2" | ||
| + | /> | ||
| + | |||
| + | === [[Edge template V2l]] === | ||
| + | <hexboard size="5x7" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="area(d1,b3,a5,g5,g3,e1)" | ||
| + | contents="R d1 c2" | ||
| + | /> | ||
| + | |||
| + | == Sixth row == | ||
| + | === [[Edge template VI2a]] === | ||
| + | <hexboard size="6x9" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="area(f1,a6,i6,i1)" | ||
| + | contents="R g1 h1" | ||
| + | /> | ||
| + | |||
| + | [[Category: Edge templates]] | ||