Template:file
Appearance
This page is a template. It contains no postmarketOS-related information, but should be used as part of other articles.
Check out all pages using this template and feel free to discuss it in the gitlab issues.
Link to a file on gitlab or github by specifying:
filename
repository
(defaults to pmbootstrap)project
(defaults to postmarketOS)site
(defaults to gitlab.postmarketos.org)commit
This can be a hex commit number, a branch, or a tag. (defaults tomaster
)line
Must start with#L
, for example:#L42
. Can also be a markdown heading, for example#requirements
. (defaults to nothing)
Usage
{{file|filename|repository=repository|project=project|site=site|commit=commit|line=line}}
Example
{{file|README.md|commit=0d7802d7ef95e464dfe0fcef8fde23b48dd0376d|line=#requirements}}
{{file|pmb/__init__.py}}
{{file|README.md|repository=osk-sdl}}
{{file|README|repository=linux|project=torvalds|site=github.com|commit=v4.17|line=#L11}}