diff --git a/gamewiki/meta/nintendo.html b/gamewiki/meta/nintendo.html deleted file mode 100644 index b16ccce..0000000 --- a/gamewiki/meta/nintendo.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - -Nintendo - - - - - -
-

Nintendo

-
-

Table of Contents

- -
-
-

1. Pages in this category

- -
-
-
-

Author: user

-

Created: 2023-05-10 Wed 13:56

-

Validate

-
- - diff --git a/gamewiki/newsuperluigiu.org b/gamewiki/newsuperluigiu.org index 3360890..a76d777 100644 --- a/gamewiki/newsuperluigiu.org +++ b/gamewiki/newsuperluigiu.org @@ -35,3 +35,5 @@ tutorials, tips and tricks for beating levels, as well as creative ways to complete them. These videos are not just for beginners, as they also feature some impressive gameplay, such as coordinated and stylish 4-player level completions, which are among my personal favorites. +** Related articles +- [[../newsupermariobrosu.org][New Super Mario Bros U]] diff --git a/gamewiki/newsupermariobrosu.org b/gamewiki/newsupermariobrosu.org index d570b88..3d53efa 100644 --- a/gamewiki/newsupermariobrosu.org +++ b/gamewiki/newsupermariobrosu.org @@ -18,3 +18,5 @@ Controller; the left and right triggers can be used for the motion segment in this and other levels. * New Super Luigi U Before playing the game, also read about [[./newsuperluigiu.org][New Super Luigi U]] +** Related articles +- [[../newsuperluigiu.org][New Super Luigi U]] diff --git a/gamewiki/parser.py b/gamewiki/parser.py index 599c7a5..a506c8e 100644 --- a/gamewiki/parser.py +++ b/gamewiki/parser.py @@ -36,7 +36,7 @@ class WikiArticle: content = map(identity, self.content) def rep(): for line in content: - if line == self.header: break + if line.strip() == self.header: break else: yield line yield self.header + '\n' for w in linked_articles: diff --git a/gamewiki/wiiu.org b/gamewiki/wiiu.org index 21511a6..7811437 100644 --- a/gamewiki/wiiu.org +++ b/gamewiki/wiiu.org @@ -60,3 +60,6 @@ providing a much smoother experience. Vulkan also allows us to use a new experimental VSync technique which allows Cemu to use the game's built-in frame-pacing instead. This avoids tearing and reduces input latency compared to previous methods. +** Related articles +- [[../cemu.org][CEMU]] +- [[../nus.org][NUS Downloader]]