Template:gitlab
From Free Pascal wiki
Jump to navigationJump to search
synopsis
This template creates an external link to the git laboratory.
usage
- parameter: the item kind you want to refer to
issue
,Issue
,issues
tree
,repository
- empty means the entire project
- parameter: project name
FP
: Free Pascal projectFPC
: Free Pascal Compiler source projectDocumentation
: Free Pascal documentation projectLazarus
: Lazarus source code project
- parameter: number
- parameter: optional display title, by default concatenation of second, first and third parameter
example
{{gitlab|issue|FPC|34953}}
is rendered as FPC issue 34953{{gitlab|repository|FPC|release_3_2_0/compiler/scanner.pas#L2157-2160|scanner.pas}}
yields scanner.pas