Difference between revisions of "Black Squirrel/Sandbox3"

From Sega Retro

Line 5: Line 5:
 
*{{#var:ploog_bloog}}
 
*{{#var:ploog_bloog}}
 
*{{#var:zoog_bloog}}
 
*{{#var:zoog_bloog}}
 +
 +
 +
attempt #1 at auto-generating softography for developer (i.e. people) pages.
 +
 +
The idea was to dump out variables called <nowiki>"<PERSON>_<ROLE>"</nowiki>, then we could loop through every game page looking for a person and return both the role and game.
 +
 +
problems
 +
 +
1) Mediawiki doesn't like the abuse of square brackets
 +
2) I don't think it likes the idea of using variables to create the names of new variables. This is problematic, as multiple people might be credited in the same line.
 +
3) It's so horrendously inefficient it probably wouldn't work anyway
 +
 +
-[[User:Black Squirrel|Black Squirrel]] ([[User talk:Black Squirrel|talk]]) 15:03, 3 March 2017 (CST)

Revision as of 17:03, 3 March 2017




attempt #1 at auto-generating softography for developer (i.e. people) pages.

The idea was to dump out variables called "<PERSON>_<ROLE>", then we could loop through every game page looking for a person and return both the role and game.

problems

1) Mediawiki doesn't like the abuse of square brackets 2) I don't think it likes the idea of using variables to create the names of new variables. This is problematic, as multiple people might be credited in the same line. 3) It's so horrendously inefficient it probably wouldn't work anyway

-Black Squirrel (talk) 15:03, 3 March 2017 (CST)