Project

General

Profile

task #9666

Updated by Andreas Kohlbecker almost 3 years ago

This module will provide Drupal tokens: 

 ~~~ 
 cdm:taxon_name 
 cdm:taxon_name:uninomial 
 cdm:taxon_name:epithet 
 ~~~~ 

 etc .... 

 This is the base for more flexibility in the external links module #9659 #9637 


 On Drupal tokens, please see 


 * https://www.oliverdavies.uk/blog/creating-using-custom-tokens-drupal-7 
 * [chained tokens at the example of the comments module](https://api.drupal.org/api/drupal/modules%21comment%21comment.tokens.inc/function/comment_tokens/7.x) 
 * [List of Tokens](https://www.drupal.org/node/390482)

Back