Template:MatchTableRow: Difference between revisions
From Hattrick
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<span style="display:inline-block;">{{#switch: {{{1}}} | <span style="display:inline-block;">{{#switch: {{{1}}} | ||
| #default = [[File:Flecha igual.png]] | | #default = [[File:Flecha igual.png]] | ||
| trendup | | trendup|tu = [[File:600px-Green Arrow Up.svg.png|11px]] | ||
| trenddown | | trenddown|td = [[File:Baisse.png]] | ||
| up|u = [[File:Trend-green.png]] | | up|u = [[File:Trend-green.png]] | ||
| down|d = [[File: | | down|d = [[File:Icon trend down.png]] | ||
| steady|equal|e = [[File: | | steady|equal|e = [[File:Trend-red.png]] | ||
}}</span><noinclude> | }}</span><noinclude> | ||
==Usage== | ==Usage== | ||
This template displays | This template displays [[series]] table trend arrows. | ||
<pre> | <pre> | ||
{{MatchTableRow|"parameter"}} | {{MatchTableRow|"parameter"}} | ||
| Line 15: | Line 15: | ||
{| border=1 cellspacing=0 cellpadding=5 style="text-align:right; margin: 1em 1em 1em 0; border-collapse:collapse; border: 1px #aaa solid;" | {| border=1 cellspacing=0 cellpadding=5 style="text-align:right; margin: 1em 1em 1em 0; border-collapse:collapse; border: 1px #aaa solid;" | ||
|+ Parameters | |+ Parameters | ||
| ''null'' | | ''null'' (no parameter) {{MatchTableRow|}}<br> "up" (or "u") {{MatchTableRow|up}}<br>"down" (or "d") {{MatchTableRow|down}}<br>"steady" (or "equal" or "e") {{MatchTableRow|e}}<br>"trendup" (or "tu") {{MatchTableRow|trendup}}<br>"trenddown" (or "td") {{MatchTableRow|trenddown}} | ||
|} | |} | ||
[[Category: | [[Category:Icon Templates]]</noinclude> | ||
Revision as of 14:19, 23 November 2020
Usage
This template displays series table trend arrows.
{{MatchTableRow|"parameter"}}
| null (no parameter) "up" (or "u") "down" (or "d") "steady" (or "equal" or "e") "trendup" (or "tu") "trenddown" (or "td") |