User:Hexasoft

From Wikipedia

My main page:

I'm here to make some tests about scripting, in particular for biology area and the french taxobox templates.

Hexasoft (talk) 22:24, 29 November 2012 (UTC)

Things that I can use or be inspired by[edit]

Some description pages about these modules[edit]

My modules and test pages[edit]

First version of Taxobox[edit]

  • Template:Taxobox-fr: application of the french WP taxobox (infobox for biology) - just a call to the module
  • Module:Taxobox-fr: the taxobox module, that generates the HTML code corresponding to the taxobox
  • Module:Taxoboxoutils: tools for the previous model. It contains various tables and functions that are used from the main module
  • Examples:

Second version of Taxobox[edit]

My CSS / JS[edit]

Needed to see most of the visual of the taxobox (it correspond to parts of the french CSS/JS).

Note: you can just add a call to these CSS and JS in this way, into your personnal JS (user:<yourname>/vector.js):

importStylesheet('User:Hexasoft/vector.css');
importScript('User:Hexasoft/vector.js');