Template:F:修订间差异
创建页面,内容为“<includeonly><span class="link-flag">{{#if: {{{3|}}} | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}={{{2|}}}]] | {{#ifeq: {{lc:{{{2|}}}}} | link | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}]] | {{{1|'''ERROR''' no flag provided in Template:F.}}}{{#if: {{{2|}}} | ={{{2|}}} |}} }} }}</span></includeonly><noinclude> {{Doc}}</noinclude>” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly><span class="link-flag">{{#if: {{{3|}}} | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}={{{2|}}}]] | {{#ifeq: {{lc:{{{2|}}}}} | link | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}]] | {{{1|'''ERROR''' no flag provided in [[Template:F]].}}}{{#if: {{{2|}}} | ={{{2|}}} |}} }} }}</span></includeonly><noinclude> | <includeonly><span class="link-flag">{{#if: {{{3|}}} | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}={{{2|}}}]] | {{#ifeq: {{lc:{{{2|}}}}} | link | [[{{{1|Template:F}}}|{{#explode:{{{1|'''ERROR''' no flag provided in Template:F.}}}|#|0}}]] | {{{1|'''ERROR''' no flag provided in [[Template:F]].}}}{{#if: {{{2|}}} | ={{{2|}}} |}} }} }}</span></includeonly><noinclude>: ''This template should be used in favor of [[Template:tt]] when styling flags.'' | ||
{{ | This template is used to format flag mentions on ModEnc pages. Depending on the arguments provided, it can format flags in the following ways: | ||
==Flag only== | |||
<pre>{{f|FLAGNAME}}</pre> | |||
This will only apply text formatting to the flag.<br> | |||
'''Where''' | |||
*FLAGNAME = name of the flag to process | |||
'''Example:''' <code><nowiki>{{f|Damage}}</nowiki></code> {{arr|r}} {{f|Damage}} | |||
==Flag only, linked== | |||
<pre>{{f|FLAGNAME|link}}</pre> | |||
This will apply text formatting and link to the flag's page.<br> | |||
'''Where''' | |||
*FLAGNAME = name of the flag to process | |||
*link = constant trigger to trigger linking | |||
'''Example:''' <code><nowiki>{{f|Damage|link}}</nowiki></code> {{arr|r}} {{f|Damage|link}}<br> | |||
'''Subsection:''' <code><nowiki>{{f|Damage#IsLocomotor|link}}</nowiki></code> {{arr|r}} {{f|Damage#IsLocomotor|link}} | |||
==Flag with value== | |||
<pre>{{f|FLAGNAME|VALUE}}</pre> | |||
This will apply text formatting and append the provided value.<br> | |||
'''Where''' | |||
*FLAGNAME = name of the flag to process | |||
*VALUE = the value the flag to process should be displayed with | |||
'''Example:''' <code><nowiki>{{f|Damage|100}}</nowiki></code> {{arr|r}} {{f|Damage|100}} | |||
==Flag with value, linked== | |||
<pre>{{f|FLAGNAME|VALUE|link}}</pre> | |||
This will apply text formatting, append the provided value and link to the flag's page.<br> | |||
'''Where''' | |||
*FLAGNAME = name of the flag to process | |||
*VALUE = the value the flag to process should be displayed with | |||
*link = constant trigger to trigger linking | |||
'''Example:''' <code><nowiki>{{f|Damage|100|link}}</nowiki></code> {{arr|r}} {{f|Damage|100|link}}<br> | |||
'''Subsection:''' <code><nowiki>{{f|Damage#IsLocomotor|100|link}}</nowiki></code> {{arr|r}} {{f|Damage#IsLocomotor|100|link}}</noinclude> | |||
2025年3月30日 (日) 03:26的版本
- This template should be used in favor of Template:tt when styling flags.
This template is used to format flag mentions on ModEnc pages. Depending on the arguments provided, it can format flags in the following ways:
Flag only
{{f|FLAGNAME}}
This will only apply text formatting to the flag.
Where
- FLAGNAME = name of the flag to process
Example: {{f|Damage}} → {{#if: | {{#explode:Damage|#|0}}= | {{#ifeq: | link | {{#explode:Damage|#|0}} | Damage{{#if: | = |}} }} }}
Flag only, linked
{{f|FLAGNAME|link}}
This will apply text formatting and link to the flag's page.
Where
- FLAGNAME = name of the flag to process
- link = constant trigger to trigger linking
Example: {{f|Damage|link}} → {{#if: | {{#explode:Damage|#|0}}=link | {{#ifeq: link | link | {{#explode:Damage|#|0}} | Damage{{#if: link | =link |}} }} }}
Subsection: {{f|Damage#IsLocomotor|link}} → {{#if: | {{#explode:Damage#IsLocomotor|#|0}}=link | {{#ifeq: link | link | {{#explode:Damage#IsLocomotor|#|0}} | Damage#IsLocomotor{{#if: link | =link |}} }} }}
Flag with value
{{f|FLAGNAME|VALUE}}
This will apply text formatting and append the provided value.
Where
- FLAGNAME = name of the flag to process
- VALUE = the value the flag to process should be displayed with
Example: {{f|Damage|100}} → {{#if: | {{#explode:Damage|#|0}}=100 | {{#ifeq: 100 | link | {{#explode:Damage|#|0}} | Damage{{#if: 100 | =100 |}} }} }}
Flag with value, linked
{{f|FLAGNAME|VALUE|link}}
This will apply text formatting, append the provided value and link to the flag's page.
Where
- FLAGNAME = name of the flag to process
- VALUE = the value the flag to process should be displayed with
- link = constant trigger to trigger linking
Example: {{f|Damage|100|link}} → {{#if: link | {{#explode:Damage|#|0}}=100 | {{#ifeq: 100 | link | {{#explode:Damage|#|0}} | Damage{{#if: 100 | =100 |}} }} }}
Subsection: {{f|Damage#IsLocomotor|100|link}} → {{#if: link | {{#explode:Damage#IsLocomotor|#|0}}=100 | {{#ifeq: 100 | link | {{#explode:Damage#IsLocomotor|#|0}} | Damage#IsLocomotor{{#if: 100 | =100 |}} }} }}