Template:F

From Coral Island Wiki
Jump to navigation Jump to search
Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.
Lua logo.png
This template uses Module:Formatting (edit|hist), a script written in Lua.

This template allows to display formatting methods without them being actually applied to the text for examples and guides.

  • For direct template call format use: {{T}}
  • For direct link format use: {{L}}

Examples

Default

{{F|Xiao}} yields: Xiao

Link with label and bolding

{{F|Xiao|Alatus|l = 1|b = 1}} yields: '''[[Xiao|Alatus]]'''

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>''<u>[https://youtu.be/mpD8bIM1FLU element]</u>''</ref>

Link with variable Input indication and bolding

{{F|Potato|Apple|l = 1|b = 1|v = 1}} yields: '''[[Potato|Apple]]'''

Template formatting with direct input and variable input with named and unnamed params

{{F|Icon|p1 = potato=blue|v2 = season=winter|p3 = azure|v4 = aple|t = 1}} yields: {{Icon|potato = blue|season = winter|azure|aple}}

Template Data

Template for displaying formatting methods as they would show in source editor mode.

Template parameters

ParameterDescriptionTypeStatus
Texttext 1

Main input to display, represents the page to link in link format and the url to link to in external link format.

Stringrequired
Linklink l

Option for internal link formatting.

Stringoptional
External Linkexternal-link el

Option for external link formatting.

Stringoptional
Labellabel 2

Functional only with link or external link formatting active, text to add as label.

Stringoptional
Variable Inputvariable v

Display text as variable input (i.e. expected to be replaced by appropiate text).

Stringoptional
Variable Inputvariable-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).

Stringoptional
Variable Inputv#

Functional only with template call formatting active, parameter to display as variable input (i.e. expected to be replaced by appropiate text).

Stringoptional
Templatetemplate t

Option for template call formatting.

Stringoptional
Fixed Inputp#

Functional only with template call formatting active, parameter to display as fixed input (i.e. expected to be used as-is).

Stringoptional
Boldbold b

Option for bold formatting.

Booleanoptional
Italicitalic i

Option for italic formatting.

Booleanoptional
Underlineunderline u

Option for underline formatting.

Booleanoptional
Ref Tagref r

Option for adding <ref></ref> tags.

Booleanoptional
NoWikinowiki nw

Option for adding <nowiki></nowiki> tags.

Booleanoptional