Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Part-DB-symfony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Böhmer
Part-DB-symfony
Wiki
Labels
Changes
Page history
New page
Templates
Clone repository
Created Labels (markdown)
authored
5 years ago
by
Jan Böhmer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Labels.md
+15
-0
15 additions, 0 deletions
Labels.md
with
15 additions
and
0 deletions
Labels.md
0 → 100644
View page @
b14ed092
# Labels
## Label placeholders
A placeholder has the format
`%%PLACEHOLDER%%`
and will be filled with the concrete data by Part-DB.
### Common
| Placeholder | Description | Example |
|---|---|---|
|
`%%USERNAME%%`
| The user name of the currently logged in user | admin |
|
`%%USERNAME_FULL%%`
| The full name of the current user | John Doe (@admin) |
|
`%%DATETIME%%`
| The current date and time in the selected locale | 31.12.2017, 18:34:11 |
|
`%%DATE%%`
| The current date in the selected locale | 31.12.2017 |
|
`
%%TIME%% | The current time in the selected locale | 18:34:11 |
| %INSTALL_NAME% | The name of the current installation (see $config['partdb_title']) | Part-DB |
\ No newline at end of file
This diff is collapsed.
Click to expand it.