From reading the documentation, you can dynamically theme Drupal blocks and nodes by adding template files: "page-node-1.tpl" or "block-modulename-2.tpl".
- How do i know the delta value(in this case 1 or 2) to create a template file for node or block?
- Do these delta values keep changing?
- What assigns these delta values and when?