“Vivante GCNANO GPU overview”的版本间的差异
来自百问网嵌入式Linux wiki
Zhouyuebiao(讨论 | 贡献) (创建页面,内容为“{{ReviewsComments|GeraldB W844: need to refine the place of this article between GPU internal peripheral, OpenGLES overview, ...}} {{ReviewsComments|PCO (W8…”) |
|||
第1行: | 第1行: | ||
− | + | <noinclude> | |
+ | ==Usage== | ||
+ | Historically, the [[Template:Grey|Grey]] template was used '''to color text''' in pages, with the "classic MediaWiki grey" color. It is now mapped on the [[Template:STDarkGrey|STDarkGrey]] template that is a STMicroelectronics corporate color. | ||
− | {{ | + | Usage: <nowiki>{{</nowiki>Grey|{{HighlightParam|<text to color>}}}} |
− | {{ | + | Where {{HighlightParam|<text to color>}} is the text to format in grey. If this template is called with no text, the hexadecimal code of the color is returned. |
+ | {{Warning|Do not use this template anymore: use the [[Template:STDarkGrey|STDarkGrey]] template instead.}} | ||
− | { | + | ==Basic examples== |
− | {{ | + | {| class="st-table" |
− | + | ! You type !! You get | |
− | {{ | + | |- |
+ | | Coloring text in "classic MediaWiki" grey: it is now mapped on the [[Template:STDarkGrey|STDarkGrey]] template | ||
+ | <pre style="white-space: pre-wrap;"> | ||
+ | This was a {{Grey|"classic MediaWiki" color: grey: █}}: it is now mapped on the ST dark grey. | ||
+ | </pre> | ||
+ | | | ||
+ | This was a {{Grey|"classic MediaWiki" color: grey: █}}: it is now mapped on the ST dark grey. | ||
+ | |- | ||
+ | | Getting the hexadecimal code of the color | ||
+ | <pre style="white-space: pre-wrap;"> | ||
+ | {{Grey}} is the hexadecimal code of STMicroelectronics dark grey. | ||
+ | </pre> | ||
+ | | | ||
+ | {{Grey}} is the hexadecimal code of STMicroelectronics dark grey. | ||
+ | |} | ||
− | == | + | ==More examples== |
− | { | + | {| class="st-table" |
− | + | ! You type !! You get | |
− | + | |- | |
+ | | Grey and bold | ||
+ | <pre style="white-space: pre-wrap;"> | ||
+ | This was a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: █}}''': it is now mapped on the ST dark grey. | ||
+ | </pre> | ||
+ | | | ||
+ | This was a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: █}}''': it is now mapped on the ST dark grey. | ||
+ | |- | ||
+ | | Grey and italic | ||
+ | <pre style="white-space: pre-wrap;"> | ||
+ | This was a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: █}}'': it is now mapped on the ST dark grey. | ||
+ | </pre> | ||
+ | | | ||
+ | This was a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: █}}'': it is now mapped on the ST dark grey. | ||
+ | |} | ||
− | == | + | ==Code== |
− | + | </noinclude>{{#if: {{{1|}}}|<span style="color: {{STDarkGrey}};">{{{1}}}</span>|{{STDarkGrey}}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
2020年11月10日 (二) 09:36的版本
Usage
Historically, the Grey template was used to color text in pages, with the "classic MediaWiki grey" color. It is now mapped on the STDarkGrey template that is a STMicroelectronics corporate color.
Usage: {{Grey|<text to color>}}
Where <text to color> is the text to format in grey. If this template is called with no text, the hexadecimal code of the color is returned.
Do not use this template anymore: use the STDarkGrey template instead. |
Basic examples
You type | You get |
---|---|
Coloring text in "classic MediaWiki" grey: it is now mapped on the STDarkGrey template
This was a {{Grey|"classic MediaWiki" color: grey: █}}: it is now mapped on the ST dark grey. |
This was a "classic MediaWiki" color: grey: █: it is now mapped on the ST dark grey. |
Getting the hexadecimal code of the color
{{Grey}} is the hexadecimal code of STMicroelectronics dark grey. |
模板:STDarkGrey is the hexadecimal code of STMicroelectronics dark grey. |
More examples
You type | You get |
---|---|
Grey and bold
This was a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: █}}''': it is now mapped on the ST dark grey. |
This was a "classic MediaWiki" color: grey: █: it is now mapped on the ST dark grey. |
Grey and italic
This was a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: █}}'': it is now mapped on the ST dark grey. |
This was a "classic MediaWiki" color: grey: █: it is now mapped on the ST dark grey. |