Difference between revisions of "Template:If mobile/doc"

From blackwiki
Jump to navigation Jump to search
imported>Xaosflux
imported>Evad37
Line 23: Line 23:
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Wikipedia templates that change text based on client state]]
 
[[Category:Wikipedia templates that change text based on client state]]
 +
[[Category:Boolean, register, and condition testing templates]]
 
}}</includeonly>
 
}}</includeonly>

Revision as of 14:56, 27 March 2020

Script error: No such module "Uses TemplateStyles". This template detects whether it is being used on the mobile version of Wikipedia (en.m.wikipedia.org), and displays different content accordingly.

Rationale

Some features work differently on the mobile website, such as slideshow galleries appearing as ordinary galleries. This templates allows better presentation of such content, by e.g. having a "Slideshow" heading when a slideshow is shown, and a "Gallery" heading when a regular gallery is shown.

Usage

{{If mobile|content for mobile website|content for desktop website}}

By default, <span>...</span> tags are used to wrap the specified content. A different tag may be specified using |tag=

E.g. |tag=div can be used if the content contains block-level elements.

Note that this template only works outside of the Template: namespace.

Example

{{If mobile|A mobile user you are!|You are looking at the desktop site}}