Description Usage Arguments Examples
Progress.Ebar
Setting the progress bar parameters
1 2 3 4 5 6 7 8 9 10 11 | Progress.Ebar(
min = 1,
max = 1,
style = 3,
char = "/",
char.color = "cyan",
bgchar = "/",
bgchar.color = "red",
text = "逃げちゃだめだ ",
text.color = "blue"
)
|
max |
set the max loop numbers |
char |
using style1,2,3. only half-width alphanumeric character |
char.color |
"red", "yellow", "green", "blue", "violet", "cyan" or "grey" |
bgchar |
using style3 |
text |
using style4. |
1 2 | #n<-100
#pe<-Progress.Ebar(max = n,style=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.