Skip to content

Commit

Permalink
Update 1.0.46 - Added "Royal Space Society" template to all output pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhaddil committed Jan 1, 2025
1 parent d37f5d4 commit 5fa6ccf
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wiki-page-creator",
"private": true,
"version": "1.0.452",
"version": "1.0.46",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/base/baseOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const formattedFeatures = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Base infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/biofrig/BioFrigOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Starship infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/derelict/DerelictOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Starship infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/fauna/faunaOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const combinedHeight = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Fauna infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/flora/FloraOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const filledElements = computed(() => elements.value.filter(Boolean));

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Flora infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/mineral/MineralOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const filledElements = computed(() => elements.value.filter(Boolean));

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Mineral infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/moon/PlanetOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const faunaVerb = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Moon infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/multitool/MTOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Multitool infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/normalbase/baseOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const formattedFeatures = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Base infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/planet/PlanetOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const faunaVerb = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Planet infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/racetrack/racetrackOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const formattedExocraftTable = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Racetrack infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/sandworm/SandwormOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const locationSentence = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Settlement infobox</div>
<div>| name = Immortal Worm {{ planet }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/settlement/SettlementOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const locationSentence = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Settlement infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/starship/StarshipOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const sizeSpecificValues = computed(() => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{Starship infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/pageSections/system/SystemOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ watch(discoveredlink, (newDiscoveredLinkValue) => {

<template>
<div><span v-pre>{{Version|</span>{{ release }}<span v-pre>}}</span></div>
<div><span v-pre>{{Royal Space Society}}</span></div>
<div v-pre>{{System infobox</div>
<div>| name = {{ name }}</div>
<div>| image = {{ image || 'nmsMisc_NotAvailable.png' }}</div>
Expand Down

0 comments on commit 5fa6ccf

Please sign in to comment.