Template:Advanced link: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><onlyinclude><span | <includeonly><onlyinclude><span {{#ifeq:{{padleft:|1|{{bidi:{{int:edit}}}}}}|‫|dir=rtl}} style="white-space:nowrap">{{#ifeq:{{{1}}}|name||<span style="user-select:none; position:relative; top:-1px">[[File:{{{icon}}}|16px|link={{{link|}}}]]{{#ifeq:{{{1}}}|icon|| }}</span>}}{{#ifeq:{{{1}}}|icon||{{#if:{{{link|}}}|{{#if:{{{elink|}}}|[{{{link}}} <span {{#ifeq:{{{2}}}|colored|style="font-weight:bold; color:{{{color|#5081D1}}}"}}>{{{name|}}}</span>]|[[:{{{link}}}|<span {{#ifeq:{{{2}}}|colored|style="font-weight:bold; color:{{{color|#5081D1}}}"}}>{{{name|}}}</span>]]}}|{{{name}}}}}}}</span></onlyinclude></includeonly> | ||
This template is an improved and simplified version of template [[Template:Software]]. | This template is an improved and simplified version of template [[Template:Software]]. | ||
== Parameters == | == Parameters == | ||
* {{Param}}, {{Param|2}} – | * {{Param}}, {{Param|2}} – Specially prepared code is written into these parameters for the convenient ability to select styles and display type in child templates (see example below). | ||
* {{Param| | * {{Param|color}} – The color that is used for colored style of this template. Supports hex, rgb, hsl, etc. | ||
* {{Param|icon}} – An icon that will be displayed next to the game name. You only need to enter the name and format of the image, for example, {{Code|SomeImage.png}}. | |||
* {{Param|icon}} – An icon that will be displayed next to the game name | * {{Param|link}} – The link that will be used. | ||
* {{Param| | * {{Param|name}} – The name that will be displayed. | ||
* {{Param| | |||
== Example == | == Example == | ||
{{CodeBlock|src=Template:Portal2 (not the actual one)|lines= | {{CodeBlock|src=Template:Portal2 (not the actual one)|lines=8|<nowiki>{{Software inline | ||
| {{{1|}}} | | {{{1|}}} | ||
| {{{2|{{{1|}}}}}} | | {{{2|{{{1|}}}}}} | ||
| color = #23B1E5 | | color = #23B1E5 | ||
| icon = Portal2-16px.png | | icon = Portal2-16px.png | ||
| | | link = {{#if:{{{link|.}}}| {{Langprefix}}Portal 2 }} | ||
| | | name = {{#switch:{{Language}}|#default=Portal 2|ru=Портал 2}} | ||
| name = {{ | |||
}}</nowiki>}} | }}</nowiki>}} | ||
== Child Usage == | == Child Usage == | ||
These examples are written directly using this template, since the | These examples are written directly using this template, since the {{T|Portal2}}, {{T|Cs2d}}, {{T|Hammer}} and other templates do not currently use this template as their base. | ||
{{Table | {{Table | ||
| {{tr| | | {{tr| | ||
Line 41: | Line 39: | ||
{{tr| | {{tr| | ||
{{td| {{Code|<nowiki>{{Cs2d}}</nowiki>}} }} | {{td| {{Code|<nowiki>{{Cs2d}}</nowiki>}} }} | ||
{{td| This is {{Software inline|color=#FFD700|icon=CS2D icon.png|link= | {{td| This is {{Software inline|color=#FFD700|icon=CS2D icon.png|elink=1|link=https://store.steampowered.com/app/666220/CS2D|name=CS2D}}! }} | ||
{{td| External link. }} | {{td| External link. }} | ||
}} | }} | ||
Line 63: | Line 61: | ||
{{td| This is {{Software inline|name|colored|color=#23B1E5|icon=Portal2-16px.png|link=Portal 2|name=Portal 2}}! }} | {{td| This is {{Software inline|name|colored|color=#23B1E5|icon=Portal2-16px.png|link=Portal 2|name=Portal 2}}! }} | ||
{{td| Link without icon and with colored text. }} | {{td| Link without icon and with colored text. }} | ||
}} | }} | ||
{{tr| | {{tr| | ||
Line 78: | Line 66: | ||
{{td| This is {{Software inline|colored|colored|color=#6165AD|icon=Hammer-16px.png|link=Valve Hammer Editor|name=Hammer}}! }} | {{td| This is {{Software inline|colored|colored|color=#6165AD|icon=Hammer-16px.png|link=Valve Hammer Editor|name=Hammer}}! }} | ||
{{td| Link with colored text. }} | {{td| Link with colored text. }} | ||
}} | }} | ||
{{tr| | {{tr| | ||
{{td| {{Code|<nowiki>{{Portal2|link=}}</nowiki>}} }} | {{td| {{Code|<nowiki>{{Portal2|link=}}</nowiki>}} }} | ||
{{td| This is {{Software inline|color=#23B1E5|icon=Portal2-16px.png|link=|name=Portal 2}}! }} | {{td| This is {{Software inline|color=#23B1E5|icon=Portal2-16px.png|link=|name=Portal 2}}! }} | ||
{{td| No Link | {{td| No Link. }} | ||
}} | }} | ||
{{tr| | {{tr| | ||
{{td | {{td| {{Code|<nowiki>{{Portal2|name|link=}}</nowiki>}} }} | ||
{{td| This is {{Software inline | {{td| This is {{Software inline|color=#23B1E5|icon=Portal2-16px.png|name|name|link=|name=Portal 2}}! }} | ||
{{td| | {{td| No Link without icon. }} | ||
}} | }} | ||
}} | }} |
Revision as of 14:50, 16 February 2025
This template is an improved and simplified version of template Template:Software.
Parameters
- {{{1}}}, {{{2}}} – Specially prepared code is written into these parameters for the convenient ability to select styles and display type in child templates (see example below).
- {{{color}}} – The color that is used for colored style of this template. Supports hex, rgb, hsl, etc.
- {{{icon}}} – An icon that will be displayed next to the game name. You only need to enter the name and format of the image, for example, SomeImage.png.
- {{{link}}} – The link that will be used.
- {{{name}}} – The name that will be displayed.
Example
Child Usage
These examples are written directly using this template, since the {{Portal2}}, {{Cs2d}}, {{Hammer}} and other templates do not currently use this template as their base.
Code | Result | Description |
---|---|---|
{{Portal2}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Regular internal link. |
{{Idtech3}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Link to Wikipedia article. |
{{Cs2d}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
External link. |
{{Portal2|name}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Link without icon. |
{{Portal2|icon}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Clickable Icon. |
{{Portal2|colored}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Link with colored text. |
{{Portal2|name|colored}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Link without icon and with colored text. |
{{Hammer|colored}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
Link with colored text. |
{{Portal2|link=}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
No Link. |
{{Portal2|name|link=}} | This is
![]() This template has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself Administrators / Moderators - Remember to check if anything links here and the page history before deleting. |
No Link without icon. |