Template:F
More actions
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
This template allows to display formatting methods without them being actually applied to the text for examples and guides.
Examples edit
- Default
{{F|Xiao}} yields: Xiao
- Link with label and bolding
{{F|Xiao|Alatus|l = 1|b = 1}} yields: <b>[[Xiao|Alatus]]</b>
- External Link with italic, underline, in ref tags and variable link label
{{F|https://youtu.be/mpD8bIM1FLU|element|el = 1|i = 1|u = 1|r = 1|vl = 1}} yields: <ref><i><u>[https://youtu.be/mpD8bIM1FLU element]</u></i></ref>
- Link with variable Input indication and bolding
{{F|Xiao|Alatus|l = 1|b = 1|v = 1}} yields: <b>[[Xiao|Alatus]]</b>
- Template formatting with direct input and variable input with named and unnamed params
{{F|Icon|p1 = alatus=blue|v2 = element=blue|p3 = azure|v4 = potato|t = 1}} yields: {{Icon|alatus = blue|element = blue|azure|potato}}
Template Data edit
Template for displaying formatting methods as they would show in source editor mode.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text 1 | Main input to display, represents the page to link in link format and the url to link to in external link format. | String | required |
| Link | link l | Option for internal link formatting. | String | optional |
| External Link | external-link el | Option for external link formatting. | String | optional |
| Label | label 2 | Functional only with link or external link formatting active, text to add as label. | String | optional |
| Variable Input | variable v | Display text as variable input (i.e. expected to be replaced by appropiate text). | String | optional |
| Variable Input | variable-label vl | Functional only with link or external link formatting active, display the link lable as variable input (i.e. expected to be replaced by appropiate text). | String | optional |
| Variable Input | v# | Functional only with template call formatting active, parameter to display as variable input (i.e. expected to be replaced by appropiate text). | String | optional |
| Template | template t | Option for template call formatting. | String | optional |
| Fixed Input | p# | Functional only with template call formatting active, parameter to display as fixed input (i.e. expected to be used as-is). | String | optional |
| Bold | bold b | Option for bold formatting. | Boolean | optional |
| Italic | italic i | Option for italic formatting. | Boolean | optional |
| Underline | underline u | Option for underline formatting. | Boolean | optional |
| Ref Tag | ref r | Option for adding <ref></ref> tags. | Boolean | optional |
| NoWiki | nowiki nw | Option for adding <nowiki></nowiki> tags. | Boolean | optional |