3,616
edits
(Template for Mobile users to access a Mobile-optimized version of a page; Also creates a redlink as needed.) |
m (Attempting to fix functionality) |
||
Line 1: | Line 1: | ||
<includeonly><div id="MobileLink" style="float: left; width: fit-content; background-color: white; border: 2px solid red; border-radius: 20px;"> | <includeonly><div id="MobileLink" style="float: left; width: fit-content; background-color: white; border: 2px solid red; border-radius: 20px;"> | ||
'''This page is not optimized for mobile users!''' | '''This page is not optimized for mobile users!''' | ||
For a better reading experience on mobile, visit the mobile-optimized version of this page: [[ | For a better reading experience on mobile, visit the mobile-optimized version of this page: [[Mobile/Mobile]] | ||
</div><includeonly> | </div><includeonly> | ||
<noinclude> | <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: | 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:''' | ||
Let's assume we're using this on a character, named '''Joe Boggs'''', wiki page. | Let's assume we're using this on a character, named '''Joe Boggs'''', wiki page. | ||
<pre>{{Mobile}}<pre> | <pre>{{Mobile}}<pre> | ||
Generates: | Generates: | ||
{{Mobile|Joe Boggs}} | {{Mobile|Joe Boggs}} | ||
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 if. | ||
<pre>{{Mobile|AmityAux}}<pre> | <pre>{{Mobile|AmityAux}}<pre> |