Template:Mobile: Difference between revisions
Jump to navigation
Jump to search
m (Fixes) |
m (Ironing out some kinks) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div id="MobileLink" style="{{#ifeq: {{{ | <div id="MobileLink" style="{{#ifeq: {{{template|}}} | true | display: block; | display: none; }} float: left; width: fit-content; padding: 10px; background-color: lemonchiffon; border: 2px solid darkgoldenrod; border-radius: 20px;"> | ||
'''This page is not optimized for mobile users!'''<br/> | |||
For a better reading experience on mobile, visit the mobile-optimized version of this page: [[{{#if: {{{1|}}} | {{{1}}}/Mobile | {{PAGENAME}}/Mobile }}]] | For a better reading experience on mobile, visit the mobile-optimized version of this page: [[{{#if: {{{1|}}} | {{{1}}}/Mobile | {{PAGENAME}}/Mobile }}]] | ||
</div> | </div> | ||
{{Clear}} | {{Clear}} | ||
</includeonly> | </includeonly><noinclude>Simply insert this Template onto a page (wherever you want it) and it will generate a warning for mobile users + a redlink to create a mobile-optimized page. If you want, you can include a single parameter to change the destination of the redlink, like so: | ||
<noinclude> | |||
Simply insert this Template onto a page (wherever you want it) and it will generate a warning for mobile users + a redlink to create a mobile-optimized page. If you want, you can include a single parameter to change the destination of the redlink, like so: | |||
=== Default Usage: === | === Default Usage: === | ||
Line 14: | Line 11: | ||
<pre>{{Mobile|}}</pre> | <pre>{{Mobile|}}</pre> | ||
'''Generates:''' | '''Generates:''' | ||
{{Mobile|Joe Boggs|true}} | {{Mobile|Joe Boggs|template=true}} | ||
=== Parameter Usage: === | === Parameter Usage: === | ||
Line 20: | Line 17: | ||
<pre>{{Mobile|AmityAux}}</pre> | <pre>{{Mobile|AmityAux}}</pre> | ||
'''Generates:''' | '''Generates:''' | ||
{{Mobile|AmityAux|true}} | {{Mobile|AmityAux|template=true}} | ||
</noinclude> | </noinclude> |
Revision as of 18:49, 5 October 2023
Simply insert this Template onto a page (wherever you want it) and it will generate a warning for mobile users + a redlink to create a mobile-optimized page. If you want, you can include a single parameter to change the destination of the redlink, like so:
Default Usage:
Let's assume we're using this on a character, named Joe Boggs', wiki page.
{{Mobile|}}
Generates:
This page is not optimized for mobile users!
For a better reading experience on mobile, visit the mobile-optimized version of this page: Joe Boggs/Mobile
Parameter Usage:
Let's assume we're using this on a page with a complicated name (e.g. Amity Auxiliary Craft) and we want to simplify if.
{{Mobile|AmityAux}}
Generates:
This page is not optimized for mobile users!
For a better reading experience on mobile, visit the mobile-optimized version of this page: AmityAux/Mobile