User:Stoppingby4now/Sandbox

From Step Mods | Change The Game
Revision as of 21:36, December 21, 2013 by Stoppingby4now (talk | contribs)

First, we'll create a table that we can format, and do this before the query. I will use the template to perform another query in order to pull in information from the Mod Pages, and then create the row within the table.

Mod Name Section NexusID NexusURL

Then perform the base query which will use a template. Every row of data returned from the query is a separate call to the template. So 5 query results equates to 5 template calls. The limit is assigned a high value so that we don't get the "find more results" link.

Some use of "" in your query was not closed by a matching "".

Mod Name Section NexusID NexusURL

Some use of "" in your query was not closed by a matching "".

Then close the table after the query.