Camptocamp.org Topoguide
Sorties
Forum Incidents et accidents Articles YETI
Contact • CGU • Licences
Camptocamp Association • Cookies
Aide
Adhérer
Ajouter une sortie
Ajouter un itinéraire Ajouter un point de passage Ajouter un article Ajouter un livre Ajouter un rapport d'incident/accident
Se connecter  
Français Italiano Deutsch English Español Català Euskara Magyar 简体中文 Slovenščina

Appel aux dons 2025 : soutenez Camptocamp !

    HELP: Topoguide - L# Pitch Description Tag

    Faites glisser des images ici ou cliquez pour les sélectionner Ces images seront diffusées sous licence Creative Commons. Si vous n'êtes pas l'auteur de l'image, vous ne pouvez pas la téléverser, à moins que l'auteur n'ait donné son accord pour qu'elle soit diffusée sous la licence Creative-Commons correspondante. Les images de plus de 2Mo sont redimensionnées par le navigateur avant d'être envoyées.
    Activités
    Catégories info site
    Type d'article collaboratif (CC by-sa)
    Articles
    HELP: Topoguide - Text Formatting And Layouting
    AIDE : Topoguide - Rédiger un itinéraire

    Voir dans une autre langue
    italien catalan français

    Qualité du document bon
    Modifier le document
    Modifier les associations
    Versions
    Traduire
    Signaler un problème
    CC BY SA 3.0
    Ce contenu est sous licence Creative Commons BY-SA 3.0

    Fusionner des documents

    Attention : cette action est irréversible !
    Fusionner un document source avec un document cible transfère toutes les associations du document source au document cible, et définit une redirection du document source vers le document cible.   Les commentaires doivent être transférés manuellement dans Discourse avant de fusionner les documents.
    Document à fusionner (source) :
    HELP: Topoguide - L# Pitch Description Tag ( 305462 )
    Document à conserver (cible) :

    Supprimer ce document

    Attention : cette action est irréversible !
    Êtes-vous sûr(e) de vouloir supprimer ce document ?
    Attention, les photos associées ne seront pas supprimées et deviendront orphelines.
    Si vous souhaitez juste modifier le titre ou les documents associés (ex : déplacer une sortie vers un autre itinéraire), il suffit de modifier le document.
    Si ce document est un doublon comportant des photos, demandez @Modo_Topo_FR de fusionner les doublons pour déplacer les photos sur le document conservé.

    Supprimer cette version linguistique

    Attention : cette action est irréversible !
    Êtes-vous sûr(e) de vouloir supprimer cette version linguistique ?
    Créer la première version du document dans la langue suivante
    Allemand
    Espagnol
    Basque
    Slovène
    Chinois

    Articles

    AIDE : Topoguide - Rédiger un itinéraire
    HELP: Topoguide - Text Formatting And Layouting

    Points de passage

    Itinéraires

    Livres

    Sorties

    Rapports incidents/accidents

    Utilisateurs

    Images

    The L# tag is used to format a sequence of lengths using a table. This tag also offers simple self-numbering features.

    • Basic syntax
    • Numbering options
      • Automatic numbering
      • Absolute numbering
      • Group of pitches
      • Secondary numbering with suffixes
    • Facilities within the cells
      • New line
      • Tags within a cell
    • Special lines
      • Title line
      • Comment line
    • Conventions on camptocamp
    • Description of abseil anchors
    • Description of single pitch routes and bouldering problems
    • Comments on the forum

    Basic syntax

    The L# tag (which appears as P for pitch on the interface in English) allows you to write tables. It also makes it possible to use a numbering of the lengths writing. The basic syntax is as follows:

    L# | text 1 | text 2 | text 3 | ... | text n
    L# | text 1 | text 2 | text 3 | ... | text n
    
    • the line must begin with L# (or R#);
    • each cell is separated by a pipe: |
    • the first cell designated by L# contains the numbering;
    • this numbering is prefixed with an "L" (or a R in the case of R#).

    Numbering options

    Automatic numbering

    By default, numbering is automatic, starting with number 1. Each tag (L# or R#) has its own counter.

    L# | => L1
    L# | => L2
    R# | => R1
    R# | => R2
    

    Absolute numbering

    By adding a number behind the #, it is possible to explicitly force the numbering:

    L#1 | => L1
    L#4 | => L4
    L#5 | => L5
    

    Group of pitches

    To describe a group of successive pitches, use this pattern after # : number-number. For example:

    L#1   | => L1
    L#2-3 | => L2-3
    L#4   | => L4
    

    Secondary numbering with suffixes

    It is possible to specify a "bis" pitch (an alternate pitch), by adding a suffix to the number. This suffix must consist of letters without spaces, and not start with a number.

    L#1    | => L1
    L#1bis | => L1bis
    L#2    | => L2
    

    It is also possible to specify a "bis" pitch for a group of pitches, by adding a suffix to the first number with a suffix.

    L#1      | => L1
    L#2-3    | => L2-3
    L#2bis-3 | => L2bis-3bis
    

    Finally, in case of several successive pitches with a suffix, we must repeat the suffix:

    L#1      | => L1
    L#2      | => L2
    L#3      | => L3
    L#2bis   | => L2bis
    L#3bis   | => L3bis
    L#4      | => L4
    

    The suffix should be used to describe an alternate, and should not be used to describe a walking pitch. For the latter case, either use an ordinary pitch or the L#~ tag (see below).

    It is not possible to mix automatic numbering and numbering with suffixes. If you want to use suffixes, you must explicitly specify the number of each line of the document. Otherwise, the first non-conforming tag encountered will disable any interpretation of the numbering.

    Facilities within the cells

    New line

    In case the cell contents are long, it is possible to start each cell with a new line:

    L# | cell 1 | cell 2
    | cell 3 which is really too long
    

    It is also possible to start a new line within a cell. The line break will appear in the cell. However, two line breaks will finish the table.

    L# | cell 1 | cell 2 contains
    a line break
    
    But this line is not part of the table
    

    Tags within a cell

    It is possible to use a L# or a R# witin a cell. In this case, the automatic numbering will use the current number of the line, whatever the letter prefixing the # is:

    L# | L1
    L# | L2
    L# | The L# tag gives L3. | And the R# tag also gives R3 (and not R1).
    

    Special lines

    Title line

    The L#= tag is used to insert a title line, which will appear in bold.

    L#= | column 2 | column 3
    L#  | cell 2 | cell 3
    

    Comment line

    The L#~ tag makes it possible to add a line containing only one cell, as wide as the total width of the table:

    L# | 5a | 30 m | Slab | Anchor with 2 pitons.
    L#~ Connection (walking), approx 20 m towards the right.
    L# | 4c | 30 m | Dihedral | Anchor to the left
    

    This tag is often used to describe a transitional pitch (walking, connection), or additional information useful in this place.

    Conventions on camptocamp

    To homogenize the guidebook, it is recommended to use the following convention on the order of columns:

    L# | rating | length in meters | equipment up | description of the pitch | description of the belay
    

    Of course, you may omit one or more columns if the info is missing for all pitches, or if it is useless.

    Description of abseil anchors

    To describe a abseil line (a.k.a. rappel line), you may use the tag R#, functioning just like the tag L#.

    Note that in the Descent section, the automatic numbering of abseil anchors (R#) is independent of the automatic numbering of anchors on the way up (Route section).

    Example of a rappel line :

    ## Descent
    
    R# | 45m | Belay on tree | Vertical.
    R# | 48m | Belay on chain | Pull to the right, watch out for falling rocks.
    R# | 35m | Belay on two linked bolts | Down into a gorge.
    

    Description of single pitch routes and bouldering problems

    In a document "climbing site", it is possible to describe the single pitch routes of a single pitch site (or bouldering problems of a bouldering site) using the tag L#.

    • As usual, the first column contains L#. It may also contain f.i. L#3, but if you use numbers it has to be allthrough; see above.
    • For a correct display, it is necessary that each pitch has as many cells as the pitch with the most cells. If necessary, add empty boxes (cells).

    Examples of climbing sites :

    • Contrevoz - Essieu
    • Grottes du Loup

    Comments on the forum

    See this topic.

    Commentaires

    Se connecter pour poster un commentaire

    Ce contenu est sous licence Creative Commons BY-SA 3.0

    Les images associées à cette page sont disponibles sous la licence spécifiée sur le document d'origine de chaque image.

    Imprimé le 23 juillet 2025 05:31

    Camptocamp.org

    Contrôlez l'utilisation de vos données personnelles

    Notre site Web utilise des cookies fournis par nous et par des tiers. Certains cookies sont nécessaires au fonctionnement du site Web, tandis que d'autres peuvent être ajustés par vous à tout moment, en particulier ceux qui nous permettent de comprendre les performances de notre site Web et de vous fournir des fonctionnalités de médias sociaux. Vous pouvez les accepter ou les refuser tous ou bien paramétrer vos choix.
    Paramétrage des cookies

    Cookies nécessaires

    Les cookies nécessaires sont indispensables au bon fonctionnement de notre site Web et ne peuvent pas être désactivés. Ils sont envoyés à votre ordinateur ou à votre appareil lorsque vous demandez une action ou un service spécifiques, par exemple lorsque vous vous connectez, remplissez un formulaire ou définissez vos préférences en matière de cookies. Si vous configurez votre navigateur de façon à bloquer ces cookies ou à vous avertir de l'existence de ces derniers, notre site Web ne fonctionnera pas intégralement.

    Cookies statistiques

    Grâce aux cookies statistiques ou analytiques, fournis par nous et d'autres sociétés, nous pouvons compter les visites sur notre site Web et connaître les sources de trafic. Les données que nous obtenons nous aident à comprendre ce que les visiteurs aiment et améliorer le site Web. Si vous ne les acceptez pas, nous ne pourrons pas améliorer votre expérience.

    Cookies sociaux

    Ces cookies permettent d’interagir depuis le site camptocamp.org avec les modules sociaux et de partager les contenus du site avec d’autres personnes ou de les informer de votre consultation ou opinion sur celui-ci, lorsque vous cliquez sur le module "Partager" par exemple. En désactivant ces cookies, vous ne pourrez plus partager les contenus de camptocamp.org depuis le site camptocamp.org sur les réseaux sociaux.