Skip to content

Commit

Permalink
wam/html: Add add-on type labels for campaign_sp_mp and mod_mp
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jun 26, 2014
1 parent 673c445 commit 991b68a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/tools/addon_manager/html.py
Expand Up @@ -108,6 +108,10 @@ def w(x):
w("""\
<td>Campaign<div class="type"><b>single player campaign</b><br/>
After install the campaign will show up in the list you get when choosing "Campaign" in the main menu.</div></td>""")
elif type == "campaign_sp_mp":
w("""\
<td>SP/SP Campaign<div class="type"><b>single/multi player campaign</b><br />
After install the campaign will show up both in the list you get when choosing "Campaign" in the main menu, and in the map list in the multiplayer "Create Game" dialog.</div></td>""")
elif type == "campaign_mp":
w("""\
<td>MP Campaign<div class="type"><b>multiplayer campaign</b><br/>
Expand All @@ -128,6 +132,10 @@ def w(x):
w("""\
<td>MP faction<div class="type"><b>multiplayer faction</b><br/>
Usually comes with an era or is dependency of another add-on.</div></td>""")
elif type == "mod_mp":
w("""\
<td>MP modification<div class="type"><b>multiplayer modification</b><br />
After install the included MP gameplay modification(s) will be available in the multiplayer "Create Game" dialog.</div></td>""")
elif type == "media":
w("""\
<td>Resources<div class="type"><b>miscellaneous content/media</b><br/>
Expand Down

0 comments on commit 991b68a

Please sign in to comment.