Template:Mobile: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
m (Adjusting one final tweak)
m (Improved redlink for custom links)
Line 12: Line 12:
'''Page not optimized for mobile!'''<br/>
'''Page not optimized for mobile!'''<br/>
For a better experience, visit:<br/>
For a better experience, visit:<br/>
'''[[{{#if: {{{1|}}} | {{{1}}}/Mobile | {{PAGENAME}}/Mobile }}]]'''
'''[[{{PAGENAME}}/Mobile|{{#if: {{{1|}}} | {{{1}}}/Mobile | {{PAGENAME}}/Mobile }}]]'''
</div></includeonly>
</div></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 also include a single parameter to change the destination of the redlink.
<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 also include a single parameter to change the destination of the redlink.
Line 22: Line 22:
{{Mobile|Joe Boggs|template=true}}
{{Mobile|Joe Boggs|template=true}}
=== Parameter Usage: ===
=== 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.
Let's assume we're using this on a page with a '''complicated name''' (e.g. Amity Auxiliary Craft) and we want to simplify it.
 
'''Note''' - This will change the appearance of the redlink, but not the actual page it links to - as that could produce some broken links/pages!
<pre>{{Mobile|AmityAux}}</pre>
<pre>{{Mobile|AmityAux}}</pre>
'''Generates:'''
'''Generates:'''

Revision as of 23:42, 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 also include a single parameter to change the destination of the redlink.

Default Usage:

Let's assume we're using this on a character, named Joe Boggs', wiki page.

{{Mobile}}

Generates:

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 it.

Note - This will change the appearance of the redlink, but not the actual page it links to - as that could produce some broken links/pages!

{{Mobile|AmityAux}}

Generates:


Note - This template should only appear on mobile devices (small screens); If you want to force it to appear, add a parameter called "template" and set it to "true", e.g.:

{{Mobile|template=true}}
{{Mobile|AmityAux|template=true}}