×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier
    Revision as of 23:12, 10 September 2022 by NotAracham (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Categories at the end of this page, please; interwikis links at Wikidata. --> {{distinguish|Template:Confusing}} Use this template in the body of an article as a request for other editors to clarify text that is difficult to understand. When the problem is not with the wording, but the sourcing, one may use {{tl|specify}} instead. For dealing with dubious information, please use one of the following: {{tl|citation needed}}, {{tl|verify sou...")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    eesti  Deutsch  dansk  čeština  asturianu  català  Boarisch  English  español  sicilianu  中文(简体)  中文(繁體)  Esperanto  Tiếng Việt  Scots  українська  Zazaki  Türkçe  ไทย  slovenščina  polski  മലയാളം  galego  Ελληνικά  日本語  ქართული  македонски  فارسی  Nederlands  မြန်မာဘာသာ  русский  中文  suomi  العربية  norsk bokmål  norsk  Lëtzebuergesch  српски / srpski  Plattdüütsch  български  한국어  svenska  português do Brasil  hrvatski  ဘာသာ မန်  français  magyar  euskara  עברית  Mirandés  italiano  اردو  português  Bahasa Indonesia  বাংলা  Bahasa Melayu  беларуская (тарашкевіца)  edit

    Use this template in the body of an article as a request for other editors to clarify text that is difficult to understand. When the problem is not with the wording, but the sourcing, one may use {{specify}} instead. For dealing with dubious information, please use one of the following: {{citation needed}}, {{verify source}}, {{dubious}} or {{disputed inline}}. For sentences that are simply ungrammatical or awkwardly written, rather than unclear in their content, use {{copy edit inline}}. This template is a self-reference and so is part of the Wikipedia project rather than the encyclopedic content.

    Usage

    This is an inline template which should be placed immediately after the material in question, as with a footnote. For example:

    This sentence needs clarification.{{clarify|date=July 2024}} → This sentence needs clarification.[clarification needed]
    The wikilink on "clarification needed" is set to Wikipedia:Please clarify.

    Parameters

    Abbreviated parameter sets
    {{Clarify|date=July 2024}}
    {{Clarify|date=July 2024|reason= }}
    {{Clarify|date=July 2024|reason= |text= }}
    Full parameter set
    {{Clarify|date=July 2024|reason= |text= |pre-text= |post-text= }}
    Parameter descriptions
    |date=
    Like all inline templates, this Clarify template allows a date parameter which records when the clarify tag was added. If the date parameter was not included when this template was added, the date parameter will automatically be added soon after by a bot. Alternatively, you may add the date automatically (without requiring bot intervention) by substituting the template. That is: {{subst:Clarify}} is equivalent to {{Clarify|date=July 2024}}. This substitution technique also works if other parameters – |reason= |pre-text= |post-text= – are included.
    |reason=
    Because it may not be immediately apparent to other readers and / or editors what the specific reason the tagged passage is in need of clarification, it is generally helpful to add a brief reason for the Clarify tag: {{Clarify|reason=What the problem is}} (this is preferable to using an HTML <!-- comment --> after the tag, as it is tidier to keep all of the {{Clarify}}-related code inside the template). If the request reason would be lengthy, use the article's talk page to address the issue in detail.
    As well as being visible in the source code for readers and editors' benefit, the reason parameter is, if provided, displayed as a pop-up when the mouse is hovered over the 'clarification needed' link in the article.
    |text=
    The particular text needing clarification may be highlighted within the prose by wrapping this Clarify template around it:
    As an example:
    Understandable text preceding the template, {{Clarify|text=unclear or ambiguous text,|date=July 2024}} understandable text following the template.
    produces:
    Understandable text preceding the template, unclear or ambiguous text,[clarification needed] understandable text following the template.
    Please note: when using this text= parameter, please ensure you leave a space before starting the template code.
    |pre-text=
    |post-text=
    One can specify additional text to appear before and / or after the displayed 'clarification needed' tag using either (or both) the two parameters listed above.
    Examples follow:
    1. {{Clarify|pre-text=remove or}}
      will cause the text 'remove or' to appear before 'clarification needed' like this:[remove or clarification needed]
    2. {{Clarify|post-text=(complicated jargon)}}
      will cause '(complicated jargon)' to appear after 'clarification needed' like this:[clarification needed (complicated jargon)]
    3. {{Clarify|post-text=(see [[Talk:Example#Clarification needed|talk]])}}
      can be used to link to a discussion on the article's talk page; this example produces:[clarification needed (see talk)]

    TemplateData

    eesti  Deutsch  dansk  čeština  asturianu  català  Boarisch  English  español  sicilianu  中文(简体)  中文(繁體)  Esperanto  Tiếng Việt  Scots  українська  Zazaki  Türkçe  ไทย  slovenščina  polski  മലയാളം  galego  Ελληνικά  日本語  ქართული  македонски  فارسی  Nederlands  မြန်မာဘာသာ  русский  中文  suomi  العربية  norsk bokmål  norsk  Lëtzebuergesch  српски / srpski  Plattdüütsch  български  한국어  svenska  português do Brasil  hrvatski  ဘာသာ မန်  français  magyar  euskara  עברית  Mirandés  italiano  اردو  português  Bahasa Indonesia  বাংলা  Bahasa Melayu  беларуская (тарашкевіца)  edit <templatedata> { "description": "Use this inline template as a request for other editors to clarify text that is difficult to understand. Place immediately after the material in question.", "params": { "reason": { "label": "Reason", "type": "string", "description": "A brief reason for the tag. Avoid using wikilinks, as they will be converted to plain text in the output.", "suggested": true }, "text": { "label": "Text", "type": "string", "description": "Text fragment containing concerns the tag is supposed to address." }, "date": { "label": "Date", "type": "string", "description": "The date the tag was added (this will be added automatically soon by a bot if not added manually).", "autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", "suggested": true }, "pre-text": { "label": "Pre-text", "type": "string", "description": "Any string to be added before the \"Clarify\" tag, such as \"?\"", "autovalue": "" }, "post-text": { "label": "Post-text", "type": "string", "description": "Any string to be added after the \"Clarify\" tag, such as \"complicated jargon\"." } } } </templatedata>

    Categorization

    Adding this template to an article will automatically place the article into Category:Wikipedia articles needing clarification, or a dated subcategory thereof.

    Redirects

    Template:Startflatlist

    • {{Clarification needed}}
    • {{Clarify me}}
    • {{Confusing-inline}}
    • {{Confusing-short}}
    • {{Define?}}
    • {{How?}}
    • {{Huh}}
    • {{What?}}
    • {{What}}

    Template:Endflatlist

    See also

    Template:Colbegin

    Related inline templates
    Message-box templates
    Related pages

    Template:Colend Template:Inline tags


    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.