Template:TabsBar/doc: Difference between revisions
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: | ||
{{ | improved version of {{T|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 <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:
- player and {{TabsBar/Player}}
- env_beam and {{TabsBar/Env beam}}
- npc_headcrab and {{TabsBar/Npc headcrab}}
- npc_vortigaunt and {{TabsBar/Npc vortigaunt}}
- func water (Source) and {{TabsBar/Func water (Source)}}
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
), but no other Source 1 games, where pages names are 'xxx (GoldSrc)', 'xxx (Half-Life: Source)'
Todo: finish doccumentation
Todo: Link to subpages