-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement new LTag aliases: C# and V# for crag climbing routes
- Loading branch information
Showing
3 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<table c2c:role="ltag"> | ||
<tbody> | ||
<tr> | ||
<td><span class="pitch"><span translate="">L</span>1</span></td> | ||
<td>5a</td> | ||
<td><span class="pitch"><span translate="">L</span>2</span> and <span class="pitch"><span translate="">L</span>3</span> are joined to <span class="pitch"><span translate="">L</span>1</span></td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch"><span translate="">L</span>4</span></td> | ||
<td>5b+</td> | ||
<td>Awesome pitch !</td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch"><span translate="">R</span>1</span></td> | ||
<td>5a</td> | ||
<td><span class="pitch"><span translate="">R</span>2</span> and <span class="pitch"><span translate="">R</span>3</span> are joined to <span class="pitch"><span translate="">R</span>1</span></td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch"><span translate="">R</span>4</span></td> | ||
<td>5b+</td> | ||
<td>Awesome pitch !</td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch">1</span></td> | ||
<td>5a</td> | ||
<td><span class="pitch">2</span> and <span class="pitch">3</span> are joined to <span class="pitch">1</span></td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch">4</span></td> | ||
<td>5b+</td> | ||
<td>Awesome pitch !</td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch">1</span></td> | ||
<td>5a</td> | ||
<td><span class="pitch">2</span> and <span class="pitch">3</span> are joined to <span class="pitch">1</span></td> | ||
</tr> | ||
<tr> | ||
<td><span class="pitch">4</span></td> | ||
<td>5b+</td> | ||
<td>Awesome pitch !</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
L# | 5a | L#2 and L#3 are joined to L# | ||
L#4| 5b+ | Awesome pitch ! | ||
R# | 5a | R#2 and R#3 are joined to R# | ||
R#4| 5b+ | Awesome pitch ! | ||
V# | 5a | V#2 and V#3 are joined to V# | ||
V#4| 5b+ | Awesome pitch ! | ||
C# | 5a | C#2 and C#3 are joined to C# | ||
C#4| 5b+ | Awesome pitch ! |