Difference between revisions of "User talk:Poplinn"

From Team Fortress Wiki
Jump to: navigation, search
(The de carl: new section)
(Missing translation for Module:Availability: new section)
 
(One intermediate revision by one other user not shown)
Line 25: Line 25:
  
 
I noticed you asking if you can notify the devs of this issue, this is not an STS issue as "The" shouldn't be loaded in the first place. You can e-mail the developers about this issue, but it's not guaranteed that they're going to fix it (unfortunately).<br>[[User:GrampaSwood|<font color="DB9C1F">GrampaSwood</font>]] ([[User talk:GrampaSwood|<font color="DB9C1F">talk</font>]]) 08:42, 29 April 2022 (UTC)
 
I noticed you asking if you can notify the devs of this issue, this is not an STS issue as "The" shouldn't be loaded in the first place. You can e-mail the developers about this issue, but it's not guaranteed that they're going to fix it (unfortunately).<br>[[User:GrampaSwood|<font color="DB9C1F">GrampaSwood</font>]] ([[User talk:GrampaSwood|<font color="DB9C1F">talk</font>]]) 08:42, 29 April 2022 (UTC)
 +
 +
:Yes! Shortly after me asking the question I did indeed find out that mailing the developers was an option, so I already wrote them an email notifying the of the issue. Whether they'll care about it or not...I'll leave that up to chance. Thanks for the tip nonetheless! :)<br>[[User:Poplinn|Poplinn]] ([[User talk:Poplinn|talk]]) 17:35, 29 April 2022 (UTC)
 +
 +
== Missing translation for [[Module:Availability]] ==
 +
 +
Hey Poplinn,
 +
Modules are not so different from templates -- you can also look at their source. In this case, you are asking about:
 +
<pre><nowiki>{{#invoke:Availability|avail|keyless-crate}}</nowiki></pre>
 +
which has an entry in the Availability module:
 +
<pre><nowiki>  ['keyless-crate'] = function() return '[[Mann Co. Supply Crate/Seriesless crates' .. if_lang .. '#Unlocked Cosmetic Crates|' .. item_name('unlocked cosmetic crate') .. ']]' .. paren(item_link('Unique') .. ' ' .. common_string('and') .. ' ' .. item_link('Strange')) end,</nowiki></pre>
 +
 +
This may look scary, but it's basically just a different representation of the usual templates. Here's the output:
 +
<pre><nowiki>[[Mann Co. Supply Crate/Seriesless crates{{if lang}}#Unlocked Cosmetic Crates|{{item name|unlocked cosmetic crate}}]] ({{item link|Unique}} {{common string|and}} {{item link|Strange}})</nowiki></pre>
 +
To translate, I removed the <code>..</code> (it's just adding substrings), and substituting in the <code>{{</code> <code>}}</code> as needed.
 +
<br>
 +
Anyways, as you can see, the missing translation is in <code><nowiki>{{item name|unlocked cosmetic crate}}</nowiki></code>, which lives in [[Template:Dictionary/items]].<br>
 +
[[User:Darkid|'''<span style="color: #db9c1f">Darkid</span>''']] « [[User talk:Darkid|<span style="color: #75735F">Talk</span>]] — [[Special:Contributions/Darkid|<span style="color: #BA0000">Contribs</span>]] » 23:14, 30 June 2024 (UTC)

Latest revision as of 23:14, 30 June 2024

Graveyard trivia

Hi, thanks for adding that piece of trivia on the Graveyard page. Not even I noticed it when playing, so you must have some sharp eyes ;) Anyway, a picture isn't needed, but if you do want to put in the effort, you can freely add. Bye!

Lolimsogreat21 (talk) 18:11, 11 October 2021 (UTC)Lolimsogreat21

Hello! I'm not sure how to reply/talk back to you [it's a bit confusing and I'm still new to the wiki, sorry! But yes! Whenever new maps get added I love to explore and see the (sometimes hidden) details of it. I find easter eggs a lot too but I'm always slightly too late with them. But this one was the first one I didn't see added yet! :D Poplinn (talk) 18:18, 11 October 2021 (UTC)
Check this page for help with discussions.
GrampaSwood (talk) 18:36, 11 October 2021 (UTC)

Images

When uploading images for your profile use user yournickhere if you don't notice that an image uploaded by you is needed, put it in the description; {{|Delete|Put Reason Here}} - remove the first | on delete thing

And remember to have high quality images if they are used!, hugs from Brazil!

MaxwellWagner (talk) 02:45, 16 February 2022 (UTC)

The de carl

Hi there,

I noticed you asking if you can notify the devs of this issue, this is not an STS issue as "The" shouldn't be loaded in the first place. You can e-mail the developers about this issue, but it's not guaranteed that they're going to fix it (unfortunately).
GrampaSwood (talk) 08:42, 29 April 2022 (UTC)

Yes! Shortly after me asking the question I did indeed find out that mailing the developers was an option, so I already wrote them an email notifying the of the issue. Whether they'll care about it or not...I'll leave that up to chance. Thanks for the tip nonetheless! :)
Poplinn (talk) 17:35, 29 April 2022 (UTC)

Missing translation for Module:Availability

Hey Poplinn, Modules are not so different from templates -- you can also look at their source. In this case, you are asking about:

{{#invoke:Availability|avail|keyless-crate}}

which has an entry in the Availability module:

  ['keyless-crate'] = function() return '[[Mann Co. Supply Crate/Seriesless crates' .. if_lang .. '#Unlocked Cosmetic Crates|' .. item_name('unlocked cosmetic crate') .. ']]' .. paren(item_link('Unique') .. ' ' .. common_string('and') .. ' ' .. item_link('Strange')) end,

This may look scary, but it's basically just a different representation of the usual templates. Here's the output:

[[Mann Co. Supply Crate/Seriesless crates{{if lang}}#Unlocked Cosmetic Crates|{{item name|unlocked cosmetic crate}}]] ({{item link|Unique}} {{common string|and}} {{item link|Strange}})

To translate, I removed the .. (it's just adding substrings), and substituting in the {{ }} as needed.
Anyways, as you can see, the missing translation is in {{item name|unlocked cosmetic crate}}, which lives in Template:Dictionary/items.
Darkid « TalkContribs » 23:14, 30 June 2024 (UTC)