{"id":9980,"date":"2019-08-02T05:30:35","date_gmt":"2019-08-02T05:30:35","guid":{"rendered":"http:\/\/www.fantasticaficcion.com\/?p=9980"},"modified":"2019-08-02T05:42:49","modified_gmt":"2019-08-02T05:42:49","slug":"sopa-de-letras-recomendaciones-alexander-paez","status":"publish","type":"post","link":"https:\/\/www.fantasticaficcion.com\/index.php\/sopa-de-letras-recomendaciones-alexander-paez\/","title":{"rendered":"Sopa de letras Recomendaciones Alexander P\u00e1ez"},"content":{"rendered":"\n<p>Alex ha decidido autoinmolarse en el altar del fandom abriendo <a href=\"https:\/\/twitter.com\/InfinitoAlex\/status\/1154308965519503370\">un hilo<\/a> interesant\u00edsimo sobre obras que le gustar\u00eda traducir. La idea me gusta mucho, as\u00ed que me he basado en \u00e9l para hacer la sopa de letras de hoy. Tendr\u00e9is que buscar los apellidos de algunos autores que ha mencionado&#8230; pero no ser\u00e9 cruel. S\u00f3lo ten\u00e9is que buscar los ocho primeros.<\/p>\n\n\n\n<!--more-->\n\n\n\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', '93c9afa566', 'cbd2568944', '', 'Alexander')\">\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\n\n<p><!--EndFragment--><\/p>","protected":false},"excerpt":{"rendered":"<p>Alex ha decidido autoinmolarse en el altar del fandom abriendo un hilo interesant\u00edsimo sobre obras que le gustar\u00eda traducir. La idea me gusta mucho, as\u00ed que me he basado en \u00e9l para hacer la sopa de letras de hoy. Tendr\u00e9is que buscar los apellidos de algunos autores que ha mencionado&#8230; pero no ser\u00e9 cruel. S\u00f3lo &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.fantasticaficcion.com\/index.php\/sopa-de-letras-recomendaciones-alexander-paez\/\" class=\"more-link\">Continuar leyendo<span class=\"screen-reader-text\"> &#8220;Sopa de letras Recomendaciones Alexander P\u00e1ez&#8221;<\/span><\/a><\/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":[644,645],"class_list":["post-9980","post","type-post","status-publish","format-standard","hentry","category-pasatiempos","tag-pasatiempos","tag-sopa-de-letras"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p5fEpk-2AY","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/9980","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=9980"}],"version-history":[{"count":3,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/9980\/revisions"}],"predecessor-version":[{"id":10011,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/9980\/revisions\/10011"}],"wp:attachment":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/media?parent=9980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/categories?post=9980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/tags?post=9980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}