0

On TikiWiki 28.4 and having an issue trying to find documentation on anything really. I want data from a tracker to display on a wiki page called Asset Display. It's created. The first part of the code displays the tabs, no problem. The rest of the code literally displays as code. I know probably a syntax issue, but no idea how to find proper for 28 or how to structure.

First part of code displaying tabs,

{tabs name="asset_display_tabs" tabs="General Info|Address|Property Details|Photos" direction="horizontal" tabbgcolor="#f0f0f0" tabactivebgcolor="#ffffff" tabborderstyle="solid" tabborderwidth="1" tabbordercolor="#cccccc" tabfontstyle="normal" tabfontweight="bold" tabfontsize="14" tabtextcolor="#333333" tabactivetextcolor="#000000" panelbgcolor="#ffffff" paneltextcolor="#000000" paneltextstyle="normal" panelfontweight="normal" panelfontsize="14" panelborderstyle="solid" panelborderwidth="1" panelbordercolor="#cccccc"}

Rest of the code that remains simply code when displayed,

!General Info
*__Asset USNG:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=1)}
*__State:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=5)}
*__County:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=19)}
*__Geographic Location:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=11)}
*__Asset Type:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=10)} 

///// 

!Address
*__Street Address:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=3)}
*__Secondary Address:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=4)}
*__Zip Code:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=6)}
*__Parcel ID:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=15)}

/////

!Property Details
*__Bedrooms:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=8)}
*__Bathrooms:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=9)}
*__Year Built:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=12)}
*__Living Area:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=13)}
*__Lot Area:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=14)}
*__Features:__ {TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=16)}

/////

!Photos
{TRACKERITEMFIELD(trackerId=1 itemId=$itemId fieldId=20)}

{tabs}

Any help including where to find updated syntax, etc. as I am sure it will be issues with other plugins I don't understand yet greatly appreciated!

1
  • An admin can close this. Went with MediaWiki as there was a bit more documentation. Thanks! Commented Sep 29 at 18:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.