/codes/article_lc/LEGIARTI000045480608
Generate the path portion of the Legifrance url after the domain, to an article or section in the Penitentiary code.
Usage
edit{{Legifrance/CPEN|id|type}}
Parameters
editThere are two positional parameters:
|1=
, the id of the loi (L1
), décret (D112-1
), regulation (R112-2
) and so on. Required.- Should begin with
L
,D
, orR
followed by the numeric identifier, which may contain hyphens, e.g.,D112-21-1
.
- Should begin with
|2=
, optional type, which may be 'art' (for article) or 'sect' (for section). Default: 'art'. Returns a "section"-style url if|2=sect
, providing the requested item in context; otherwise, a direct link to only the requested item.
Examples
editExamples below are enhanced by the addition of an external link at the end, created by prefixing the path generated by the template with the main Légifrance domain, and appending the section number as anchor (display text) for verifiability.
- {{Legifrance/CPEN|L3}} → /codes/article_lc/LEGIARTI000045480630 ⇨ L3
- {{Legifrance/CPEN|L3|sect}} → /codes/section_lc/LEGITEXT000045476241/LEGISCTA000045478147 ⇨ L3 (in context)
- {{Legifrance/CPEN|L112-1|sect}} → /codes/section_lc/LEGITEXT000045476241/LEGISCTA000045478177 ⇨ L112-1 (in context)
- {{Legifrance/CPEN|D112-1}} → /codes/article_lc/LEGIARTI000045494537 ⇨ D112-1
- {{Legifrance/CPEN|D112-1|sect}} → /codes/section_lc/LEGITEXT000045476241/LEGISCTA000045487264 ⇨ D112-1 (in context)
- {{Legifrance/CPEN|R112-2}} → /codes/article_lc/LEGIARTI000045494529 ⇨ R112-2
- {{Legifrance/CPEN|D112-21-1}} → /codes/article_lc/LEGIARTI000046838869 ⇨ D112-21-1
If a number does not correspond to an article in the penitentiary code, then it returns zeroes for the article id, and nines for the context id (This will probably change going forward):
- {{Legifrance/CPEN|L99999-12345}} → /codes/article_lc/LEGIARTI000000000000
- {{Legifrance/CPEN|L99999-12345|sect}} → /codes/section_lc/LEGITEXT000045476241/LEGISCTA999999999999
See also
edit{{Legifrance}}
{{Legifrance/CTRANSP}}
{{Legifrance/derive-url}}
{{Legifrance/base-decode}}