Difference between revisions of "Template talk:Guild link"
m (→Feedback requested on change to Template:Guild link: 'subst:'ed example in text so that changes made to the template won't confuse the conversation) (Tags: Mobile edit, Mobile web edit) |
m (→Feedback requested on change to Template:Guild link: Offering some alternatives) (Tags: Mobile edit, Mobile web edit) |
||
Line 14: | Line 14: | ||
{{#ifeq:{{yesno-no|{{{plain}}}}} | {{#ifeq:{{yesno-no|{{{plain}}}}} | ||
− | |no|<span style="border: 1px solid #aaa; background: #fcfcf9; margin-right: .3em; padding: 1px;white-space: nowrap;font-weight:bold;">}}[{{#if:|{{{url}}}|https://godvillegame.com/ | + | |no|<span style="border: 1px solid #aaa; background: #fcfcf9; margin-right: .3em; padding: 1px;white-space: nowrap;font-weight:bold;">}}[{{#if:|{{{url}}}|https://stats.godvillegame.com/guilds/{{urlencode:Aeter|PATH}}}} {{#ifeq:{{yesno-no|{{{plain}}}}}|no|⚜️ <nowiki/>}}Aeter ]{{#ifeq:{{yesno-no|yes}}|yes|<span class="plainlinks">[https://godvillegame.com/stats/guild/{{urlencode:Aeter}} 📈]</span>}}{{#ifeq:{{yesno-no|{{{plain}}}}}|no|</span>}} |
I'd love it if you gave it a try and let me know what you think! In particular: | I'd love it if you gave it a try and let me know what you think! In particular: | ||
Line 23: | Line 23: | ||
No answers are wrong, so please say what you think. I spent approximately 0 minutes of thought on it, so it's guaranteed to need more work, and I won't take anything personally. -- [[User:Djonni|Djonni]] ([[User talk:Djonni|talk]]) 15:55, 26 July 2019 (UTC) | No answers are wrong, so please say what you think. I spent approximately 0 minutes of thought on it, so it's guaranteed to need more work, and I won't take anything personally. -- [[User:Djonni|Djonni]] ([[User talk:Djonni|talk]]) 15:55, 26 July 2019 (UTC) | ||
+ | |||
+ | :A couple of alternatives I knocked together for comparison. | ||
+ | |||
+ | : First alternative (current version): | ||
+ | |||
+ | {{#ifeq:{{yesno-no|{{{plain}}}}} | ||
+ | |no|<span style="border: 1px solid #aaa; background: #fcfcf9; margin-right: .3em; padding: 1px;white-space: nowrap;font-weight:bold;">}}[{{#if:|{{{url}}}|https://godvillegame.com/stats/guild/{{urlencode:Aeter|PATH}}}} {{#ifeq:{{yesno-no|{{{plain}}}}}|no|⚜️ <nowiki/>}}Aeter ]{{#ifeq:{{yesno-no|yes}}|yes|<span class="plainlinks">[https://stats.godvillegame.com/guilds/{{urlencode:Aeter}} 📈]</span>}}{{#ifeq:{{yesno-no|{{{plain}}}}}|no|</span>}} | ||
+ | |||
+ | : Second, smaller emoji: | ||
+ | |||
+ | <span style="border: 1px solid #aaa; background: #fcfcf9; margin-right: .3em; padding: 1px;white-space: nowrap;font-weight:bold;">[https://godvillegame.com/stats/guild/{{urlencode:Aeter|PATH}} ⚜️ <nowiki/>Aeter ]<span class="plainlinks" style="white-space: nowrap; font-size: 85%;"> [https://stats.godvillegame.com/guilds/{{urlencode:Aeter|PATH}} 📈] <nowiki/></span></span> | ||
+ | |||
+ | : Third, which is really implementing an {{para|extended|yes}} for {{tlc|Guild link}}: | ||
+ | |||
+ | <span style="border: 1px solid #aaa; background: #fcfcf9; margin-right: .3em; padding: 1px;white-space: nowrap;font-weight:bold;">[https://godvillegame.com/stats/guild/{{urlencode:Aeter|PATH}} ⚜️ <nowiki/>Aeter ]<span class="plainlinks" style="white-space: nowrap; font-size: 85%;">([https://stats.godvillegame.com/guilds/{{urlencode:Aeter|PATH}} '''S'''] • '''[[Aeter|W]]''' • '''[[Talk:Aeter|T]]''')<nowiki/></span></span> | ||
+ | |||
+ | :(Those are: ('''S'''tats page • '''W'''iki page • '''T'''alk page)) | ||
+ | |||
+ | : Just spitballing ideas, suggestions for other alternatives are welcome. -- [[User:Djonni|Djonni]] ([[User talk:Djonni|talk]]) 17:51, 26 July 2019 (UTC) |
Revision as of 17:51, 26 July 2019
Feedback requested on change to Template:Guild link
Hello Godwikians!
I have made a small experimental improvement to how {{Guild link}} works.
If you add |stats=yes
to your {{Guild link}}
, it will generate with an icon that's a neat and tidy link to your guild stats. In other words:
{{Guild link|Aeter|stats=yes}}
will make:
I'd love it if you gave it a try and let me know what you think! In particular:
- Is the spacing bad/ugly/difficult on touch screens?
- Is the emoji too large, or should it be replaced with a simpler text link (á la
{{God|extended=yes}}
), i.e.Djonni (U • C • T)
- Is it just not a good idea?
No answers are wrong, so please say what you think. I spent approximately 0 minutes of thought on it, so it's guaranteed to need more work, and I won't take anything personally. -- Djonni (talk) 15:55, 26 July 2019 (UTC)
- A couple of alternatives I knocked together for comparison.
- First alternative (current version):
- Second, smaller emoji:
- Third, which is really implementing an
|extended=yes
for{{Guild link}}
:
- (Those are: (Stats page • Wiki page • Talk page))