BCdiploma Knowledge BaseBCdiploma Knowledge Base
User guide
Technical guide
API
Terms and Data
  • English
  • Français
  • Español
User guide
Technical guide
API
Terms and Data
  • English
  • Français
  • Español
  • User Guide

    • Getting Started with BCdiploma
    • Certificate Templates
    • "Certificate" Template Type
    • "Micro-certification" Template Type
    • Certification campaigns
    • Reports
    • Sending emails
    • Sending SMS and WhatsApp messages
    • Deletion, Deactivation, and Clearing
    • Tags
    • Administration
    • Versions
    • Contact us

Certificate Templates

Types of Templates

There are several types of templates on the BCdiploma platform:

  • Custom Certificates: fully customized in terms of content, data, and design by our team in collaboration with you; they are designed specifically for your needs.
  • Micro-certification: with a fixed data structure complying with the Open Badges standard, with customizable formatting within the platform.

Overview

Certificate templates serve as the framework from which your certificates will be generated, both visually (the certificate template is a web page containing logos, animations, and graphic elements) and in terms of content (the certificate template includes all the text information that does not vary from one certificate to another). Certificate templates can be previewed using the "magnifying glass" in the "Templates" tab.

Merge Fields

Each certificate template contains a defined number of merge fields. These merge fields are identified by two characters that mark their beginning "^" and end "¤", for example: ^FirstName¤. These merge fields correspond to data that will vary from one certificate to another and are also called "variable fields." For example, in a graduation certificate template, variable fields may include "Last Name," "First Name," "Date of Birth," and "Honors Received." During the certificate creation process, this data is encrypted and stored on the blockchain.

Technical Fields

Each certificate template also includes what are called "technical fields." These fields are not recorded on the blockchain but are stored in the BCdiploma database for future use. Technical fields can include elements such as an ID or email to facilitate interfaces or enable certificate distribution by email, for instance.

Multilingual Template

A template can be either single or multilingual. For multilingual templates, you can select the display language using the selector in the certificate's sidebar. Available languages are defined during the design of the certificate template.

Available Actions on Templates

For all types, in the "Templates" tab, you can perform the following actions for any given template:

  • Preview it using the "magnifying glass" by hovering over its thumbnail
  • Start a new certification campaign
  • View all campaigns conducted
  • View the latest campaign conducted
  • View all certificates issued
  • Add labels or notes

Additional features are detailed in the pages dedicated to each template type.

Import File

Each certificate template has its own import file. This file includes the header for each field required to issue certificates for this template, namely all technical fields, all merge fields, and an optional language column. The import file can be downloaded by clicking on "Blank Import File" in the menu of any certificate template.

Deactivation

Deactivating a template will prevent issuing new certificates but will not affect previously issued certificates using that template.

Markdown Syntax

Some fields in the template creation/modification forms support Markdown syntax. This means that the text they contain will be rendered using Markdown formatting when viewing the BCdiploma certificate. Markdown is a markup language that allows for simple content formatting.

Here are some examples of Markdown formatting along with their rendered output:

#### H4 - Smaller Heading

##### H5 - Tiny Heading

###### H6 - Smallest Heading

- Bold → **Bold**
- Italic → _Italic_
- Strikethrough → ~~Strikethrough~~

### 📝 Blockquotes

### Ordered list

1. First Item
2. Second Item
3. Third Item

### Unordered list

- First Item
- Second Item
- Third Item

### Links

[BCdiploma Website](https://www.bcdiploma.com)

### 📊 Tables

| Feature     | Supported |
| ----------- | --------- |
| Bold/Italic | ✅ Yes    |
| Links       | ✅ Yes    |
| Lists       | ✅ Yes    |
| Tables      | ✅ Yes    |

H4 - Smaller Heading

H5 - Tiny Heading
H6 - Smallest Heading
  • Bold → Bold
  • Italic → Italic
  • Strikethrough → Strikethrough

📝 Blockquotes

Ordered list

  1. First Item
  2. Second Item
  3. Third Item

Unordered list

  • First Item
  • Second Item
  • Third Item

Links

BCdiploma Website

📊 Tables

FeatureSupported
Bold/Italic✅ Yes
Links✅ Yes
Lists✅ Yes
Tables✅ Yes
Prev
Getting Started with BCdiploma
Next
"Certificate" Template Type