Module:Sandbox/User:Californ1a/T/Professions: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Californ1a (talk | contribs) (Created page with "require('strict') require('Module:Mw.html extension') local pt = require('Module:Paramtest') local yn = require('Module:Yesno') local lang = mw.language.getContentLanguage() local p = {} local icon_size = 20 local ep_icon_size = 16 -- List episodes with their professions local episodes = { hopeport = {"guard", "chef", "fisher", "forager", "alchemist"}, hopeforest = {"scout", "gatherer", "woodcutter", "carpenter"}, mine = {"minefighter", "bonewright", "miner", "black...") |
Californ1a (talk | contribs) mNo edit summary |
||
Line 206: | Line 206: | ||
:tag('br'):done() |
:tag('br'):done() |
||
:IF(other.date == 'now') |
:IF(other.date == 'now') |
||
:wikitext(lang:formatDate('j F Y |
:wikitext(lang:formatDate('j F Y', mw.getCurrentFrame():preprocess('{{REVISIONTIMESTAMP}}'))) |
||
:ELSE() |
:ELSE() |
||
:wikitext(other.date) |
:wikitext(other.date) |