Difference between revisions of "Template:Demo-inline"

From blackwiki
Jump to navigation Jump to search
test>Swpb
m (108 revisions imported)
 
(23 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%;
 
">&uarr;</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>
 
{{subtemplate}}
 
Creates an annotation box at a specified date, with specified text.
 
</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