Difference between revisions of "Template:Highlighted"

From Moegirlpedia
Jump to: navigation, search
(Created page with "<includeonly>{{#if:{{{内容|}}}|<span style="{{#if:{{{背景颜色|}}}|background-color:{{{背景颜色}}};}}{{#if:{{{内容颜色|}}}|color:{{{内容颜色}}};}}" title="{{{...")
 
m (Category)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{内容|}}}|<span style="{{#if:{{{背景颜色|}}}|background-color:{{{背景颜色}}};}}{{#if:{{{内容颜色|}}}|color:{{{内容颜色}}};}}" title="{{{内容提示|}}}" {{{其他内容控制符|}}}>{{{内容}}}</span><sup {{#ifeq:{{{注释文字|}}}|yes|class="mobileref"}} style="{{#if:{{{上标背景色|}}}|background-color:{{{上标背景色}}};}}{{#if:{{{上标文字色|}}}|color:{{{上标文字色}}};}}" title="{{{上标提示|}}}" {{{其他上标文字控制符|}}}>{{{上标文字|}}}</sup>|{{color|red|(高亮文字模板使用错误。请参考[[:Template:高亮文字]])}}}}</includeonly><noinclude>
+
<includeonly>{{#if:{{{内容|{{{content|}}}}}}|<span style="{{#if:{{{背景颜色|{{{background-color|}}}}}}|background-color:{{{背景颜色|{{{background-color}}}}}};}}{{#if:{{{内容颜色|{{{content-color|}}}}}}|color:{{{内容颜色|{{{content-color}}}}}};}}" title="{{{内容提示|{{{title|}}}}}}" {{{其他内容控制符|{{{attributes|}}}}}}>{{{内容|{{{content}}}}}}</span><sup {{#ifeq:{{{注释文字|{{{isref|}}}}}}|yes|class="mobileref"}} style="{{#if:{{{上标背景色|{{{sup-background-color|}}}}}}|background-color:{{{上标背景色|{{{sup-background-color}}}}}};}}{{#if:{{{上标文字色|{{{sup-color|}}}}}}|color:{{{上标文字色|{{{sup-color}}}}}};}}" title="{{{上标提示|{{{sup-title|}}}}}}" {{{其他上标文字控制符|{{{sup-attributes}}}}}}}>{{{上标文字|{{{sup|}}}}}}</sup>|{{color|red|(Incorrect usage of [[:Template:Highlighted]]. Refer to aforementioned documentation.)}}}}</includeonly><noinclude>
这是高亮文字的模板,使用方法比较复杂。如果你对其内容不太熟悉,可以使用这个模板扩充的如[[:模板:求翻译]]、[[:模板:fact]]等。
+
{{doc}}[[Category:Function templates]]</noinclude>
 
 
 
 
用法:
 
 
 
源码:<nowiki>{{高亮文字|内容=这是内容|背景颜色=red|内容颜色=yellow|内容提示=这是提示|上标文字=这是上标|上标文字色=blue|上标背景色=#FBFE76|上标提示=这是上标提示|其他内容控制符=class="noprint"|其他上标文字控制符=class="noprint Template-Fact"}}</nowiki>
 
 
 
效果:{{Highlighted|内容=这是内容|背景颜色=red|内容颜色=yellow|内容提示=这是提示|上标文字=这是上标|上标文字色=blue|上标背景色=#FBFE76|上标提示=这是上标提示|其他内容控制符=class="noprint"|其他上标文字控制符=class="noprint Template-Fact"}}
 
 
 
 
 
源码:<nowiki>{{Highlighted|内容=这是内容|内容颜色=#FBFE76}}</nowiki>
 
 
 
效果:{{Highlighted|内容=这是内容|内容颜色=#FBFE76}}
 
 
 
 
 
说明:
 
<pre>
 
*内容必须写,其他选填。
 
*颜色必须使用HTML可识别的RGB色。(请尽量避免太浅的颜色,会与背景混在一起无法辨识)
 
*如果不要上标,直接不写“上标文字”这个变量。
 
*如果参数值中含有等号(=),调用模板时则必须使用参数名,即使参数名只是一个编号也要使用。
 
*如果参数值中含有两个连续的右大括号(}}),调用参数时必须将其放入nowiki标记中,例如<nowiki><nowiki>}}</nowiki></nowiki>。
 
*如果参数值中含有竖线(|),调用参数时必须将其放入nowiki标记中,例如<nowiki>|</nowiki>,或用{{!}}代替。
 
*参数值中可以包含一对双方括号,用于链接一个条目,但不能含有半个右双方括号,然后再接半个左双方括号。
 
</pre>
 
[[Category:Function Templates]]
 
</noinclude>
 

Latest revision as of 08:09, 21 October 2023

Template-info.svg Template Documentation  [View] [Edit] [History] [Refresh]

This is a template for highlighting text. It is packaged to create Template:NeedsTranslating, Template:fact, etc.

Syntax and Usage

Source code: {{highlighted|content=this is the content|background-color=red|content-color=yellow|title=This is the content title text|sup=this is the superscript|sup-color=blue|sup-background-color=#FBFE76|sup-title=this is the superscript title text|attributes=class="noprint"|sup-attributes=class="noprint Template-Fact"}}

Displayed as: this is the contentthis is the superscript

Source code: {{Highlighted|content=this is the content|content-color=blue}}

Displayed as: this is the content

Explanation

  • content is the only required argument. You may omit any of the other arguments.
  • Ignore sup and related arguments if superscripts are not needed.
  • If the argument contains two right braces (}}), you must escape it with <nowiki> tages, i.e. <nowiki>}}</nowiki>.
  • If the argument contains pipe sign (|), use {{!}} to escape it.
  • Arguments may contain pairs of double square brackets (for internal links), but it may not contain double right square brackets and then double left square brackets, i.e. ]][[.