{"id":7383,"date":"2017-06-02T05:25:45","date_gmt":"2017-06-02T05:25:45","guid":{"rendered":"http:\/\/www.fantasticaficcion.com\/?p=7383"},"modified":"2017-06-02T05:25:45","modified_gmt":"2017-06-02T05:25:45","slug":"sopa-de-letras-la-quinta-estacion","status":"publish","type":"post","link":"https:\/\/www.fantasticaficcion.com\/index.php\/sopa-de-letras-la-quinta-estacion\/","title":{"rendered":"Sopa de letras La Quinta Estaci\u00f3n"},"content":{"rendered":"<p style=\"text-align: justify;\">Aprovechando que la autora est\u00e1 por Espa\u00f1a, de nuevo quiero homenajear la labor de los traductores, que con su trabajo consiguen acercarnos obras tan maravillosas como <a href=\"https:\/\/www.fantasticaficcion.com\/index.php\/the-fifth-season\/\"><em><strong>La Quinta Estaci\u00f3n<\/strong><\/em><\/a>. Much\u00edsimas gracias a David Tejera por su ayuda inestimable al hacer esta sopa de letras. Cualquier fallo, por supuesto, es m\u00edo. Espero que la disfrut\u00e9is.<\/p>\n<p><!--more--><\/p>\n<!--[wpfcNOT]--><p ng-hide=\"true\"><strong>Loading the crossword has yet to start.<\/strong><\/p><div class=\"crw-wrapper\" ng-cloak ng-controller=\"CrosswordController\" ng-init=\"prepare('prueba', '066892cc71', 'dae5e38603', '', 'LaQuintaEstacion')\">\n    <p class=\"name\">{{crosswordData.name}}<\/p>\n    <p class=\"error\" ng-if=\"loadError\">{{loadError.error}}<\/p>\n    <p class=\"error\" ng-repeat=\"msg in loadError.debug\">{{msg}}<\/p>\n    <p class=\"crw-description\" ng-show=\"crosswordData.description\"><em>Find these words in the riddle:<\/em> {{crosswordData.description}}<\/p>\n    <dl class=\"crw-level\">\n        <dt>Difficulty level {{crosswordData.level+1|localeNumber}}<\/dt>\n        <dd>Word directions:\n            <strong ng-show=\"crw.getLevelRestriction('dir')\">only to the right and down<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('dir')\">any, including diagonal and backwards<\/strong>\n            <br \/>List of words that should be found:\n            <strong ng-show=\"crw.getLevelRestriction('sol')\">visible before found<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('sol')\">hidden before found<\/strong>\n        <\/dd>\n    <\/dl>\n    <p class=\"crw-instruction\">Mark the words:<\/p>\n    <div class=\"crw-crossword\" ng-controller=\"SizeController\" ng-if=\"crosswordData\">\n        <div ng-style=\"styleGridSize()\" class=\"crw-grid\" ng-class=\"{divider: false || !tableVisible}\">\n        <\/div>\n        <div class=\"crw-mask\" ng-style=\"styleGridSize()\" ng-class=\"{invisible: !tableVisible}\">\n            <table class=\"crw-table\" ng-style=\"styleShift()\" ng-controller=\"TableController\" ng-Init=\"setMode('solve')\" crw-catch-mouse down=\"startMark\" up=\"stopMark\" prevent-default>\n                <tr ng-repeat=\"row in crosswordData.table\" crw-index-checker=\"line\">\n                    <td class=\"crw-field\" ng-repeat=\"field in row\" crw-index-checker=\"column\">\n                        <div  ng-mouseenter=\"intoField(line, column)\" ng-mouseleave=\"outofField(line, column)\">\n                            <button tabindex=\"-1\" unselectable=\"on\" ng-keydown=\"move($event)\" ng-keypress=\"type($event)\" crw-set-focus>{{field.letter}}<\/button>\n                            <div unselectable=\"on\" ng-repeat=\"marker in getMarks(line, column)\" class=\"crw-marked\" ng-class =\"getImgClass(marker)\"><\/div>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n            <\/table>\n        <\/div>\n    <\/div>\n    <div class=\"crw-controls\" ng-class=\"{invisible: !tableVisible}\">\n        <p ng-show=\"crosswordData.name\">\n            <span ng-if=\"count.solution<count.words\">You have found {{count.solution|localeNumber}} of {{count.words|localeNumber}} words<\/span>\n            <span ng-if=\"count.solution===count.words\">You have found all {{count.words|localeNumber}} words!<\/span>\n\n            <button class=\"crw-control-button restart\" ng-click=\"restart()\" ng-disabled=\"loadedName!=crosswordData.name\" title=\"Restart solving the riddle\" alt=\"Restart\"><\/button>\n        <\/p>\n        <ul class=\"crw-word\" ng-class=\"{'palid': crw.getLevelRestriction('sol')}\">\n            <li ng-class=\"{'highlight': isHighlighted(), 'found': word.solved}\" ng-repeat=\"word in wordsToArray(crosswordData.solution) | orderBy:'ID'\" ng-controller=\"EntryController\">\n                <img ng-if=\"word.solved\" title=\"{{localize(word.color)}}\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-{{word.color}}.png\">\n                <img ng-if=\"!word.solved\" title=\"localize('grey')\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-grey.png\">\n                <span>{{word.fields | joinWord}}<\/span>\n            <\/li>\n        <\/ul>\n    <\/div>\n    <p ng-show=\"crosswordData.author\" class=\"copyright\">Authored by {{crosswordData.author}}<\/p>\n    <div class=\"crw-immediate\" ng-controller=\"ImmediateController\" ng-cloak ng-show=\"immediate\" ng-switch on=\"immediate\">\n        <div class=\"blocker\"><\/div>\n        <div class=\"message\">\n            <div ng-switch-when=\"dialogue\" ng-switch on=\"message.which\">\n                <p ng-switch-when=\"false_word\">The marked word {{message.word | joinWord}} is not part of the solution.<\/p>\n                <p ng-switch-when=\"solved_completely\"  ng-switch on=\"message.time\"><span\n                    ng-switch-when=\"false\">Congratulation, you have solved the riddle!<\/span><span\n                    ng-switch-default>Congratulation, you have solved the riddle in {{message.time | duration}}!<\/span><\/p>\n                <p ng-switch-when=\"solved_incomplete\">You have found {{message.solution|localeNumber}} of {{message.words|localeNumber}} hidden words during the alloted time.<\/p>\n                <p ng-switch-when=\"load_crossword\">Please be patient for the crossword being loaded.<\/p>\n                <p class=\"actions\">\n                    <button ng-if=\"message.buttons.ok\" ng-click=\"finish(true)\">OK<\/button>\n                    <button ng-if=\"message.buttons.delete\" ng-click=\"finish(true)\">Delete<\/button>\n                    <button ng-if=\"message.buttons.abort\" ng-click=\"finish(false)\">Abort<\/button>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Aprovechando que la autora est\u00e1 por Espa\u00f1a, de nuevo quiero homenajear la labor de los traductores, que con su trabajo consiguen acercarnos obras tan maravillosas como La Quinta Estaci\u00f3n. Much\u00edsimas gracias a David Tejera por su ayuda inestimable al hacer esta sopa de letras. Cualquier fallo, por supuesto, es m\u00edo. Espero que la disfrut\u00e9is.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[643],"tags":[36,871,645],"class_list":["post-7383","post","type-post","status-publish","format-standard","hentry","category-pasatiempos","tag-n-k-jemisin","tag-nk-jemisin","tag-sopa-de-letras"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p5fEpk-1V5","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/comments?post=7383"}],"version-history":[{"count":6,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7383\/revisions"}],"predecessor-version":[{"id":7406,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7383\/revisions\/7406"}],"wp:attachment":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/media?parent=7383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/categories?post=7383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/tags?post=7383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}