Skip to content

zuriknet/game_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

#This is our README template file

###Take a look at the README.md file to see the different things we can do with just a markdown file.

Installation

Here is where we drop our instructions.

We can even drop in HTML. See below...

####Sub-Instructions Step 1... Step 2... Step 3...

Cheat Sheet

The Basics

Trigger Name Code
tv + TAB template variable {{ ... }}
# + TAB inline comment {# ... #}
tt + TAB custom template tag {% ... %}

Default Django Template Tags

Trigger Name Code
autoescape + TAB autoescape off {% autoescape off %} ... {% endautoescape %}
comment + TAB multiline comment {% comment %} ... {% endcomment %}
block + TAB block {% block foo %} ... {% endblock %}
cache + TAB cache {% cache foo %} ... {% endcache %}
csrf + TAB csrf token {% csrf_token %}
cycle + TAB cycle {% cycle %}
debug + TAB debug {% debug %}
else + TAB else {% else %}
empty + TAB empty {% empty %}
endblock + TAB endblock {% endblock %}
endfor + TAB endfor {% endfor %}
endif + TAB endif {% endif %}
extends + TAB extends {% extends "foo.html" %}
filter + TAB filter {% filter foo %} ... {% endfilter %}
firstof + TAB firstof {% firstof foo %}
for + TAB for {% for foo %} ... {% endfor %}
forempty + TAB for ... empty {% for foo %} ... {% empty %} ... {% endfor %}
if + TAB if {% if foo %} ... {% endif %}
ifelse + TAB if ... else {% if foo %} ... {% else %} ... {% endif %}
ifchanged + TAB ifchanged {% ifchanged %} ... {% endifchanged %}
ifequal + TAB ifequal {% ifequal foo %} ... {% endifequal %}
ifnotequal + TAB ifnotequal {% ifnotequal foo %} ... {% endifnotequal %}
include + TAB include {% include "foo.html" %}
load + TAB load {% load foo %}
now + TAB now {% now "r" %}
regroup + TAB regroup {% regroup foo %}
spaceless + TAB spaceless {% spaceless %} ... {% endspaceless %}
ssi + TAB ssi {% ssi foo %}
url + TAB url {% url foo %}
widthratio + TAB widthratio {% widthratio foo %}
with + TAB with {% with foo %} ... {% endwith %}

About

A repo for our indie game dev source and asset files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published