Context Pattern
Version Control Footer
A footer that combines version, date, and slide number for draft-heavy review cycles.
version-control-footerOPF extension pending
Use Case
Product specs, board drafts, legal review packets, and project plans with many revision rounds.
When to Use
Use when people will compare drafts and need a visible version marker outside file names.
When to Avoid
Avoid on final presentation decks unless version history is still relevant to the audience.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current}
- Date format
- yyyy-MM-dd
- Logo position
- Not used
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Not used
- Footer content
- v{version} - {date}
- Hide on title slide
- No
Best Practices
1
Use ISO dates when precision matters.
2
Drop the version marker from final customer-facing decks.
3
Keep version text out of the title area.
Related How-to Articles
OPF Config
headers-footers:version-control-footerOpen Presentation Format
{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — headers-footers/version-control-footer",
"tags": [
"gallery:headers-footers/version-control-footer"
],
"design": {
"footer": {
"left": {
"text": "v{version} - {date}"
},
"right": {
"slideNumber": true,
"date": true
}
}
},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "Header & footer preview",
"subtitle": "Header/footer pattern \"version-control-footer\"."
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:version-control-footer