Benutzer:ThePacker/ GesHi wikibooks whish
Benutzer:ThePacker/ sqlfile.sql - http://de.wikibooks.org/w/index.php?title=Benutzer:ThePacker/_sqlfile.sql&action=raw
This could be a solution:
{{:Benutzer:ThePacker/ sqlfile.sql}}
But this should be definitly the better one:
This "Sourcecode", should be included but also syntax highlighted.
Alternative but working solution:
- Import a single page as Sourcecode!
INSERT INTO BLA(ID, DATUM, BLASTRING) VALUES(1, CURRENT_TIMESTAMP, "More BLA");
{{#tag:source | {{:Benutzer:ThePacker/ sqlfile.sql}} |lang=sql |line=GESHI_NORMAL_LINE_NUMBERS }}
This is the subpage containing the sql-code:
INSERT INTO BLA(ID, DATUM, BLASTRING) VALUES(1, CURRENT_TIMESTAMP, "More BLA");