Template:F/doc

From 1F616EMO Survival Server Wiki
Revision as of 21:02, 29 July 2023 by genshin-impact>VoirBot (→‎top: <noinclude> unnecessary now, standardize)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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|Xiao|Alatus|l = 1|b = 1|v = 1}} yields: '''[[Xiao|Alatus]]'''

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

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