|
|
第1行: |
第1行: |
− | <INCLUDEONLY><DIV STYLE="display:inline-block;background:{{{b|linear-gradient(#888,#BBB)}}};height:{{{h|8}}}px;width:{{{w|100}}}px;text-align:left"><DIV STYLE="background:{{{f|linear-gradient(#4CF,#06A)}}};border:1px solid black;height:{{#expr:{{{h|8}}}-2}}px;width:{{{1|50}}}%"></DIV></DIV></INCLUDEONLY><NOINCLUDE>
| + | #重定向 [[User:Digipunk/PB]] |
− | ==百分比橫條(Percentage Bar)==
| + | |
− | :{{PB|3.14159|w=200}}
| + | |
− | :{{PB|33|w=200|f=red}}
| + | |
− | :{{PB|85|w=200|f=green}}
| + | |
− | :{{PB|66|w=200|f=gold}}
| + | |
− | :{{PB|66|w=200|f=deeppink}}
| + | |
− | | + | |
− | ===語法及參數順序===
| + | |
− | <PRE STYLE="margin-left:20px;letter-spacing:1px">{{PB
| + | |
− | | 百分比
| + | |
− | | f=前景色
| + | |
− | | b=背景色
| + | |
− | | w=總寬度
| + | |
− | | h=總高度
| + | |
− | }}</PRE>
| + | |
− | :{| CLASS="wikitable" STYLE="background:min-white;width:400px;text-align:center;white-space:nowrap"
| + | |
− | |-
| + | |
− | ! 參數順序 !! 意義 !! 預設值 !! 可省略
| + | |
− | |-
| + | |
− | |STYLE="text-align:center"| <tt>1</tt> ||STYLE="text-align:left"| 百分比(不加單位,固定為 <tt>%</tt>) || <tt>50</tt> || 是
| + | |
− | |-
| + | |
− | |STYLE="text-align:center"| <tt>f</tt> ||STYLE="text-align:left"| 前景色 || <SPAN STYLE="padding:0 6px;background:linear-gradient(#4CF,#06A);font:normal 2pt/100% Arial"> </SPAN> || 是
| + | |
− | |-
| + | |
− | |STYLE="text-align:center"| <tt>b</tt> ||STYLE="text-align:left"| 背景色 || <SPAN STYLE="padding:0 6px;background:linear-gradient(#888,#BBB);font:normal 2pt/100% Arial"> </SPAN> || 是
| + | |
− | |-
| + | |
− | |STYLE="text-align:center"| <tt>w</tt> ||STYLE="text-align:left"| 總寬度(不加單位,固定為 <tt>px</tt>) || <tt>100</tt> || 是
| + | |
− | |-
| + | |
− | |STYLE="text-align:center"| <tt>h</tt> ||STYLE="text-align:left"| 總高度(不加單位,固定為 <tt>px</tt>) || <tt>8</tt> || 是
| + | |
− | |}
| + | |
− | | + | |
− | ==範例==
| + | |
− | :{| CLASS="wikitable" STYLE="background:white;white-space:nowrap"
| + | |
− | |-
| + | |
− | !WIDTH="160"| 範例 || 語法 || 說明
| + | |
− | |-
| + | |
− | | {{PB}} || <tt><nowiki>{{PB}}</nowiki></tt> || 不加參數,全部取用預設值。
| + | |
− | |-
| + | |
− | | {{PB|75}} || <tt><nowiki>{{PB|75}}</nowiki></tt> || 指定百比分。
| + | |
− | |-
| + | |
− | | {{PB|30|f=red|b=#000}} || <tt><nowiki>{{PB|30|f=red|b=#000}}</nowiki></tt> || 指定百比分、前景色、背景色。
| + | |
− | |-
| + | |
− | | {{PB|30|w=150}} || <tt><nowiki>{{PB|30|w=150}}</nowiki></tt> || 指定百比分、總寬度。
| + | |
− | |-
| + | |
− | | {{PB|30|h=16}} || <tt><nowiki>{{PB|30|h=16}}</nowiki></tt> || 指定百比分、總高度。
| + | |
− | |}
| + | |
− | | + | |
− | ==應用實例==
| + | |
− | :*[[台美棒球交流賽]]
| + | |
− | | + | |
− | [[Category:模板管理]]</NOINCLUDE>
| + | |