Template:TabsBar/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nescius moved page Template:TabsBar to Template:TabsBar/doc without leaving a redirect: page history move)
No edit summary
Line 1: Line 1:
{{doc}}
improved version of {{T|Tabs}}
<includeonly>


<onlyinclude><div style="display:flex; gap:12px; border-bottom:1px solid rgb(104 104 104); margin-bottom:8px">
instead of editing all the pages that are in the tabs this works by making specific tab bar as its own template for chosen pages
{{#ifexist: Template:TabsBar/{{{main|{{#if:{{NAMESPACE}}|{{NAMESPACE}}:}}{{LanguageBar/basepage}}}}}
| {{ TabsBar/{{{main|{{#if:{{NAMESPACE}}|{{NAMESPACE}}:}}{{LanguageBar/basepage}}}}} | base = {{{base}}} }}
| {{PageCreateLink
| create = Template:TabsBar/{{{main|{{#if:{{NAMESPACE}}|{{NAMESPACE}}:}}{{LanguageBar/basepage}}}}}
| alt = Create new tabs bar with this page as main
| preload = TabsBar/preload|{{{main|{{#if:{{NAMESPACE}}|{{NAMESPACE}}:}}{{LanguageBar/basepage}}}}}}}
}}</div></onlyinclude>


</includeonly>
 
use: place <nowiki>{{TabsBar}}</nowiki> on main page, click show preview, click link it shows and follow instruction shown by preload, put <nowiki>{{TabsBar|main=whatever was chosen}}</nowiki> on other related pages
 
 
use examples:
*[[player]] and {{T|TabsBar/Player}}
*[[env_beam]] and {{T|TabsBar/Env beam}}
*[[npc_headcrab]] and {{T|TabsBar/Npc headcrab}}
*[[npc_vortigaunt]] and {{t|TabsBar/Npc vortigaunt}}
*[[func water (Source)]] and {{T|TabsBar/Func water (Source)}}
 
Presets:
* {{T|TabsBar/gs}} - usage {{T|TabsBar|{{P|main|gs}}{{P|base|xxx}}}} - For entities in GoldSrc and Source 1, where pages names are 'xxx (GoldSrc)', 'xxx'
* {{T|TabsBar/s2}} - usage {{T|TabsBar|{{P|main|s2}}{{P|base|xxx}}}} - For entities in Source 1 and Source 2, where pages names are 'xxx (GoldSrc)', 'xxx', 'xxx (Source 2)'
* {{T|TabsBar/gs2}} - usage {{T|TabsBar|{{P|main|gs2}}{{P|base|xxx}}}} - For entities in GoldSrc, Source 1 and Source 2, where pages names are 'xxx (GoldSrc)', 'xxx', 'xxx (Source)'
* {{T|TabsBar/hls}} - usage {{T|TabsBar|{{P|main|hls}}{{P|base|xxx}}}} - For entities in GoldSrc and Half-Life: Source {{hldms|also}}, but no other Source 1 games, where pages names are 'xxx (GoldSrc)', 'xxx (Half-Life: Source)'
 
{{todo|finish doccumentation }} <!-- whoever -->
{{todo|Link to subpages}}

Revision as of 13:52, 4 September 2024

improved version of {{Tabs}}

instead of editing all the pages that are in the tabs this works by making specific tab bar as its own template for chosen pages


use: place {{TabsBar}} on main page, click show preview, click link it shows and follow instruction shown by preload, put {{TabsBar|main=whatever was chosen}} on other related pages


use examples:

Presets:

  • {{TabsBar/gs}} - usage {{TabsBar|main=gs|base=xxx}} - For entities in GoldSrc and Source 1, where pages names are 'xxx (GoldSrc)', 'xxx'
  • {{TabsBar/s2}} - usage {{TabsBar|main=s2|base=xxx}} - For entities in Source 1 and Source 2, where pages names are 'xxx (GoldSrc)', 'xxx', 'xxx (Source 2)'
  • {{TabsBar/gs2}} - usage {{TabsBar|main=gs2|base=xxx}} - For entities in GoldSrc, Source 1 and Source 2, where pages names are 'xxx (GoldSrc)', 'xxx', 'xxx (Source)'
  • {{TabsBar/hls}} - usage {{TabsBar|main=hls|base=xxx}} - For entities in GoldSrc and Half-Life: Source (also in Half-Life Deathmatch: Source), but no other Source 1 games, where pages names are 'xxx (GoldSrc)', 'xxx (Half-Life: Source)'
Todo: finish doccumentation
Todo: Link to subpages