Template:Navbox mobile/doc

From Book of Travels Wiki
Jump to navigation Jump to search
Template-info.svg Documentation
Description

A makeshift copy of Navbox but its also mobile friendly

Used together with Template:Col-2 and Template:Col-1
Parameters
  1. title | the header of the Navbox
  2. strip | (optional) If it contains anything, it will make the header gray for accent/ easier reading.
  3. 1 | Adding in the column templates in here
Syntax

Only this template

{{Navbox mobile
|title = Test Navbox
|strip = 1
|
}}


With column template

{{Navbox mobile|title = Test Navbox|strip = 1|
{{Col-2|Left Column|
Content here
}}
{{Col-1|strip=1|
Content here
}}
}}

Results:


Test Navbox
Left Column

Content here

Content here