word-games-theme 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/wordfinderstrategy/en/how-to-use-5-letter-word-finder-to-score-high-in-scrabble-words-with-friends.json +1336 -0
- data/_data/wordgames/en/root.json +2 -2
- data/_includes/wordfinderstrategy/content.html +160 -0
- data/_layouts/autogencontent.html +0 -1
- data/_layouts/wordMeaning.html +1 -0
- metadata +4 -2
@@ -12,7 +12,7 @@
|
|
12
12
|
"about_title": "About",
|
13
13
|
"featureList": [
|
14
14
|
{
|
15
|
-
"feature_heading": "Words with letters
|
15
|
+
"feature_heading": "Words with letters and a blank?",
|
16
16
|
"feature_text": "Stuck in srabble games? Making enemies in word finder games? Here's your solution. A word finder tool for you that can help ypu wipe out the competition",
|
17
17
|
"fa_class": "../assets/images/star.svg"
|
18
18
|
},
|
@@ -49,7 +49,7 @@
|
|
49
49
|
],
|
50
50
|
"faqList": [
|
51
51
|
{
|
52
|
-
"Question": "Words with letters
|
52
|
+
"Question": "Words with letters and a blank?",
|
53
53
|
"Answer": "You can enter upto 15 letters in our Word Finder."
|
54
54
|
},
|
55
55
|
{
|
@@ -0,0 +1,160 @@
|
|
1
|
+
{% assign file = page.fileName %}
|
2
|
+
{% assign lang = page.lang %}
|
3
|
+
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
|
+
|
5
|
+
<div class="container-fluid mx-0 auto-gen-content" style="margin-top: 100px;">
|
6
|
+
<div class="row mx-auto-0">
|
7
|
+
<div class="col-md-8 mx-auto">
|
8
|
+
<div class="pageHeading text-left mb-5">
|
9
|
+
<h1 class="content-heading pb-0 m-0">
|
10
|
+
{{dataToShow.h1}}</h1>
|
11
|
+
{%- if dataToShow.h2 -%}
|
12
|
+
<h2>
|
13
|
+
{{dataToShow.h2}}</h2>
|
14
|
+
{%- endif -%}
|
15
|
+
</div>
|
16
|
+
<div id="toc_container table-of-content">
|
17
|
+
<ul class="toc_list px-4 pt-5 pb-4">
|
18
|
+
<h2 class=" text-left" style="font-weight: 900;">Table of contents</h2>
|
19
|
+
<li class="tabledata mt-4" style="list-style: none">
|
20
|
+
<ul>
|
21
|
+
{%- for data in dataToShow.tableofcontent-%}
|
22
|
+
{%- for item in data -%}
|
23
|
+
<li class="tabledata">
|
24
|
+
<a class="sameStyle" href="#{{item}}">
|
25
|
+
{{item | capitalize }}
|
26
|
+
</a>
|
27
|
+
</li>
|
28
|
+
{%- endfor -%}
|
29
|
+
{%- endfor -%}
|
30
|
+
</ul>
|
31
|
+
</li>
|
32
|
+
</ul>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
|
36
|
+
<div class="subHeading template-heading" style="margin: 50px 0;">
|
37
|
+
{%- if site.name == "wordswithletters" -%}
|
38
|
+
<h1 class="content_sub_heading pb-0 m-0">
|
39
|
+
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
40
|
+
words in
|
41
|
+
scrabble/word with friends as follows.
|
42
|
+
</h1>
|
43
|
+
{%- endif -%}
|
44
|
+
{%- if site.name == "wordfinders" -%}
|
45
|
+
<h1 class="content_sub_heading pb-0 m-0">
|
46
|
+
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
47
|
+
words in
|
48
|
+
scrabble/word with friends as follows.
|
49
|
+
</h1>
|
50
|
+
{%- endif -%}
|
51
|
+
{%- if site.name == "wordscramblers" -%}
|
52
|
+
<h1 class="content_sub_heading pb-0 m-0">
|
53
|
+
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
54
|
+
words in
|
55
|
+
scrabble/word with friends as follows.
|
56
|
+
</h1>
|
57
|
+
{%- endif -%}
|
58
|
+
{%- if site.name == "wordunscramblerss" -%}
|
59
|
+
<h1 class="content_sub_heading pb-0 m-0">
|
60
|
+
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
61
|
+
words in
|
62
|
+
scrabble/word with friends as follows.
|
63
|
+
</h1>
|
64
|
+
{%- endif -%}
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div class="listofletters">
|
68
|
+
{%- for data in dataToShow.words-%}
|
69
|
+
<div class="list of letters" style="padding-bottom:50px" id="{{data.letter}}">
|
70
|
+
<span style="font-size: 20px;">
|
71
|
+
<strong>
|
72
|
+
{{data.letter | capitalize }}
|
73
|
+
</strong> </span>
|
74
|
+
<br>
|
75
|
+
|
76
|
+
<div class="allletters" style="word-wrap: break-word;">
|
77
|
+
{%- for item in data.highestPoints -%}
|
78
|
+
<span class="pr-2" style="font-size: 13px;">{{item.letters}},</span>
|
79
|
+
{%- endfor -%}
|
80
|
+
</div>
|
81
|
+
|
82
|
+
|
83
|
+
{%- for item in data.highestPoints -%}
|
84
|
+
{%- if {{forloop.first}} -%}
|
85
|
+
{%- assign Hletter = item.letters -%}
|
86
|
+
{%- assign Hlowerpointscrablle = item.scrablepoints -%}
|
87
|
+
{%- assign Hlowerpointwwf = item.wwfpoints -%}
|
88
|
+
{%- endif -%}
|
89
|
+
{%- endfor -%}
|
90
|
+
|
91
|
+
{%- for item in data.lowesPoints -%}
|
92
|
+
{%- if {{forloop.first}} -%}
|
93
|
+
{%- assign lowerletter = item.letters -%}
|
94
|
+
{%- assign lowerpointscrablle = item.scrablepoints -%}
|
95
|
+
{%- assign lowerpointwwf = item.wwfpoints -%}
|
96
|
+
{%- endif -%}
|
97
|
+
{%- endfor -%}
|
98
|
+
|
99
|
+
|
100
|
+
<p style="color:#000; font-size:15px; margin-top:10px; margin-bottom: 0;">
|
101
|
+
If you get letters <b>{{data.letter}}</b>, you can use our {{data.x}} letter word finder to
|
102
|
+
create word
|
103
|
+
<b> {{Hletter}}</b>
|
104
|
+
which has <b>{{Hlowerpointscrablle}}</b> points in scrabble. One can also create
|
105
|
+
<b>{{lowerletter}}</b>
|
106
|
+
with
|
107
|
+
these
|
108
|
+
letters
|
109
|
+
which would have
|
110
|
+
fetched <b>{{lowerpointscrablle}}</b> points, but would have been a wrong choice, as it would
|
111
|
+
have led
|
112
|
+
to a
|
113
|
+
lower score.
|
114
|
+
Similarly you can use our {{data.x}} letter word finder to create word <b>{{Hletter}}</b> which
|
115
|
+
has <b>{{Hlowerpointwwf}}</b>
|
116
|
+
points in
|
117
|
+
words
|
118
|
+
with friends and word <b>{{lowerletter}}</b> which has <b>{{lowerpointwwf}}</b> points
|
119
|
+
</p>
|
120
|
+
|
121
|
+
|
122
|
+
<br>
|
123
|
+
<strong style="font-size: 15px;">
|
124
|
+
Summary
|
125
|
+
</strong>
|
126
|
+
{%- for item in data.highestPoints -%}
|
127
|
+
{%- if {{forloop.first}} -%}
|
128
|
+
<table class="table table-bordered" style="font-size: 14px;">
|
129
|
+
<tr>
|
130
|
+
<th>
|
131
|
+
letter
|
132
|
+
</th>
|
133
|
+
<th>
|
134
|
+
Highest score in scrabble
|
135
|
+
</th>
|
136
|
+
<th>
|
137
|
+
Highest score in words with friends.
|
138
|
+
</th>
|
139
|
+
</tr>
|
140
|
+
<tr>
|
141
|
+
<td>
|
142
|
+
{{data.letter | capitalize }}
|
143
|
+
</td>
|
144
|
+
<td>{{item.letters }} - {{item.scrablepoints}}</td>
|
145
|
+
<td>{{item.letters }} - {{item.wwfpoints}}</td>
|
146
|
+
</tr>
|
147
|
+
</table>
|
148
|
+
{%- endif -%}
|
149
|
+
{%- endfor -%}
|
150
|
+
|
151
|
+
</div>
|
152
|
+
{%- endfor -%}
|
153
|
+
</div>
|
154
|
+
</div>
|
155
|
+
</div>
|
156
|
+
|
157
|
+
<link rel="stylesheet" href="../../assets/css/content.css">
|
158
|
+
|
159
|
+
|
160
|
+
{%- include Rating/rating.html -%}
|
data/_layouts/wordMeaning.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
11
11
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
12
12
|
<meta name="theme-color" content="#000000" />
|
13
|
+
<meta name="robots" content="noindex" />
|
13
14
|
|
14
15
|
<!-- meta character set -->
|
15
16
|
<meta charset="UTF-8">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: word-games-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -76,6 +76,7 @@ files:
|
|
76
76
|
- _data/footer/networksites.json
|
77
77
|
- _data/header/en/data.json
|
78
78
|
- _data/theme/colors.json
|
79
|
+
- _data/wordfinderstrategy/en/how-to-use-5-letter-word-finder-to-score-high-in-scrabble-words-with-friends.json
|
79
80
|
- _data/wordgames/en/anagram_word_finder.json
|
80
81
|
- _data/wordgames/en/eight_letter_word_finder.json
|
81
82
|
- _data/wordgames/en/eleven_letter_word_finder.json
|
@@ -135,6 +136,7 @@ files:
|
|
135
136
|
- _includes/section/xyzGroup.html
|
136
137
|
- _includes/seo.html
|
137
138
|
- _includes/share/socialshare.html
|
139
|
+
- _includes/wordfinderstrategy/content.html
|
138
140
|
- _includes/xyzpages/xyz.html
|
139
141
|
- _includes/xyzpages/xyzFooter.html
|
140
142
|
- _layouts/allpages.html
|