Template:NavTabs/doc: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 4: Line 4:


Required:
Required:
base: Name of the game character. Name is used as a basis for linked subpages (except anime!)
game: Name of the game from which a character comes.
base: Name of the character. Name is used as a basis for linked subpages.
active: The tab currently "active". Defaults to Game tab.
active: The tab currently "active". Defaults to Game tab.



Revision as of 17:59, 18 June 2020

How to Use

{{NavTabs|base=|overview=|combos=|strategy=|okizeme=|frame_data=}}

Required:
game: Name of the game from which a character comes.
base: Name of the character. Name is used as a basis for linked subpages.
active: The tab currently "active". Defaults to Game tab.

Optional:
combos: yes/no. Toggle Combos tab. Default: yes
strategy: yes/no. Toggle Strategy tab. Default: yes
okizeme: yes/no. Toggle Okizeme tab. Default: no
frame_data: yes/no. Toggle Full Frame Data tab. Default: yes

Examples

Full Format Format

   {{NavTabs|base=GBVS/Vaseraga|overview=yes|combos=yes|strategy=yes|okizeme=yes|frame_data=yes}}
  [[{{{game}}}/{{{chara}}}|Overview]]   [[{{{game}}}/{{{chara}}}/Combos|Combos]]   [[{{{game}}}/{{{chara}}}/Strategy|Strategy/Counter Strategy]]   [[{{{game}}}/{{{chara}}}/Okizeme|Okizeme]]   [[{{{game}}}/{{{chara}}}/Frame_Data|Full Frame Data]]    

Default values + no okizeme tab

   {{NavTabs|base=GBVS/Vaseraga|okizeme=no}}
  [[{{{game}}}/{{{chara}}}|Overview]]   [[{{{game}}}/{{{chara}}}/Combos|Combos]]   [[{{{game}}}/{{{chara}}}/Strategy|Strategy/Counter Strategy]]   [[{{{game}}}/{{{chara}}}/Frame_Data|Full Frame Data]]    

Default values + no okizeme tab, no strategy

   {{NavTabs|base=GGXRD-R2/Ky_Kiske|strategy=no|okizeme=no}}
  [[{{{game}}}/{{{chara}}}|Overview]]   [[{{{game}}}/{{{chara}}}/Combos|Combos]]   [[{{{game}}}/{{{chara}}}/Frame_Data|Full Frame Data]]    


Templates used

Credit

Modified from original template with credit to http://feheroes.wiki, under CC BY-NC-SA 3.0 license.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.