Template:Nav buttons/inner: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<div class='nav-button-container' style='color: {{ #if:{{{text-color|}}} | {{{text-color|}}} | }};'>
<div class='nav-button-container' style='color: {{#if:{{{{{theme|}}}}} | {{{text-color|}}} | {{{{{theme|}}}|text-color}} }};'>
{{nav button |color={{{color|}}} |image={{{image|}}}              | text={{{link|}}} |link={{{link|}}}                 }}
{{nav button |color={{#if:{{{{{theme|}}}}} | {{{color|}}} | {{{{{theme|}}}|color}} }} |image={{{image|}}}              |link={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }}                | text={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }} }}
{{nav button |color={{{color|}}} |image=getting_started_button.png | text=Tutorials  |link={{{link|}}} getting started }}
{{nav button |color={{#if:{{{{{theme|}}}}} | {{{color|}}} | {{{{{theme|}}}|color}} }} |image=getting_started_button.png |link={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }} getting started | text=Tutorials                                                          }}
{{nav button |color={{{color|}}} |image=Overview_button.png        | text=Overview    |link={{{link|}}} overview        }}
{{nav button |color={{#if:{{{{{theme|}}}}} | {{{color|}}} | {{{{{theme|}}}|color}} }} |image=Overview_button.png        |link={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }} overview        | text=Overview                                                            }}
{{nav button |color={{{color|}}} |image=theory_button.png          | text=Theory      |link={{{link|}}} theory          }}
{{nav button |color={{#if:{{{{{theme|}}}}} | {{{color|}}} | {{{{{theme|}}}|color}} }} |image=theory_button.png          |link={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }} theory          | text=Theory                                                              }}
{{nav button |color={{{color|}}} |image=benchmarks_button.png      | text=Benchmarks  |link={{{link|}}} benchmarks      }}
{{nav button |color={{#if:{{{{{theme|}}}}} | {{{color|}}} | {{{{{theme|}}}|color}} }} |image=benchmarks_button.png      |link={{#if:{{{{{theme|}}}}} | {{{link|}}} | {{{{{theme|}}}|mainlink}} }} benchmarks      | text=Benchmarks                                                          }}
</div>
</div>
</includeonly>
</includeonly>

Revision as of 14:35, 15 December 2020


Example with theme:


Example without theme:


Example in nav element:


Parameters:

  • image: The image to use for the first button
  • link: Main article of the subject matter
  • size: Size of the images
  • fontsize: Size of the text

Style here: MediaWiki:Common.css