|
|
(22 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| <includeonly><!--arrowhead<div style="position: absolute; text-align: center; font-size:200%; | | <includeonly>{{#invoke:Demo|inline}}</includeonly><noinclude>{{documentation}}</noinclude> |
| left: {{#expr: 100*({{MDY to Julian|{{{date|}}}}}-{{MDY to Julian|1/1/2006}})/({{MDY to Julian|{{{updated|}}}}}-{{MDY to Julian|1/1/2006}}) - 5 }}%;
| |
| width: 10%;
| |
| top: 100%;
| |
| ">↑</div>--->
| |
| | |
| <!--shaft--><div style="position: absolute; text-align: center;
| |
| left: {{#expr: 100*({{MDY to Julian|{{{date|}}}}}-{{MDY to Julian|1/1/2006}})/({{MDY to Julian|{{{updated|}}}}}-{{MDY to Julian|1/1/2006}}) }}%;
| |
| width: 0%;
| |
| top: 100%;
| |
| height: 10%;
| |
| border: 1px solid;"></div>
| |
| | |
| <!--box--><div style="display:table; position: absolute; text-align: center;
| |
| left: {{#expr: 100*({{MDY to Julian|{{{date|}}}}}-{{MDY to Julian|1/1/2006}})/({{MDY to Julian|{{{updated|}}}}}-{{MDY to Julian|1/1/2006}}) - 15 }}%;
| |
| width: 30%;
| |
| top: 108%;">
| |
| | |
| <div style="display:table-cell;"></div>
| |
| <div style="display:table-cell; border: 1px outset; background-color: #ADD8E6; width: 50%; padding: 2px 5px;
| |
| font-size: {{#expr: 80*{{{size|500}}}/500 }}%; line-height: 125%;">'''{{{text|}}}'''</div>
| |
| <div style="display:table-cell;"></div>
| |
| | |
| </div><includeonly><noinclude>
| |
| | |
| <!--dotted line at census redistribution-->
| |
| {{#if: {{{census-year|}}} |
| |
| <div style="position: absolute; bottom: 0%;
| |
| height: {{#expr: 100*74/(1.1*{{{max-tot|{{{curr-tot}}}}}}) }}%;
| |
| left: {{#expr: 100*({{MDY to Julian|1/1/{{{census-year}}}}}-{{MDY to Julian|1/1/2006}})/({{MDY to Julian|{{{updated|}}}}}-{{MDY to Julian|1/1/2006}}) }}%;
| |
| box-sizing: border-box; border-left: 1px dotted rgba(0,0,0,0.3);"></div>
| |
| |}}
| |
| {{subtemplate}} | |
| Creates an annotation box at a specified date, with specified text.
| |
| </noinclude> | |