Difference between revisions of "Template:Demo-inline"

From blackwiki
Jump to navigation Jump to search
test>Swpb
m (108 revisions imported)
 
(44 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#invoke:Demo|inline}}</includeonly><noinclude>{{documentation}}</noinclude>
{{#ifexpr: {{datefmt|1/1/{{#expr: ({{{year-interval}}}*{{{1}}}-{{{year-interval}}})+2006}}}} < {{datefmt|{{{end-date}}}}} |
 
 
 
<!--outer marker and label--><div style="display: inline-block; position: absolute; text-align:center;
 
bottom: -10px;
 
height: 10px;
 
left: {{#expr: 100*({{datefmt|1/1/{{#expr: ({{{year-interval}}}*{{{1}}}-{{{year-interval}}})+2006}}}}-{{datefmt|1/1/2006}})/({{datefmt|{{{end-date}}}}}-{{datefmt|1/1/2006}}) }}%;
 
right: {{max|0|{{#expr: 100-(100*({{datefmt|1/1/{{#expr:({{{year-interval}}}*{{{1}}}-{{{year-interval}}})+2007}} }}-{{datefmt|1/1/2006}})/({{datefmt|{{{end-date}}}}}-{{datefmt|1/1/2006}})) }} }}%;
 
border-left: 1px solid; font-size: {{#expr: 90*{{{size|500}}}/500 }}%;">{{#ifexpr: ({{{year-interval}}}*{{{1}}}-{{{year-interval}}})+2006 < {{str rightc|{{{end-date}}}|4}} |''''{{str rightc|{{#expr: ({{{year-interval}}}*{{{1}}}-{{{year-interval}}})+2006}} |2}}'''|}}</div>
 
 
 
|}}</includeonly><noinclude>
 
{{subtemplate}}
 
Draws horizontal markers and labels at the specified interval
 
</noinclude>
 

Latest revision as of 16:41, 8 September 2020

Template documentation[view] [edit] [history] [purge]

Usage

Used to include examples of template use in documentation pages.

Like {{demo}}, this template takes an unnamed argument in <nowiki> tags, and displays it unprocessed (as code), then as processed wikitext.

Unlike {{demo}}, this template presents the processed output on the same line as the unprocessed input, separated by an arrow. This is useful for compactly demonstrating a series of different behaviors of the same template.

Example

The code

{{demo-inline|<nowiki>{{USHRseats|California}}</nowiki>}}

produces the template example:

{{USHRseats|California}}Template:USHRseats

See also