Benutzer:ThePacker/ GesHi wikibooks whish
Aus Wikibooks
Wikibooks:Spielwiese/sqlfile.sql - http://de.wikibooks.org/w/index.php?title=Wikibooks:Spielwiese/sqlfile.sql&action=raw
This could be a solution:
-
{{:Wikibooks:Spielwiese/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 |
{{:Wikibooks:Spielwiese/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");