Btn
From Dragon Mania Legends (DML) Wiki
Tests
Inserts a CSS-generated button with wikitext that will translate when translation is applied in user's web browser, to be used in place of images that are not.
Syntax: {{btn|1|2|3|4|5|6}}
{{btn|size|color|content|shape(optiona)|case(optional)|font-size override (optional)}}
.
Note: If icons or images are used, you MUST add a size or VE will mangle pages of images that don't have this, or just use a default size!
In-text buttons should always use size sm, never med or lg.
{{btn|sm|blue|text}}
text
{{btn||blue|text}}
text
{{btn|med|red|This is Red||capitalize }}
This is Red (don't use in paragraph text, use 'sm' instead of 'med')
{{btn|sm|yellow|?|cir}}
?
{{btn|med|green|Test|tab}}
Test
{{btn|lg|blue|Test|tab-rt}}
Test
{{btn|med|lt-blue|Test|tab-lt}}
Test
{{btn|sm|yellow|reward of the<br>month|||8}}
reward of the
month (for 2-line buttons change the font size to 8)
{{btn|sm|green|mY Button||none}}
mY Button (as it is typed)
{{Btn|sm|blue|My button {{sp}}{{sp}}}}
My button
{{btn|sm|green|{{i|Clans|i|15px}} {{sp}} Join {{sp}} }}
Join
{{btn|sm|green|{{sp}}{{sp}}{{sp}}YES{{sp}}{{sp}}{{sp}}||uppercase}}
YES
{{btn|sm|yellow| i ||lowercase}}
i
{{btn|sm|blue|?}}
? (Type an X for X, etc., and change the color as needed, that should be pretty common sense)
testing the checks
{{btn|huge|black|{{color|000|all wrong params}}|tri|as is}}
all wrong params 1 2 4 5
Inserts a CSS-generated button with wikitext that will translate when translation is applied in user's web browser, to be used in place of images that are not. Syntax: {{btn|1|2|3|4|5|6}}
{{btn|size|color|content|shape (optional)|case (optional)|font-size override (optional)}}. In-text buttons should '''always use size sm''', never '''med or lg'''. Note: If icons or images are used, you MUST add a size or VE will mangle pages of images that don't have this, or just use a default size!
Parameter | Description | Type | Status | |
---|---|---|---|---|
Override Size (sm, med, lg) | 1 | If you want to override the default button size (sm) enter a value from the Allowed Values: sm, med, lg
| String | suggested |
Color (blue, green, yellow, red, grey, lt-blue) | 2 | Specify a color for the button from the Allowed Values. Allowed Values: blue, green, yellow, red, grey, lt-blue
| String | required |
Content | 3 | Enter the content for the button which may include icon templates or space templates. Make sure to set icon size to 15. Use the {{sp}} template to include spaces before or after button content (mediawiki strips out starting and ending spaces and duplicate spaces in a row)
| String | required |
Override Shape (cir, tab, tab-rt, tab-lt) | 4 | If you want to override the default button shape, enter an Allowed Value. Allowed Values: cir, tab, tab-rt, tab-lt
| String | suggested |
Override Sentence/Text Case (uppercase, lowercase, capitalize, none=as typed) | 5 | If you wish to override the default case of the letters (e.g., lowercase), enter an allowed value, otherwise leave this blank. Allowed Values: uppercase (default), lowercase, capitalize, none (none, does however you type it)
| String | optional |
Override Font Size (used only for buttons with 2-lines of text!) | 6 | If the button contains 2 lines of text and the font size must be adjusted, specify a value (in px, without including 'px') - Typically '8'
| Number | suggested |