#Volunteer to provide general feedback on my wiki

1 messages · Page 1 of 1 (latest)

patent ermine
#

Are you looking for CSS feedback specifically, or more general feedback such as content, navigation, etc.?

zenith forge
#

Initially i was hoping for content but i just stumbled upon a weird situation with the cargo extension that was added to my wiki lol, i can explain the situation here if you're willing

patent ermine
#

You can if you'd like, I'll be in and out for a bit (work) and can catch up whenever!

zenith forge
#

THanks!

i'll explain the issue

i initially created a Story Form, a STory Template and a Storyinfobox Template
the form is to help users create stories, and the story template and infobox are to store the stuff that was created in the form

i then got my request to add cargo approved

so i went to the story template and tried to make a cargo table out of the fields that are stored in the infobox (because i imagined the story template is parent to the storyinfobox)

anyways, i added this at the start of my story template

<noinclude>
{{#cargo_declare:
_table=Stories
|player=String
|version=String
|dlcs=String
|narrator=String
|difficulty=String
|playstyle=String
|biome=String
|population=String
|status=String
}}

This is the "Story" template.
</noinclude>

<includeonly>
{{#cargo_store:
_table=Stories
|player={{{player|}}}
|version={{{version|}}}
|dlcs={{{dlcs|}}}
|narrator={{{narrator|}}}
|difficulty={{{difficulty|}}}
|playstyle={{{playstyle|}}}
|biome={{{biome|}}}
|population={{{population|}}}
|status={{{status|}}}
}}

then the button to "Create Cargo Table" shows, when i click it and then click "Ok" nothing happens basically,

and the Special:CargoTables shows
"Note: One or more of these tables are currently being populated, via the job queue."
but nothing happens, i'm waiting for over 10 minutes as of now, i even deleted my test story

#

to make sure the table will be created with no rows to it

#

do you know what could it be?

zenith forge
#

i also just noticed that Special:Drilldown page doenst show anything